COLOR #8E4780

HEX: #8E4780
RGB: (142,71,128)

Color info

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

RGB color model

#8E4780 color RGB value is (142,71,128).

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

RGB channels and saturation

R 142 of 255 = 56%
G 71 of 255 = 28%
B 128 of 255 = 50%

142
71
128

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

Portions of RGB colors in percentages

R + G + B =
142 + 71 + 128 = 341 (100%)
R 142 of 341 ~ 41.64%
G 71 of 341 ~ 20.82%
B 128 of 341 ~ 37.54%

%41.64
%20.82
%37.54

CMYK color model

#8E4780 color CMYK value is (0,50,10,44).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 9.86%
  • key color value is 44.31%
CMYK:
(0,50,10,44)
C0M50Y10K44 
(0%,50%,10%,44%)
(0.00/0.50/0.10/0.44)	

CMYK percentages

%0
%50
%9.86
%44.31

Codes

Color #8E4780 in popluar color models

8E4780
RGB14271128
HSL312°33.33%41.76%
HSB/HSV312°50.00%55.69%
CMYK0.00%50.00%9.86%
44.31%

Color #8E4780 in popluar number systems.

HEX8E4780
Decimal14271128
Binary10001110100011110000000
Octal216107200

Shades and tints

Shades of #8E4780

#8E4780
(142,71,128)
#824175
(130,65,117)
#763B6A
(118,59,106)
#6A355F
(106,53,95)
#5E2F54
(94,47,84)
#522949
(82,41,73)
#46233E
(70,35,62)
#3A1D33
(58,29,51)
#2E1728
(46,23,40)
#22111D
(34,17,29)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #8E4780

#8E4780
(142,71,128)
#98578B
(152,87,139)
#A26796
(162,103,150)
#AC77A1
(172,119,161)
#B687AC
(182,135,172)
#C097B7
(192,151,183)
#CAA7C2
(202,167,194)
#D4B7CD
(212,183,205)
#DEC7D8
(222,199,216)
#E8D7E3
(232,215,227)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4780; }

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

This text font color is #8E4780.


Background Color

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

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

This div background color is #8E4780.


Border color

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

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

This div border color is #8E4780.


Opacity

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

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

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

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

This text has shadow with #8E4780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4780 on black background.


Color preview on white background

This text has color #8E4780 on white background.



Black color preview on #8E4780 background

This text has black color on #8E4780 background.


White color preview on #8E4780 background

This text has white color on #8E4780 background.