COLOR #8E78D2

HEX: #8E78D2
RGB: (142,120,210)

Color info

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

RGB color model

#8E78D2 color RGB value is (142,120,210).

  • red value is 142;
  • green value is 120;
  • blue value is 210.
RGB:
(142,120,210)
(56%,47%,82%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 210 of 255 = 82%

142
120
210

R + G + B ~ 62%. #8E78D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 210 = 472 (100%)
R 142 of 472 ~ 30.08%
G 120 of 472 ~ 25.42%
B 210 of 472 ~ 44.49%

%30.08
%25.42
%44.49

CMYK color model

#8E78D2 color CMYK value is (32,43,0,18).

  • cyan value is 32.38%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(32,43,0,18)
C32M43Y0K18 
(32%,43%,0%,18%)
(0.32/0.43/0.00/0.18)	

CMYK percentages

%32.38
%42.86
%0
%17.65

Codes

Color #8E78D2 in popluar color models

8E78D2
RGB142120210
HSL255°50.00%64.71%
HSB/HSV255°42.86%82.35%
CMYK32.38%42.86%0.00%
17.65%

Color #8E78D2 in popluar number systems.

HEX8E78D2
Decimal142120210
Binary10001110111100011010010
Octal216170322

Shades and tints

Shades of #8E78D2

#8E78D2
(142,120,210)
#826EBF
(130,110,191)
#7664AC
(118,100,172)
#6A5A99
(106,90,153)
#5E5086
(94,80,134)
#524673
(82,70,115)
#463C60
(70,60,96)
#3A324D
(58,50,77)
#2E283A
(46,40,58)
#221E27
(34,30,39)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8E78D2

#8E78D2
(142,120,210)
#9884D6
(152,132,214)
#A290DA
(162,144,218)
#AC9CDE
(172,156,222)
#B6A8E2
(182,168,226)
#C0B4E6
(192,180,230)
#CAC0EA
(202,192,234)
#D4CCEE
(212,204,238)
#DED8F2
(222,216,242)
#E8E4F6
(232,228,246)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E78D2 color. Also use rgb(142,120,210) instead hex code.

Text Font Color

.myTextColor { color: #8E78D2; }

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

This text font color is #8E78D2.


Background Color

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

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

This div background color is #8E78D2.


Border color

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

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

This div border color is #8E78D2.


Opacity

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

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

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

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

This text has shadow with #8E78D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E78D2 on black background.


Color preview on white background

This text has color #8E78D2 on white background.



Black color preview on #8E78D2 background

This text has black color on #8E78D2 background.


White color preview on #8E78D2 background

This text has white color on #8E78D2 background.