Color Hex Logo

#9687eb Color Hex

#9687EB
(150,135,235)
0 Favorites   0 Comments

Color spaces of #9687eb

RGB 150135235
HSL0.690.710.73
HSV249°43°92°
CMYK 0.360.430.00   0.08
XYZ36.237029.810182.4413
Yxy29.81010.24400.2008
Hunter Lab54.598622.9225-51.3060
CIE-Lab61.490028.5469-48.6846

#9687eb color RGB value is (150,135,235).

#9687eb hex color red value is 150, green value is 135 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9687eb hue: 0.69 , saturation: 0.71 and the lightness value of 9687eb is 0.73.

The process color (four color CMYK) of #9687eb color hex is 0.36, 0.43, 0.00, 0.08. Web safe color of #9687eb is #9999ff. Color #9687eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 11101011
Octal 226 207 353
Decimal 150 135 235
Hex 96 87 EB

RGB Percentages of Color #9687eb

%28.85
%25.96
%45.19

CMYK Percentages of Color #9687eb

%36
%43
%0
%8

Triadic Colors of #9687eb

#9687eb #eb9687 #87eb96

Analogous Colors of #9687eb

#9687eb #c887eb #87aaeb

Monochromatic Colors of #9687eb

#9687eb

Complementary Color

#9687eb #dceb87

#9687eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9687eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9687eb Color CSS Codes

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

#9687eb Text Font Color

<p style="color:#9687eb">Text here</p>

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


#9687eb Background Color

<div style="background-color:#9687eb">
Div content here</div>

This div background color is #9687eb


#9687eb Border Color

<div style="border:3px solid #9687eb">
Div here</div>

This div border color is #9687eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,135,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9687eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9687eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9687eb;
  box-shadow:         1px 1px 3px 2px #9687eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9687eb


Comments

No comments written yet.

Please login to write comment.