Color Hex Logo

#9599bf Color Hex

#9599BF
(149,153,191)
0 Favorites   0 Comments

Color spaces of #9599bf

RGB 149153191
HSL0.650.250.67
HSV234°22°75°
CMYK 0.220.200.00   0.25
XYZ33.189632.933653.8978
Yxy32.93360.27650.2744
Hunter Lab57.38782.8048-15.5129
CIE-Lab64.10716.8041-20.0942

#9599bf color RGB value is (149,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011001 10111111
Octal 225 231 277
Decimal 149 153 191
Hex 95 99 BF

RGB Percentages of Color #9599bf

%30.22
%31.03
%38.74

CMYK Percentages of Color #9599bf

%22
%20
%0
%25

Triadic Colors of #9599bf

#9599bf #bf9599 #99bf95

Analogous Colors of #9599bf

#9599bf #a695bf #95aebf

Monochromatic Colors of #9599bf

#9599bf

Complementary Color

#9599bf #bfbb95

#9599bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9599bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9599bf Color CSS Codes

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

#9599bf Text Font Color

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

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


#9599bf Background Color

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

This div background color is #9599bf


#9599bf Border Color

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

This div border color is #9599bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,153,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 #9599bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9599bf


Comments

No comments written yet.

Please login to write comment.