COLOR #8C70D9

HEX: #8C70D9
RGB: (140,112,217)

Color info

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

RGB color model

#8C70D9 color RGB value is (140,112,217).

  • red value is 140;
  • green value is 112;
  • blue value is 217.
RGB:
(140,112,217)
(55%,44%,85%)

RGB channels and saturation

R 140 of 255 = 55%
G 112 of 255 = 44%
B 217 of 255 = 85%

140
112
217

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

Portions of RGB colors in percentages

R + G + B =
140 + 112 + 217 = 469 (100%)
R 140 of 469 ~ 29.85%
G 112 of 469 ~ 23.88%
B 217 of 469 ~ 46.27%

%29.85
%23.88
%46.27

CMYK color model

#8C70D9 color CMYK value is (35,48,0,15).

  • cyan value is 35.48%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(35,48,0,15)
C35M48Y0K15 
(35%,48%,0%,15%)
(0.35/0.48/0.00/0.15)	

CMYK percentages

%35.48
%48.39
%0
%14.9

Codes

Color #8C70D9 in popluar color models

8C70D9
RGB140112217
HSL256°58.01%64.51%
HSB/HSV256°48.39%85.10%
CMYK35.48%48.39%0.00%
14.90%

Color #8C70D9 in popluar number systems.

HEX8C70D9
Decimal140112217
Binary10001100111000011011001
Octal214160331

Shades and tints

Shades of #8C70D9

#8C70D9
(140,112,217)
#8066C6
(128,102,198)
#745CB3
(116,92,179)
#6852A0
(104,82,160)
#5C488D
(92,72,141)
#503E7A
(80,62,122)
#443467
(68,52,103)
#382A54
(56,42,84)
#2C2041
(44,32,65)
#20162E
(32,22,46)
#140C1B
(20,12,27)
#000000
(0,0,0)

Tints of #8C70D9

#8C70D9
(140,112,217)
#967DDC
(150,125,220)
#A08ADF
(160,138,223)
#AA97E2
(170,151,226)
#B4A4E5
(180,164,229)
#BEB1E8
(190,177,232)
#C8BEEB
(200,190,235)
#D2CBEE
(210,203,238)
#DCD8F1
(220,216,241)
#E6E5F4
(230,229,244)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C70D9 color. Also use rgb(140,112,217) instead hex code.

Text Font Color

.myTextColor { color: #8C70D9; }

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

This text font color is #8C70D9.


Background Color

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

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

This div background color is #8C70D9.


Border color

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

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

This div border color is #8C70D9.


Opacity

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

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

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

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

This text has shadow with #8C70D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C70D9 on black background.


Color preview on white background

This text has color #8C70D9 on white background.



Black color preview on #8C70D9 background

This text has black color on #8C70D9 background.


White color preview on #8C70D9 background

This text has white color on #8C70D9 background.