Color Hex Logo

#9597bf Color Hex

#9597BF
(149,151,191)
0 Favorites   0 Comments

Color spaces of #9597bf

RGB 149151191
HSL0.660.250.67
HSV237°22°75°
CMYK 0.220.210.00   0.25
XYZ32.865032.284453.7895
Yxy32.28440.27630.2714
Hunter Lab56.81943.8127-16.3548
CIE-Lab63.57727.9364-20.9017

#9597bf color RGB value is (149,151,191).

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

The process color (four color CMYK) of #9597bf color hex is 0.22, 0.21, 0.00, 0.25. Web safe color of #9597bf is #9999cc. Color #9597bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 10111111
Octal 225 227 277
Decimal 149 151 191
Hex 95 97 BF

RGB Percentages of Color #9597bf

%30.35
%30.75
%38.90

CMYK Percentages of Color #9597bf

%22
%21
%0
%25

Triadic Colors of #9597bf

#9597bf #bf9597 #97bf95

Analogous Colors of #9597bf

#9597bf #a895bf #95acbf

Monochromatic Colors of #9597bf

#9597bf

Complementary Color

#9597bf #bfbd95

#9597bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9597bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9597bf Color CSS Codes

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

#9597bf Text Font Color

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

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


#9597bf Background Color

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

This div background color is #9597bf


#9597bf Border Color

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

This div border color is #9597bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9597bf


Comments

No comments written yet.

Please login to write comment.