COLOR #8E4867

HEX: #8E4867
RGB: (142,72,103)

Color info

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

RGB color model

#8E4867 color RGB value is (142,72,103).

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

RGB channels and saturation

R 142 of 255 = 56%
G 72 of 255 = 28%
B 103 of 255 = 40%

142
72
103

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

Portions of RGB colors in percentages

R + G + B =
142 + 72 + 103 = 317 (100%)
R 142 of 317 ~ 44.79%
G 72 of 317 ~ 22.71%
B 103 of 317 ~ 32.49%

%44.79
%22.71
%32.49

CMYK color model

#8E4867 color CMYK value is (0,49,27,44).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 27.46%
  • key color value is 44.31%
CMYK:
(0,49,27,44)
C0M49Y27K44 
(0%,49%,27%,44%)
(0.00/0.49/0.27/0.44)	

CMYK percentages

%0
%49.3
%27.46
%44.31

Codes

Color #8E4867 in popluar color models

8E4867
RGB14272103
HSL333°32.71%41.96%
HSB/HSV333°49.30%55.69%
CMYK0.00%49.30%27.46%
44.31%

Color #8E4867 in popluar number systems.

HEX8E4867
Decimal14272103
Binary1000111010010001100111
Octal216110147

Shades and tints

Shades of #8E4867

#8E4867
(142,72,103)
#82425E
(130,66,94)
#763C55
(118,60,85)
#6A364C
(106,54,76)
#5E3043
(94,48,67)
#522A3A
(82,42,58)
#462431
(70,36,49)
#3A1E28
(58,30,40)
#2E181F
(46,24,31)
#221216
(34,18,22)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #8E4867

#8E4867
(142,72,103)
#985874
(152,88,116)
#A26881
(162,104,129)
#AC788E
(172,120,142)
#B6889B
(182,136,155)
#C098A8
(192,152,168)
#CAA8B5
(202,168,181)
#D4B8C2
(212,184,194)
#DEC8CF
(222,200,207)
#E8D8DC
(232,216,220)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4867; }

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

This text font color is #8E4867.


Background Color

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

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

This div background color is #8E4867.


Border color

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

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

This div border color is #8E4867.


Opacity

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

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

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

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

This text has shadow with #8E4867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4867 on black background.


Color preview on white background

This text has color #8E4867 on white background.



Black color preview on #8E4867 background

This text has black color on #8E4867 background.


White color preview on #8E4867 background

This text has white color on #8E4867 background.