COLOR #8E70D7

HEX: #8E70D7 RGB: (142,112,215)

Color info

#8E70D7 contains mainly blue color. Web safe color of #8E70D7 is #9966CC (or #96C).

RGB color model

#8E70D7 color RGB value is (142,112,215).

RGB: (142,112,215) (56%, 44%, 84%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 215 of 255 = 84%

142
112
215

R + G + B ~ 61%. #8E70D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 112 + 215 = 469 (100%)
R 142 of 469 ~ 30.28%
G 112 of 469 ~ 23.88%
B 215 of 469 ~ 45.84'%

%30.28
%23.88
%45.84

CMYK color model

#8E70D7 color CMYK value is (34,48,0,16).

  • cyan value is 33.95%
  • magenta value is 47.91%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (34,48,0,16)
C34M48Y0K16 (34%, 48%, 0%, 16%)
(0.34 / 0.48 / 0.00 / 0.16)

CMYK percentages

%33.95
%47.91
%0
%15.69

Codes

Color #8E70D7 in popluar color models

8E 70 D7
RGB 142 112 215
HSL 257° 56.28% 64.12%
HSB/HSV 257° 47.91% 84.31%
CMYK 33.95% 47.91% 0.00%
15.69%

Color #8E70D7 in popluar number systems.

HEX 8E 70 D7
Decimal 142 112 215
Binary 10001110 1110000 11010111
Octal 216 160 327

Shades and tints

Shades of #8E70D7

#8E70D7
(142,112,215)
#8266C4
(130,102,196)
#765CB1
(118,92,177)
#6A529E
(106,82,158)
#5E488B
(94,72,139)
#523E78
(82,62,120)
#463465
(70,52,101)
#3A2A52
(58,42,82)
#2E203F
(46,32,63)
#22162C
(34,22,44)
#160C19
(22,12,25)
#000000
(0,0,0)

Tints of #8E70D7

#8E70D7
(142,112,215)
#987DDA
(152,125,218)
#A28ADD
(162,138,221)
#AC97E0
(172,151,224)
#B6A4E3
(182,164,227)
#C0B1E6
(192,177,230)
#CABEE9
(202,190,233)
#D4CBEC
(212,203,236)
#DED8EF
(222,216,239)
#E8E5F2
(232,229,242)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E70D7; }

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

This text font color is #8E70D7.

Background Color

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

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

This div background color is #8E70D7.

Border color

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

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

This div border color is #8E70D7.

Opacity

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

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

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

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

This text has shadow with #8E70D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E70D7.

Preview

Color preview on black background

This text has color #8E70D7 on black background.


Color preview on white background

This text has color #8E70D7 on white background.


Black color preview on #8E70D7 background

This text has black color on #8E70D7 background.


White color preview on #8E70D7 background

This text has white color on #8E70D7 background.


Related colors

Complementary color

Complementary color for #hex is #718F28.


I love getcolorcode.com

Triadic colors

1 #D78E70 and #70D78E with #8E70D7 are triadic colors.

2 #D7708E and #708ED7 with #8E70D7 are triadic colors.