Color Hex Logo

#9687db Color Hex

#9687DB
(150,135,219)
0 Favorites   0 Comments

Color spaces of #9687db

RGB 150135219
HSL0.700.540.69
HSV251°38°86°
CMYK 0.320.380.00   0.14
XYZ34.027828.926470.8077
Yxy28.92640.25440.2163
Hunter Lab53.783318.8133-40.4092
CIE-Lab60.716624.3577-41.0053

#9687db color RGB value is (150,135,219).

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

The process color (four color CMYK) of #9687db color hex is 0.32, 0.38, 0.00, 0.14. Web safe color of #9687db is #9999cc. Color #9687db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 11011011
Octal 226 207 333
Decimal 150 135 219
Hex 96 87 DB

RGB Percentages of Color #9687db

%29.76
%26.79
%43.45

CMYK Percentages of Color #9687db

%32
%38
%0
%14

Triadic Colors of #9687db

#9687db #db9687 #87db96

Analogous Colors of #9687db

#9687db #c087db #87a2db

Monochromatic Colors of #9687db

#9687db

Complementary Color

#9687db #ccdb87

#9687db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9687db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9687db Color CSS Codes

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

#9687db Text Font Color

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

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


#9687db Background Color

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

This div background color is #9687db


#9687db Border Color

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

This div border color is #9687db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9687db


Comments

No comments written yet.

Please login to write comment.