Color Hex Logo

#9597cb Color Hex

#9597CB
(149,151,203)
0 Favorites   0 Comments

Color spaces of #9597cb

RGB 149151203
HSL0.660.340.69
HSV238°27°80°
CMYK 0.270.260.00   0.20
XYZ34.240532.834661.0329
Yxy32.83460.26730.2563
Hunter Lab57.30156.3851-23.0399
CIE-Lab64.026810.8281-26.9269

#9597cb color RGB value is (149,151,203).

#9597cb hex color red value is 149, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9597cb hue: 0.66 , saturation: 0.34 and the lightness value of 9597cb is 0.69.

The process color (four color CMYK) of #9597cb color hex is 0.27, 0.26, 0.00, 0.20. Web safe color of #9597cb is #9999cc. Color #9597cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 11001011
Octal 225 227 313
Decimal 149 151 203
Hex 95 97 CB

RGB Percentages of Color #9597cb

%29.62
%30.02
%40.36

CMYK Percentages of Color #9597cb

%27
%26
%0
%20

Triadic Colors of #9597cb

#9597cb #cb9597 #97cb95

Analogous Colors of #9597cb

#9597cb #ae95cb #95b2cb

Monochromatic Colors of #9597cb

#9597cb

Complementary Color

#9597cb #cbc995

#9597cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9597cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9597cb Color CSS Codes

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

#9597cb Text Font Color

<p style="color:#9597cb">Text here</p>

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


#9597cb Background Color

<div style="background-color:#9597cb">
Div content here</div>

This div background color is #9597cb


#9597cb Border Color

<div style="border:3px solid #9597cb">
Div here</div>

This div border color is #9597cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,151,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9597cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9597cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9597cb;
  box-shadow:         1px 1px 3px 2px #9597cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,151,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9597cb


Comments

No comments written yet.

Please login to write comment.