Color Hex Logo

#9e87cd Color Hex

#9E87CD
(158,135,205)
0 Favorites   0 Comments

Color spaces of #9e87cd

RGB 158135205
HSL0.720.410.67
HSV260°34°80°
CMYK 0.230.340.00   0.20
XYZ33.784029.004861.5755
Yxy29.00480.27170.2332
Hunter Lab53.856117.7251-30.0890
CIE-Lab60.785923.2093-33.0019

#9e87cd color RGB value is (158,135,205).

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

The process color (four color CMYK) of #9e87cd color hex is 0.23, 0.34, 0.00, 0.20. Web safe color of #9e87cd is #9999cc. Color #9e87cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000111 11001101
Octal 236 207 315
Decimal 158 135 205
Hex 9E 87 CD

RGB Percentages of Color #9e87cd

%31.73
%27.11
%41.16

CMYK Percentages of Color #9e87cd

%23
%34
%0
%20

Triadic Colors of #9e87cd

#9e87cd #cd9e87 #87cd9e

Analogous Colors of #9e87cd

#9e87cd #c187cd #8793cd

Monochromatic Colors of #9e87cd

#9e87cd

Complementary Color

#9e87cd #b6cd87

#9e87cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e87cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e87cd Color CSS Codes

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

#9e87cd Text Font Color

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

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


#9e87cd Background Color

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

This div background color is #9e87cd


#9e87cd Border Color

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

This div border color is #9e87cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e87cd


Comments

No comments written yet.

Please login to write comment.