Color Hex Logo

#9e87d2 Color Hex

#9E87D2
(158,135,210)
0 Favorites   0 Comments

Color spaces of #9e87d2

RGB 158135210
HSL0.720.450.68
HSV258°36°82°
CMYK 0.250.360.00   0.18
XYZ34.397429.250264.8057
Yxy29.25020.26780.2277
Hunter Lab54.083518.8810-33.1860
CIE-Lab61.001824.4093-35.4725

#9e87d2 color RGB value is (158,135,210).

#9e87d2 hex color red value is 158, green value is 135 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #9e87d2 hue: 0.72 , saturation: 0.45 and the lightness value of 9e87d2 is 0.68.

The process color (four color CMYK) of #9e87d2 color hex is 0.25, 0.36, 0.00, 0.18. Web safe color of #9e87d2 is #9999cc. Color #9e87d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000111 11010010
Octal 236 207 322
Decimal 158 135 210
Hex 9E 87 D2

RGB Percentages of Color #9e87d2

%31.41
%26.84
%41.75

CMYK Percentages of Color #9e87d2

%25
%36
%0
%18

Triadic Colors of #9e87d2

#9e87d2 #d29e87 #87d29e

Analogous Colors of #9e87d2

#9e87d2 #c487d2 #8796d2

Monochromatic Colors of #9e87d2

#9e87d2

Complementary Color

#9e87d2 #bbd287

#9e87d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e87d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e87d2 Color CSS Codes

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

#9e87d2 Text Font Color

<p style="color:#9e87d2">Text here</p>

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


#9e87d2 Background Color

<div style="background-color:#9e87d2">
Div content here</div>

This div background color is #9e87d2


#9e87d2 Border Color

<div style="border:3px solid #9e87d2">
Div here</div>

This div border color is #9e87d2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,135,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e87d2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e87d2;
  -webkit-box-shadow: 1px 1px 3px 2px #9e87d2;
  box-shadow:         1px 1px 3px 2px #9e87d2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e87d2


Comments

No comments written yet.

Please login to write comment.