COLOR #8E4F77

HEX: #8E4F77
RGB: (142,79,119)

Color info

#8E4F77 contains mainly red and blue colors. Web safe color of #8E4F77 is #996666 (or #966).

RGB color model

#8E4F77 color RGB value is (142,79,119).

  • red value is 142;
  • green value is 79;
  • blue value is 119.
RGB:
(142,79,119)
(56%,31%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 79 of 255 = 31%
B 119 of 255 = 47%

142
79
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 79 + 119 = 340 (100%)
R 142 of 340 ~ 41.76%
G 79 of 340 ~ 23.24%
B 119 of 340 ~ 35%

%41.76
%23.24
%35

CMYK color model

#8E4F77 color CMYK value is (0,44,16,44).

  • cyan value is 0.00%
  • magenta value is 44.37%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(0,44,16,44)
C0M44Y16K44 
(0%,44%,16%,44%)
(0.00/0.44/0.16/0.44)	

CMYK percentages

%0
%44.37
%16.2
%44.31

Codes

Color #8E4F77 in popluar color models

8E4F77
RGB14279119
HSL322°28.51%43.33%
HSB/HSV322°44.37%55.69%
CMYK0.00%44.37%16.20%
44.31%

Color #8E4F77 in popluar number systems.

HEX8E4F77
Decimal14279119
Binary1000111010011111110111
Octal216117167

Shades and tints

Shades of #8E4F77

#8E4F77
(142,79,119)
#82486D
(130,72,109)
#764163
(118,65,99)
#6A3A59
(106,58,89)
#5E334F
(94,51,79)
#522C45
(82,44,69)
#46253B
(70,37,59)
#3A1E31
(58,30,49)
#2E1727
(46,23,39)
#22101D
(34,16,29)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #8E4F77

#8E4F77
(142,79,119)
#985F83
(152,95,131)
#A26F8F
(162,111,143)
#AC7F9B
(172,127,155)
#B68FA7
(182,143,167)
#C09FB3
(192,159,179)
#CAAFBF
(202,175,191)
#D4BFCB
(212,191,203)
#DECFD7
(222,207,215)
#E8DFE3
(232,223,227)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4F77 color. Also use rgb(142,79,119) instead hex code.

Text Font Color

.myTextColor { color: #8E4F77; }

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

This text font color is #8E4F77.


Background Color

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

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

This div background color is #8E4F77.


Border color

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

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

This div border color is #8E4F77.


Opacity

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

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

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

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

This text has shadow with #8E4F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4F77 on black background.


Color preview on white background

This text has color #8E4F77 on white background.



Black color preview on #8E4F77 background

This text has black color on #8E4F77 background.


White color preview on #8E4F77 background

This text has white color on #8E4F77 background.