Color Hex Logo

#9598bf Color Hex

#9598BF
(149,152,191)
0 Favorites   0 Comments

Color spaces of #9598bf

RGB 149152191
HSL0.650.250.67
HSV236°22°75°
CMYK 0.220.200.00   0.25
XYZ33.026632.607653.8434
Yxy32.60760.27640.2729
Hunter Lab57.10313.3084-15.9334
CIE-Lab63.84197.3699-20.4982

#9598bf color RGB value is (149,152,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011000 10111111
Octal 225 230 277
Decimal 149 152 191
Hex 95 98 BF

RGB Percentages of Color #9598bf

%30.28
%30.89
%38.82

CMYK Percentages of Color #9598bf

%22
%20
%0
%25

Triadic Colors of #9598bf

#9598bf #bf9598 #98bf95

Analogous Colors of #9598bf

#9598bf #a795bf #95adbf

Monochromatic Colors of #9598bf

#9598bf

Complementary Color

#9598bf #bfbc95

#9598bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9598bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9598bf Color CSS Codes

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

#9598bf Text Font Color

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

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


#9598bf Background Color

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

This div background color is #9598bf


#9598bf Border Color

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

This div border color is #9598bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9598bf


Comments

No comments written yet.

Please login to write comment.