COLOR #8E4B77

HEX: #8E4B77
RGB: (142,75,119)

Color info

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

RGB color model

#8E4B77 color RGB value is (142,75,119).

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

RGB channels and saturation

R 142 of 255 = 56%
G 75 of 255 = 29%
B 119 of 255 = 47%

142
75
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 75 + 119 = 336 (100%)
R 142 of 336 ~ 42.26%
G 75 of 336 ~ 22.32%
B 119 of 336 ~ 35.42%

%42.26
%22.32
%35.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(0,47,16,44)
C0M47Y16K44 
(0%,47%,16%,44%)
(0.00/0.47/0.16/0.44)	

CMYK percentages

%0
%47.18
%16.2
%44.31

Codes

Color #8E4B77 in popluar color models

8E4B77
RGB14275119
HSL321°30.88%42.55%
HSB/HSV321°47.18%55.69%
CMYK0.00%47.18%16.20%
44.31%

Color #8E4B77 in popluar number systems.

HEX8E4B77
Decimal14275119
Binary1000111010010111110111
Octal216113167

Shades and tints

Shades of #8E4B77

#8E4B77
(142,75,119)
#82456D
(130,69,109)
#763F63
(118,63,99)
#6A3959
(106,57,89)
#5E334F
(94,51,79)
#522D45
(82,45,69)
#46273B
(70,39,59)
#3A2131
(58,33,49)
#2E1B27
(46,27,39)
#22151D
(34,21,29)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #8E4B77

#8E4B77
(142,75,119)
#985B83
(152,91,131)
#A26B8F
(162,107,143)
#AC7B9B
(172,123,155)
#B68BA7
(182,139,167)
#C09BB3
(192,155,179)
#CAABBF
(202,171,191)
#D4BBCB
(212,187,203)
#DECBD7
(222,203,215)
#E8DBE3
(232,219,227)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4B77; }

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

This text font color is #8E4B77.


Background Color

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

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

This div background color is #8E4B77.


Border color

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

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

This div border color is #8E4B77.


Opacity

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

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

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

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

This text has shadow with #8E4B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4B77 on black background.


Color preview on white background

This text has color #8E4B77 on white background.



Black color preview on #8E4B77 background

This text has black color on #8E4B77 background.


White color preview on #8E4B77 background

This text has white color on #8E4B77 background.