Color Hex Logo

#9d96db Color Hex

#9D96DB
(157,150,219)
0 Favorites   0 Comments

Color spaces of #9d96db

RGB 157150219
HSL0.680.490.72
HSV246°32°86°
CMYK 0.280.320.00   0.14
XYZ37.597234.095371.6173
Yxy34.09530.26230.2379
Hunter Lab58.391212.7489-31.8459
CIE-Lab65.038117.7340-34.2123

#9d96db color RGB value is (157,150,219).

#9d96db hex color red value is 157, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9d96db hue: 0.68 , saturation: 0.49 and the lightness value of 9d96db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010110 11011011
Octal 235 226 333
Decimal 157 150 219
Hex 9D 96 DB

RGB Percentages of Color #9d96db

%29.85
%28.52
%41.63

CMYK Percentages of Color #9d96db

%28
%32
%0
%14

Triadic Colors of #9d96db

#9d96db #db9d96 #96db9d

Analogous Colors of #9d96db

#9d96db #c096db #96b2db

Monochromatic Colors of #9d96db

#9d96db

Complementary Color

#9d96db #d4db96

#9d96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d96db Color CSS Codes

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

#9d96db Text Font Color

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

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


#9d96db Background Color

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

This div background color is #9d96db


#9d96db Border Color

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

This div border color is #9d96db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,150,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 #9d96db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d96db


Comments

No comments written yet.

Please login to write comment.