COLOR #8E6FEE

HEX: #8E6FEE
RGB: (142,111,238)

Color info

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

RGB color model

#8E6FEE color RGB value is (142,111,238).

  • red value is 142;
  • green value is 111;
  • blue value is 238.
RGB:
(142,111,238)
(56%,44%,93%)

RGB channels and saturation

R 142 of 255 = 56%
G 111 of 255 = 44%
B 238 of 255 = 93%

142
111
238

R + G + B ~ 64%. #8E6FEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 111 + 238 = 491 (100%)
R 142 of 491 ~ 28.92%
G 111 of 491 ~ 22.61%
B 238 of 491 ~ 48.47%

%28.92
%22.61
%48.47

CMYK color model

#8E6FEE color CMYK value is (40,53,0,7).

  • cyan value is 40.34%
  • magenta value is 53.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(40,53,0,7)
C40M53Y0K7 
(40%,53%,0%,7%)
(0.40/0.53/0.00/0.07)	

CMYK percentages

%40.34
%53.36
%0
%6.67

Codes

Color #8E6FEE in popluar color models

8E6FEE
RGB142111238
HSL255°78.88%68.43%
HSB/HSV255°53.36%93.33%
CMYK40.34%53.36%0.00%
6.67%

Color #8E6FEE in popluar number systems.

HEX8E6FEE
Decimal142111238
Binary10001110110111111101110
Octal216157356

Shades and tints

Shades of #8E6FEE

#8E6FEE
(142,111,238)
#8265D9
(130,101,217)
#765BC4
(118,91,196)
#6A51AF
(106,81,175)
#5E479A
(94,71,154)
#523D85
(82,61,133)
#463370
(70,51,112)
#3A295B
(58,41,91)
#2E1F46
(46,31,70)
#221531
(34,21,49)
#160B1C
(22,11,28)
#000000
(0,0,0)

Tints of #8E6FEE

#8E6FEE
(142,111,238)
#987CEF
(152,124,239)
#A289F0
(162,137,240)
#AC96F1
(172,150,241)
#B6A3F2
(182,163,242)
#C0B0F3
(192,176,243)
#CABDF4
(202,189,244)
#D4CAF5
(212,202,245)
#DED7F6
(222,215,246)
#E8E4F7
(232,228,247)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6FEE color. Also use rgb(142,111,238) instead hex code.

Text Font Color

.myTextColor { color: #8E6FEE; }

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

This text font color is #8E6FEE.


Background Color

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

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

This div background color is #8E6FEE.


Border color

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

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

This div border color is #8E6FEE.


Opacity

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

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

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

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

This text has shadow with #8E6FEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6FEE on black background.


Color preview on white background

This text has color #8E6FEE on white background.



Black color preview on #8E6FEE background

This text has black color on #8E6FEE background.


White color preview on #8E6FEE background

This text has white color on #8E6FEE background.