COLOR #8E4878

HEX: #8E4878
RGB: (142,72,120)

Color info

#8E4878 contains mainly red and blue colors. Web safe color of #8E4878 is #993366 (or #936).

RGB color model

#8E4878 color RGB value is (142,72,120).

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

RGB channels and saturation

R 142 of 255 = 56%
G 72 of 255 = 28%
B 120 of 255 = 47%

142
72
120

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

Portions of RGB colors in percentages

R + G + B =
142 + 72 + 120 = 334 (100%)
R 142 of 334 ~ 42.51%
G 72 of 334 ~ 21.56%
B 120 of 334 ~ 35.93%

%42.51
%21.56
%35.93

CMYK color model

#8E4878 color CMYK value is (0,49,15,44).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 15.49%
  • key color value is 44.31%
CMYK:
(0,49,15,44)
C0M49Y15K44 
(0%,49%,15%,44%)
(0.00/0.49/0.15/0.44)	

CMYK percentages

%0
%49.3
%15.49
%44.31

Codes

Color #8E4878 in popluar color models

8E4878
RGB14272120
HSL319°32.71%41.96%
HSB/HSV319°49.30%55.69%
CMYK0.00%49.30%15.49%
44.31%

Color #8E4878 in popluar number systems.

HEX8E4878
Decimal14272120
Binary1000111010010001111000
Octal216110170

Shades and tints

Shades of #8E4878

#8E4878
(142,72,120)
#82426E
(130,66,110)
#763C64
(118,60,100)
#6A365A
(106,54,90)
#5E3050
(94,48,80)
#522A46
(82,42,70)
#46243C
(70,36,60)
#3A1E32
(58,30,50)
#2E1828
(46,24,40)
#22121E
(34,18,30)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #8E4878

#8E4878
(142,72,120)
#985884
(152,88,132)
#A26890
(162,104,144)
#AC789C
(172,120,156)
#B688A8
(182,136,168)
#C098B4
(192,152,180)
#CAA8C0
(202,168,192)
#D4B8CC
(212,184,204)
#DEC8D8
(222,200,216)
#E8D8E4
(232,216,228)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4878; }

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

This text font color is #8E4878.


Background Color

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

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

This div background color is #8E4878.


Border color

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

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

This div border color is #8E4878.


Opacity

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

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

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

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

This text has shadow with #8E4878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4878 on black background.


Color preview on white background

This text has color #8E4878 on white background.



Black color preview on #8E4878 background

This text has black color on #8E4878 background.


White color preview on #8E4878 background

This text has white color on #8E4878 background.