COLOR #8E64EC

HEX: #8E64EC RGB: (142,100,236)

Color info

#8E64EC contains mainly blue color. Web safe color of #8E64EC is #9966FF (or #96F).

RGB color model

#8E64EC color RGB value is (142,100,236).

RGB: (142,100,236) (56%, 39%, 93%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 236 of 255 = 93%

142
100
236

R + G + B ~ 63%. #8E64EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 100 + 236 = 478 (100%)
R 142 of 478 ~ 29.71%
G 100 of 478 ~ 20.92%
B 236 of 478 ~ 49.37'%

%29.71
%20.92
%49.37

CMYK color model

#8E64EC color CMYK value is (40,58,0,7).

  • cyan value is 39.83%
  • magenta value is 57.63%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (40,58,0,7)
C40M58Y0K7 (40%, 58%, 0%, 7%)
(0.40 / 0.58 / 0.00 / 0.07)

CMYK percentages

%39.83
%57.63
%0
%7.45

Codes

Color #8E64EC in popluar color models

8E 64 EC
RGB 142 100 236
HSL 259° 78.16% 65.88%
HSB/HSV 259° 57.63% 92.55%
CMYK 39.83% 57.63% 0.00%
7.45%

Color #8E64EC in popluar number systems.

HEX 8E 64 EC
Decimal 142 100 236
Binary 10001110 1100100 11101100
Octal 216 144 354

Shades and tints

Shades of #8E64EC

#8E64EC
(142,100,236)
#825BD7
(130,91,215)
#7652C2
(118,82,194)
#6A49AD
(106,73,173)
#5E4098
(94,64,152)
#523783
(82,55,131)
#462E6E
(70,46,110)
#3A2559
(58,37,89)
#2E1C44
(46,28,68)
#22132F
(34,19,47)
#160A1A
(22,10,26)
#000000
(0,0,0)

Tints of #8E64EC

#8E64EC
(142,100,236)
#9872ED
(152,114,237)
#A280EE
(162,128,238)
#AC8EEF
(172,142,239)
#B69CF0
(182,156,240)
#C0AAF1
(192,170,241)
#CAB8F2
(202,184,242)
#D4C6F3
(212,198,243)
#DED4F4
(222,212,244)
#E8E2F5
(232,226,245)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E64EC color. Also use rgb(142,100,236) instead hex code.

Text Font Color

.myTextColor { color: #8E64EC; }

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

This text font color is #8E64EC.

Background Color

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

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

This div background color is #8E64EC.

Border color

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

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

This div border color is #8E64EC.

Opacity

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

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

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

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

This text has shadow with #8E64EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E64EC.

Preview

Color preview on black background

This text has color #8E64EC on black background.


Color preview on white background

This text has color #8E64EC on white background.


Black color preview on #8E64EC background

This text has black color on #8E64EC background.


White color preview on #8E64EC background

This text has white color on #8E64EC background.


Related colors

Complementary color

Complementary color for #hex is #719B13.


I love getcolorcode.com

Triadic colors

1 #EC8E64 and #64EC8E with #8E64EC are triadic colors.

2 #EC648E and #648EEC with #8E64EC are triadic colors.