COLOR #8E3470

HEX: #8E3470
RGB: (142,52,112)

Color info

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

RGB color model

#8E3470 color RGB value is (142,52,112).

  • red value is 142;
  • green value is 52;
  • blue value is 112.
RGB:
(142,52,112)
(56%,20%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 52 of 255 = 20%
B 112 of 255 = 44%

142
52
112

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

Portions of RGB colors in percentages

R + G + B =
142 + 52 + 112 = 306 (100%)
R 142 of 306 ~ 46.41%
G 52 of 306 ~ 16.99%
B 112 of 306 ~ 36.6%

%46.41
%16.99
%36.6

CMYK color model

#8E3470 color CMYK value is (0,63,21,44).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(0,63,21,44)
C0M63Y21K44 
(0%,63%,21%,44%)
(0.00/0.63/0.21/0.44)	

CMYK percentages

%0
%63.38
%21.13
%44.31

Codes

Color #8E3470 in popluar color models

8E3470
RGB14252112
HSL320°46.39%38.04%
HSB/HSV320°63.38%55.69%
CMYK0.00%63.38%21.13%
44.31%

Color #8E3470 in popluar number systems.

HEX8E3470
Decimal14252112
Binary100011101101001110000
Octal21664160

Shades and tints

Shades of #8E3470

#8E3470
(142,52,112)
#823066
(130,48,102)
#762C5C
(118,44,92)
#6A2852
(106,40,82)
#5E2448
(94,36,72)
#52203E
(82,32,62)
#461C34
(70,28,52)
#3A182A
(58,24,42)
#2E1420
(46,20,32)
#221016
(34,16,22)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #8E3470

#8E3470
(142,52,112)
#98467D
(152,70,125)
#A2588A
(162,88,138)
#AC6A97
(172,106,151)
#B67CA4
(182,124,164)
#C08EB1
(192,142,177)
#CAA0BE
(202,160,190)
#D4B2CB
(212,178,203)
#DEC4D8
(222,196,216)
#E8D6E5
(232,214,229)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3470 color. Also use rgb(142,52,112) instead hex code.

Text Font Color

.myTextColor { color: #8E3470; }

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

This text font color is #8E3470.


Background Color

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

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

This div background color is #8E3470.


Border color

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

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

This div border color is #8E3470.


Opacity

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

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

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

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

This text has shadow with #8E3470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3470 on black background.


Color preview on white background

This text has color #8E3470 on white background.



Black color preview on #8E3470 background

This text has black color on #8E3470 background.


White color preview on #8E3470 background

This text has white color on #8E3470 background.