Color Hex Logo

#8e8dee Color Hex

#8E8DEE
(142,141,238)
0 Favorites   0 Comments

Color spaces of #8e8dee

RGB 142141238
HSL0.670.740.74
HSV241°41°93°
CMYK 0.400.410.00   0.07
XYZ36.112830.973684.9641
Yxy30.97360.23750.2037
Hunter Lab55.653918.4309-51.5574
CIE-Lab62.485323.8420-48.8093

#8e8dee color RGB value is (142,141,238).

#8e8dee hex color red value is 142, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8e8dee hue: 0.67 , saturation: 0.74 and the lightness value of 8e8dee is 0.74.

The process color (four color CMYK) of #8e8dee color hex is 0.40, 0.41, 0.00, 0.07. Web safe color of #8e8dee is #9999ff. Color #8e8dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001101 11101110
Octal 216 215 356
Decimal 142 141 238
Hex 8E 8D EE

RGB Percentages of Color #8e8dee

%27.26
%27.06
%45.68

CMYK Percentages of Color #8e8dee

%40
%41
%0
%7

Triadic Colors of #8e8dee

#8e8dee #ee8e8d #8dee8e

Analogous Colors of #8e8dee

#8e8dee #bf8dee #8dbdee

Monochromatic Colors of #8e8dee

#8e8dee

Complementary Color

#8e8dee #edee8d

#8e8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e8dee Color CSS Codes

.mybgcolor {background-color:#8e8dee; } 
.myforecolor {color:#8e8dee; }
.mybordercolor {border:3px solid #8e8dee; }

#8e8dee Text Font Color

<p style="color:#8e8dee">Text here</p>

This sample text font color is #8e8dee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8e8dee Background Color

<div style="background-color:#8e8dee">
Div content here</div>

This div background color is #8e8dee


#8e8dee Border Color

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

This div border color is #8e8dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,141,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e8dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e8dee;
  -webkit-box-shadow: 1px 1px 3px 2px #8e8dee;
  box-shadow:         1px 1px 3px 2px #8e8dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,141,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8e8dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8e8dee;
  -webkit-box-shadow: 1px 1px 3px 2px #8e8dee;
  box-shadow:         1px 1px 3px 2px #8e8dee;">
Div content here</div>

This div box has shadow with color #8e8dee


Comments

No comments written yet.

Please login to write comment.