COLOR #8E62DE

HEX: #8E62DE
RGB: (142,98,222)

Color info

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

RGB color model

#8E62DE color RGB value is (142,98,222).

  • red value is 142;
  • green value is 98;
  • blue value is 222.
RGB:
(142,98,222)
(56%,38%,87%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 222 of 255 = 87%

142
98
222

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

Portions of RGB colors in percentages

R + G + B =
142 + 98 + 222 = 462 (100%)
R 142 of 462 ~ 30.74%
G 98 of 462 ~ 21.21%
B 222 of 462 ~ 48.05%

%30.74
%21.21
%48.05

CMYK color model

#8E62DE color CMYK value is (36,56,0,13).

  • cyan value is 36.04%
  • magenta value is 55.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(36,56,0,13)
C36M56Y0K13 
(36%,56%,0%,13%)
(0.36/0.56/0.00/0.13)	

CMYK percentages

%36.04
%55.86
%0
%12.94

Codes

Color #8E62DE in popluar color models

8E62DE
RGB14298222
HSL261°65.26%62.75%
HSB/HSV261°55.86%87.06%
CMYK36.04%55.86%0.00%
12.94%

Color #8E62DE in popluar number systems.

HEX8E62DE
Decimal14298222
Binary10001110110001011011110
Octal216142336

Shades and tints

Shades of #8E62DE

#8E62DE
(142,98,222)
#825ACA
(130,90,202)
#7652B6
(118,82,182)
#6A4AA2
(106,74,162)
#5E428E
(94,66,142)
#523A7A
(82,58,122)
#463266
(70,50,102)
#3A2A52
(58,42,82)
#2E223E
(46,34,62)
#221A2A
(34,26,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #8E62DE

#8E62DE
(142,98,222)
#9870E1
(152,112,225)
#A27EE4
(162,126,228)
#AC8CE7
(172,140,231)
#B69AEA
(182,154,234)
#C0A8ED
(192,168,237)
#CAB6F0
(202,182,240)
#D4C4F3
(212,196,243)
#DED2F6
(222,210,246)
#E8E0F9
(232,224,249)
#F2EEFC
(242,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E62DE color. Also use rgb(142,98,222) instead hex code.

Text Font Color

.myTextColor { color: #8E62DE; }

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

This text font color is #8E62DE.


Background Color

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

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

This div background color is #8E62DE.


Border color

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

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

This div border color is #8E62DE.


Opacity

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

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

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

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

This text has shadow with #8E62DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E62DE on black background.


Color preview on white background

This text has color #8E62DE on white background.



Black color preview on #8E62DE background

This text has black color on #8E62DE background.


White color preview on #8E62DE background

This text has white color on #8E62DE background.