COLOR #8E7EC2

HEX: #8E7EC2 RGB: (142,126,194)

Color info

#8E7EC2 contains mainly red and blue colors. Web safe color of #8E7EC2 is #9966CC (or #96C).

RGB color model

#8E7EC2 color RGB value is (142,126,194).

RGB: (142,126,194) (56%, 49%, 76%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 194 of 255 = 76%

142
126
194

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

Portions of RGB colors in percentages

R + G + B = 142 + 126 + 194 = 462 (100%)
R 142 of 462 ~ 30.74%
G 126 of 462 ~ 27.27%
B 194 of 462 ~ 41.99'%

%30.74
%27.27
%41.99

CMYK color model

#8E7EC2 color CMYK value is (27,35,0,24).

  • cyan value is 26.80%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (27,35,0,24)
C27M35Y0K24 (27%, 35%, 0%, 24%)
(0.27 / 0.35 / 0.00 / 0.24)

CMYK percentages

%26.8
%35.05
%0
%23.92

Codes

Color #8E7EC2 in popluar color models

8E 7E C2
RGB 142 126 194
HSL 254° 35.79% 62.75%
HSB/HSV 254° 35.05% 76.08%
CMYK 26.80% 35.05% 0.00%
23.92%

Color #8E7EC2 in popluar number systems.

HEX 8E 7E C2
Decimal 142 126 194
Binary 10001110 1111110 11000010
Octal 216 176 302

Shades and tints

Shades of #8E7EC2

#8E7EC2
(142,126,194)
#8273B1
(130,115,177)
#7668A0
(118,104,160)
#6A5D8F
(106,93,143)
#5E527E
(94,82,126)
#52476D
(82,71,109)
#463C5C
(70,60,92)
#3A314B
(58,49,75)
#2E263A
(46,38,58)
#221B29
(34,27,41)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #8E7EC2

#8E7EC2
(142,126,194)
#9889C7
(152,137,199)
#A294CC
(162,148,204)
#AC9FD1
(172,159,209)
#B6AAD6
(182,170,214)
#C0B5DB
(192,181,219)
#CAC0E0
(202,192,224)
#D4CBE5
(212,203,229)
#DED6EA
(222,214,234)
#E8E1EF
(232,225,239)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7EC2 color. Also use rgb(142,126,194) instead hex code.

Text Font Color

.myTextColor { color: #8E7EC2; }

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

This text font color is #8E7EC2.

Background Color

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

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

This div background color is #8E7EC2.

Border color

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

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

This div border color is #8E7EC2.

Opacity

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

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

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

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

This text has shadow with #8E7EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7EC2.

Preview

Color preview on black background

This text has color #8E7EC2 on black background.


Color preview on white background

This text has color #8E7EC2 on white background.


Black color preview on #8E7EC2 background

This text has black color on #8E7EC2 background.


White color preview on #8E7EC2 background

This text has white color on #8E7EC2 background.


Related colors

Complementary color

Complementary color for #hex is #71813D.


I love getcolorcode.com

Triadic colors

1 #C28E7E and #7EC28E with #8E7EC2 are triadic colors.

2 #C27E8E and #7E8EC2 with #8E7EC2 are triadic colors.