COLOR #8E5CCA

HEX: #8E5CCA RGB: (142,92,202)

Color info

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

RGB color model

#8E5CCA color RGB value is (142,92,202).

RGB: (142,92,202) (56%, 36%, 79%)

RGB channels and saturation

R 142 of 255 = 56%
G 92 of 255 = 36%
B 202 of 255 = 79%

142
92
202

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

Portions of RGB colors in percentages

R + G + B = 142 + 92 + 202 = 436 (100%)
R 142 of 436 ~ 32.57%
G 92 of 436 ~ 21.1%
B 202 of 436 ~ 46.33'%

%32.57
%21.1
%46.33

CMYK color model

#8E5CCA color CMYK value is (30,54,0,21).

  • cyan value is 29.70%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (30,54,0,21) C30M54Y0K21 (30%,54%,0%,21%) (0.30/0.54/0.00/0.21) 

CMYK percentages

%29.7
%54.46
%0
%20.78

Codes

Color #8E5CCA in popluar color models

8E 5C CA
RGB 142 92 202
HSL 267° 50.93% 57.65%
HSB/HSV 267° 54.46% 79.22%
CMYK 29.70% 54.46% 0.00%
20.78%

Color #8E5CCA in popluar number systems.

HEX 8E 5C CA
Decimal 142 92 202
Binary 10001110 1011100 11001010
Octal 216 134 312

Shades and tints

Shades of #8E5CCA

#8E5CCA
(142,92,202)
#8254B8
(130,84,184)
#764CA6
(118,76,166)
#6A4494
(106,68,148)
#5E3C82
(94,60,130)
#523470
(82,52,112)
#462C5E
(70,44,94)
#3A244C
(58,36,76)
#2E1C3A
(46,28,58)
#221428
(34,20,40)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #8E5CCA

#8E5CCA
(142,92,202)
#986ACE
(152,106,206)
#A278D2
(162,120,210)
#AC86D6
(172,134,214)
#B694DA
(182,148,218)
#C0A2DE
(192,162,222)
#CAB0E2
(202,176,226)
#D4BEE6
(212,190,230)
#DECCEA
(222,204,234)
#E8DAEE
(232,218,238)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5CCA color. Also use rgb(142,92,202) instead hex code.

Text Font Color

.myTextColor { color: #8E5CCA; }

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

This text font color is #8E5CCA.

Background Color

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

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

This div background color is #8E5CCA.

Border color

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

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

This div border color is #8E5CCA.

Opacity

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

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

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

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

This text has shadow with #8E5CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5CCA.

Preview

Color preview on black background

This text has color #8E5CCA on black background.


Color preview on white background

This text has color #8E5CCA on white background.


Black color preview on #8E5CCA background

This text has black color on #8E5CCA background.


White color preview on #8E5CCA background

This text has white color on #8E5CCA background.


Related colors

Complementary color

Complementary color for #hex is #71A335.


I love getcolorcode.com

Triadic colors

1 #CA8E5C and #5CCA8E with #8E5CCA are triadic colors.

2 #CA5C8E and #5C8ECA with #8E5CCA are triadic colors.