COLOR #8E5478

HEX: #8E5478
RGB: (142,84,120)

Color info

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

RGB color model

#8E5478 color RGB value is (142,84,120).

  • red value is 142;
  • green value is 84;
  • blue value is 120.
RGB:
(142,84,120)
(56%,33%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 84 of 255 = 33%
B 120 of 255 = 47%

142
84
120

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

Portions of RGB colors in percentages

R + G + B =
142 + 84 + 120 = 346 (100%)
R 142 of 346 ~ 41.04%
G 84 of 346 ~ 24.28%
B 120 of 346 ~ 34.68%

%41.04
%24.28
%34.68

CMYK color model

#8E5478 color CMYK value is (0,41,15,44).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 15.49%
  • key color value is 44.31%
CMYK:
(0,41,15,44)
C0M41Y15K44 
(0%,41%,15%,44%)
(0.00/0.41/0.15/0.44)	

CMYK percentages

%0
%40.85
%15.49
%44.31

Codes

Color #8E5478 in popluar color models

8E5478
RGB14284120
HSL323°25.66%44.31%
HSB/HSV323°40.85%55.69%
CMYK0.00%40.85%15.49%
44.31%

Color #8E5478 in popluar number systems.

HEX8E5478
Decimal14284120
Binary1000111010101001111000
Octal216124170

Shades and tints

Shades of #8E5478

#8E5478
(142,84,120)
#824D6E
(130,77,110)
#764664
(118,70,100)
#6A3F5A
(106,63,90)
#5E3850
(94,56,80)
#523146
(82,49,70)
#462A3C
(70,42,60)
#3A2332
(58,35,50)
#2E1C28
(46,28,40)
#22151E
(34,21,30)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E5478

#8E5478
(142,84,120)
#986384
(152,99,132)
#A27290
(162,114,144)
#AC819C
(172,129,156)
#B690A8
(182,144,168)
#C09FB4
(192,159,180)
#CAAEC0
(202,174,192)
#D4BDCC
(212,189,204)
#DECCD8
(222,204,216)
#E8DBE4
(232,219,228)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5478 color. Also use rgb(142,84,120) instead hex code.

Text Font Color

.myTextColor { color: #8E5478; }

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

This text font color is #8E5478.


Background Color

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

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

This div background color is #8E5478.


Border color

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

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

This div border color is #8E5478.


Opacity

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

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

Text with #8E5478 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 #8E5478;}

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

This text has shadow with #8E5478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5478 on black background.


Color preview on white background

This text has color #8E5478 on white background.



Black color preview on #8E5478 background

This text has black color on #8E5478 background.


White color preview on #8E5478 background

This text has white color on #8E5478 background.