Color Hex Logo

#8e87e9 Color Hex

#8E87E9
(142,135,233)
0 Favorites   0 Comments

Color spaces of #8e87e9

RGB 142135233
HSL0.680.690.72
HSV244°42°91°
CMYK 0.390.420.00   0.09
XYZ34.527328.961980.8612
Yxy28.96190.23920.2006
Hunter Lab53.816320.3431-51.4143
CIE-Lab60.748025.9513-48.7918

#8e87e9 color RGB value is (142,135,233).

#8e87e9 hex color red value is 142, green value is 135 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #8e87e9 hue: 0.68 , saturation: 0.69 and the lightness value of 8e87e9 is 0.72.

The process color (four color CMYK) of #8e87e9 color hex is 0.39, 0.42, 0.00, 0.09. Web safe color of #8e87e9 is #9999ff. Color #8e87e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000111 11101001
Octal 216 207 351
Decimal 142 135 233
Hex 8E 87 E9

RGB Percentages of Color #8e87e9

%27.84
%26.47
%45.69

CMYK Percentages of Color #8e87e9

%39
%42
%0
%9

Triadic Colors of #8e87e9

#8e87e9 #e98e87 #87e98e

Analogous Colors of #8e87e9

#8e87e9 #bf87e9 #87b1e9

Monochromatic Colors of #8e87e9

#8e87e9

Complementary Color

#8e87e9 #e2e987

#8e87e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e87e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e87e9 Color CSS Codes

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

#8e87e9 Text Font Color

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

This sample text font color is #8e87e9
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.


#8e87e9 Background Color

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

This div background color is #8e87e9


#8e87e9 Border Color

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

This div border color is #8e87e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e87e9


Comments

No comments written yet.

Please login to write comment.