COLOR #8E7FC0

HEX: #8E7FC0 RGB: (142,127,192)

Color info

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

RGB color model

#8E7FC0 color RGB value is (142,127,192).

RGB: (142,127,192) (56%, 50%, 75%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 192 of 255 = 75%

142
127
192

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

Portions of RGB colors in percentages

R + G + B = 142 + 127 + 192 = 461 (100%)
R 142 of 461 ~ 30.8%
G 127 of 461 ~ 27.55%
B 192 of 461 ~ 41.65'%

%30.8
%27.55
%41.65

CMYK color model

#8E7FC0 color CMYK value is (26,34,0,25).

  • cyan value is 26.04%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (26,34,0,25)
C26M34Y0K25 (26%, 34%, 0%, 25%)
(0.26 / 0.34 / 0.00 / 0.25)

CMYK percentages

%26.04
%33.85
%0
%24.71

Codes

Color #8E7FC0 in popluar color models

8E 7F C0
RGB 142 127 192
HSL 254° 34.03% 62.55%
HSB/HSV 254° 33.85% 75.29%
CMYK 26.04% 33.85% 0.00%
24.71%

Color #8E7FC0 in popluar number systems.

HEX 8E 7F C0
Decimal 142 127 192
Binary 10001110 1111111 11000000
Octal 216 177 300

Shades and tints

Shades of #8E7FC0

#8E7FC0
(142,127,192)
#8274AF
(130,116,175)
#76699E
(118,105,158)
#6A5E8D
(106,94,141)
#5E537C
(94,83,124)
#52486B
(82,72,107)
#463D5A
(70,61,90)
#3A3249
(58,50,73)
#2E2738
(46,39,56)
#221C27
(34,28,39)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #8E7FC0

#8E7FC0
(142,127,192)
#988AC5
(152,138,197)
#A295CA
(162,149,202)
#ACA0CF
(172,160,207)
#B6ABD4
(182,171,212)
#C0B6D9
(192,182,217)
#CAC1DE
(202,193,222)
#D4CCE3
(212,204,227)
#DED7E8
(222,215,232)
#E8E2ED
(232,226,237)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7FC0 color. Also use rgb(142,127,192) instead hex code.

Text Font Color

.myTextColor { color: #8E7FC0; }

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

This text font color is #8E7FC0.

Background Color

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

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

This div background color is #8E7FC0.

Border color

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

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

This div border color is #8E7FC0.

Opacity

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

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

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

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

This text has shadow with #8E7FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7FC0.

Preview

Color preview on black background

This text has color #8E7FC0 on black background.


Color preview on white background

This text has color #8E7FC0 on white background.


Black color preview on #8E7FC0 background

This text has black color on #8E7FC0 background.


White color preview on #8E7FC0 background

This text has white color on #8E7FC0 background.


Related colors

Complementary color

Complementary color for #hex is #71803F.


I love getcolorcode.com

Triadic colors

1 #C08E7F and #7FC08E with #8E7FC0 are triadic colors.

2 #C07F8E and #7F8EC0 with #8E7FC0 are triadic colors.