COLOR #8E4777

HEX: #8E4777
RGB: (142,71,119)

Color info

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

RGB color model

#8E4777 color RGB value is (142,71,119).

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

RGB channels and saturation

R 142 of 255 = 56%
G 71 of 255 = 28%
B 119 of 255 = 47%

142
71
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 71 + 119 = 332 (100%)
R 142 of 332 ~ 42.77%
G 71 of 332 ~ 21.39%
B 119 of 332 ~ 35.84%

%42.77
%21.39
%35.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(0,50,16,44)
C0M50Y16K44 
(0%,50%,16%,44%)
(0.00/0.50/0.16/0.44)	

CMYK percentages

%0
%50
%16.2
%44.31

Codes

Color #8E4777 in popluar color models

8E4777
RGB14271119
HSL319°33.33%41.76%
HSB/HSV319°50.00%55.69%
CMYK0.00%50.00%16.20%
44.31%

Color #8E4777 in popluar number systems.

HEX8E4777
Decimal14271119
Binary1000111010001111110111
Octal216107167

Shades and tints

Shades of #8E4777

#8E4777
(142,71,119)
#82416D
(130,65,109)
#763B63
(118,59,99)
#6A3559
(106,53,89)
#5E2F4F
(94,47,79)
#522945
(82,41,69)
#46233B
(70,35,59)
#3A1D31
(58,29,49)
#2E1727
(46,23,39)
#22111D
(34,17,29)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #8E4777

#8E4777
(142,71,119)
#985783
(152,87,131)
#A2678F
(162,103,143)
#AC779B
(172,119,155)
#B687A7
(182,135,167)
#C097B3
(192,151,179)
#CAA7BF
(202,167,191)
#D4B7CB
(212,183,203)
#DEC7D7
(222,199,215)
#E8D7E3
(232,215,227)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4777; }

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

This text font color is #8E4777.


Background Color

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

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

This div background color is #8E4777.


Border color

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

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

This div border color is #8E4777.


Opacity

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

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

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

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

This text has shadow with #8E4777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4777 on black background.


Color preview on white background

This text has color #8E4777 on white background.



Black color preview on #8E4777 background

This text has black color on #8E4777 background.


White color preview on #8E4777 background

This text has white color on #8E4777 background.