COLOR #8E4980

HEX: #8E4980
RGB: (142,73,128)

Color info

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

RGB color model

#8E4980 color RGB value is (142,73,128).

  • red value is 142;
  • green value is 73;
  • blue value is 128.
RGB:
(142,73,128)
(56%,29%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 73 of 255 = 29%
B 128 of 255 = 50%

142
73
128

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

Portions of RGB colors in percentages

R + G + B =
142 + 73 + 128 = 343 (100%)
R 142 of 343 ~ 41.4%
G 73 of 343 ~ 21.28%
B 128 of 343 ~ 37.32%

%41.4
%21.28
%37.32

CMYK color model

#8E4980 color CMYK value is (0,49,10,44).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 9.86%
  • key color value is 44.31%
CMYK:
(0,49,10,44)
C0M49Y10K44 
(0%,49%,10%,44%)
(0.00/0.49/0.10/0.44)	

CMYK percentages

%0
%48.59
%9.86
%44.31

Codes

Color #8E4980 in popluar color models

8E4980
RGB14273128
HSL312°32.09%42.16%
HSB/HSV312°48.59%55.69%
CMYK0.00%48.59%9.86%
44.31%

Color #8E4980 in popluar number systems.

HEX8E4980
Decimal14273128
Binary10001110100100110000000
Octal216111200

Shades and tints

Shades of #8E4980

#8E4980
(142,73,128)
#824375
(130,67,117)
#763D6A
(118,61,106)
#6A375F
(106,55,95)
#5E3154
(94,49,84)
#522B49
(82,43,73)
#46253E
(70,37,62)
#3A1F33
(58,31,51)
#2E1928
(46,25,40)
#22131D
(34,19,29)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #8E4980

#8E4980
(142,73,128)
#98598B
(152,89,139)
#A26996
(162,105,150)
#AC79A1
(172,121,161)
#B689AC
(182,137,172)
#C099B7
(192,153,183)
#CAA9C2
(202,169,194)
#D4B9CD
(212,185,205)
#DEC9D8
(222,201,216)
#E8D9E3
(232,217,227)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4980 color. Also use rgb(142,73,128) instead hex code.

Text Font Color

.myTextColor { color: #8E4980; }

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

This text font color is #8E4980.


Background Color

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

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

This div background color is #8E4980.


Border color

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

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

This div border color is #8E4980.


Opacity

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

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

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

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

This text has shadow with #8E4980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4980 on black background.


Color preview on white background

This text has color #8E4980 on white background.



Black color preview on #8E4980 background

This text has black color on #8E4980 background.


White color preview on #8E4980 background

This text has white color on #8E4980 background.