COLOR #8E5A80

HEX: #8E5A80
RGB: (142,90,128)

Color info

#8E5A80 contains red, green and blue colors in about the same proportion. Web safe color of #8E5A80 is #996666 (or #966).

RGB color model

#8E5A80 color RGB value is (142,90,128).

  • red value is 142;
  • green value is 90;
  • blue value is 128.
RGB:
(142,90,128)
(56%,35%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 90 of 255 = 35%
B 128 of 255 = 50%

142
90
128

R + G + B ~ 47%. #8E5A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 90 + 128 = 360 (100%)
R 142 of 360 ~ 39.44%
G 90 of 360 ~ 25%
B 128 of 360 ~ 35.56%

%39.44
%25
%35.56

CMYK color model

#8E5A80 color CMYK value is (0,37,10,44).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 9.86%
  • key color value is 44.31%
CMYK:
(0,37,10,44)
C0M37Y10K44 
(0%,37%,10%,44%)
(0.00/0.37/0.10/0.44)	

CMYK percentages

%0
%36.62
%9.86
%44.31

Codes

Color #8E5A80 in popluar color models

8E5A80
RGB14290128
HSL316°22.41%45.49%
HSB/HSV316°36.62%55.69%
CMYK0.00%36.62%9.86%
44.31%

Color #8E5A80 in popluar number systems.

HEX8E5A80
Decimal14290128
Binary10001110101101010000000
Octal216132200

Shades and tints

Shades of #8E5A80

#8E5A80
(142,90,128)
#825275
(130,82,117)
#764A6A
(118,74,106)
#6A425F
(106,66,95)
#5E3A54
(94,58,84)
#523249
(82,50,73)
#462A3E
(70,42,62)
#3A2233
(58,34,51)
#2E1A28
(46,26,40)
#22121D
(34,18,29)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #8E5A80

#8E5A80
(142,90,128)
#98698B
(152,105,139)
#A27896
(162,120,150)
#AC87A1
(172,135,161)
#B696AC
(182,150,172)
#C0A5B7
(192,165,183)
#CAB4C2
(202,180,194)
#D4C3CD
(212,195,205)
#DED2D8
(222,210,216)
#E8E1E3
(232,225,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5A80 color. Also use rgb(142,90,128) instead hex code.

Text Font Color

.myTextColor { color: #8E5A80; }

<p style="color:#8E5A80">This sample text font color is #8E5A80.</p>

This text font color is #8E5A80.


Background Color

.myBgColor { background-color: #8E5A80; }

<div style="background-color:#8E5A80">Inner text</div>

This div background color is #8E5A80.


Border color

.myBorderColor { border: 1px solid #8E5A80; }

<div style="border:3px solid #8E5A80">Div</div>

This div border color is #8E5A80.


Opacity

.myOpacity80 { color: #8E5A80; opacity: 0.8; }

<p style="color:#8E5A80;opacity:0.8;">80%</p>

Text with #8E5A80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8E5A80;}

<p style="text-shadow: 3px 3px 1px #8E5A80">Text here.</p>

This text has shadow with #8E5A80 color.

.textShadow {text-shadow: 3px 3px 1px #8E5A80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8E5A80, 5px 5px 20px red">Text here.</p>

This text has shadow with #8E5A80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E5A80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8E5A80, Direction=45, Strength=4)">Text</p>

This text has shadow with #8E5A80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8E5A80;
  -webkit-box-shadow:	1px 1px 3px 2px #8E5A80;
  box-shadow:		1px 1px 3px 2px #8E5A80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E5A80;
-webkit-box-shadow: 1px 1px 3px 2px #8E5A80;
box-shadow:1px 1px 3px 2px #8E5A80;">
Div content here</div>
This div box has shadow with color #8E5A80.

Preview

Color preview on black background

This text has color #8E5A80 on black background.


Color preview on white background

This text has color #8E5A80 on white background.



Black color preview on #8E5A80 background

This text has black color on #8E5A80 background.


White color preview on #8E5A80 background

This text has white color on #8E5A80 background.