COLOR #8E4D83

HEX: #8E4D83
RGB: (142,77,131)

Color info

#8E4D83 contains mainly red and blue colors. Web safe color of #8E4D83 is #993399 (or #939).

RGB color model

#8E4D83 color RGB value is (142,77,131).

  • red value is 142;
  • green value is 77;
  • blue value is 131.
RGB:
(142,77,131)
(56%,30%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 77 of 255 = 30%
B 131 of 255 = 51%

142
77
131

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

Portions of RGB colors in percentages

R + G + B =
142 + 77 + 131 = 350 (100%)
R 142 of 350 ~ 40.57%
G 77 of 350 ~ 22%
B 131 of 350 ~ 37.43%

%40.57
%22
%37.43

CMYK color model

#8E4D83 color CMYK value is (0,46,8,44).

  • cyan value is 0.00%
  • magenta value is 45.77%
  • yellow value is 7.75%
  • key color value is 44.31%
CMYK:
(0,46,8,44)
C0M46Y8K44 
(0%,46%,8%,44%)
(0.00/0.46/0.08/0.44)	

CMYK percentages

%0
%45.77
%7.75
%44.31

Codes

Color #8E4D83 in popluar color models

8E4D83
RGB14277131
HSL310°29.68%42.94%
HSB/HSV310°45.77%55.69%
CMYK0.00%45.77%7.75%
44.31%

Color #8E4D83 in popluar number systems.

HEX8E4D83
Decimal14277131
Binary10001110100110110000011
Octal216115203

Shades and tints

Shades of #8E4D83

#8E4D83
(142,77,131)
#824678
(130,70,120)
#763F6D
(118,63,109)
#6A3862
(106,56,98)
#5E3157
(94,49,87)
#522A4C
(82,42,76)
#462341
(70,35,65)
#3A1C36
(58,28,54)
#2E152B
(46,21,43)
#220E20
(34,14,32)
#160715
(22,7,21)
#000000
(0,0,0)

Tints of #8E4D83

#8E4D83
(142,77,131)
#985D8E
(152,93,142)
#A26D99
(162,109,153)
#AC7DA4
(172,125,164)
#B68DAF
(182,141,175)
#C09DBA
(192,157,186)
#CAADC5
(202,173,197)
#D4BDD0
(212,189,208)
#DECDDB
(222,205,219)
#E8DDE6
(232,221,230)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4D83 color. Also use rgb(142,77,131) instead hex code.

Text Font Color

.myTextColor { color: #8E4D83; }

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

This text font color is #8E4D83.


Background Color

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

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

This div background color is #8E4D83.


Border color

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

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

This div border color is #8E4D83.


Opacity

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

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

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

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

This text has shadow with #8E4D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4D83 on black background.


Color preview on white background

This text has color #8E4D83 on white background.



Black color preview on #8E4D83 background

This text has black color on #8E4D83 background.


White color preview on #8E4D83 background

This text has white color on #8E4D83 background.