COLOR #8E5FDE

HEX: #8E5FDE
RGB: (142,95,222)

Color info

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

RGB color model

#8E5FDE color RGB value is (142,95,222).

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

RGB channels and saturation

R 142 of 255 = 56%
G 95 of 255 = 37%
B 222 of 255 = 87%

142
95
222

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

Portions of RGB colors in percentages

R + G + B =
142 + 95 + 222 = 459 (100%)
R 142 of 459 ~ 30.94%
G 95 of 459 ~ 20.7%
B 222 of 459 ~ 48.37%

%30.94
%20.7
%48.37

CMYK color model

#8E5FDE color CMYK value is (36,57,0,13).

  • cyan value is 36.04%
  • magenta value is 57.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(36,57,0,13)
C36M57Y0K13 
(36%,57%,0%,13%)
(0.36/0.57/0.00/0.13)	

CMYK percentages

%36.04
%57.21
%0
%12.94

Codes

Color #8E5FDE in popluar color models

8E5FDE
RGB14295222
HSL262°65.80%62.16%
HSB/HSV262°57.21%87.06%
CMYK36.04%57.21%0.00%
12.94%

Color #8E5FDE in popluar number systems.

HEX8E5FDE
Decimal14295222
Binary10001110101111111011110
Octal216137336

Shades and tints

Shades of #8E5FDE

#8E5FDE
(142,95,222)
#8257CA
(130,87,202)
#764FB6
(118,79,182)
#6A47A2
(106,71,162)
#5E3F8E
(94,63,142)
#52377A
(82,55,122)
#462F66
(70,47,102)
#3A2752
(58,39,82)
#2E1F3E
(46,31,62)
#22172A
(34,23,42)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #8E5FDE

#8E5FDE
(142,95,222)
#986DE1
(152,109,225)
#A27BE4
(162,123,228)
#AC89E7
(172,137,231)
#B697EA
(182,151,234)
#C0A5ED
(192,165,237)
#CAB3F0
(202,179,240)
#D4C1F3
(212,193,243)
#DECFF6
(222,207,246)
#E8DDF9
(232,221,249)
#F2EBFC
(242,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5FDE; }

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

This text font color is #8E5FDE.


Background Color

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

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

This div background color is #8E5FDE.


Border color

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

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

This div border color is #8E5FDE.


Opacity

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

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

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

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

This text has shadow with #8E5FDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5FDE on black background.


Color preview on white background

This text has color #8E5FDE on white background.



Black color preview on #8E5FDE background

This text has black color on #8E5FDE background.


White color preview on #8E5FDE background

This text has white color on #8E5FDE background.