Color Hex Logo

#9587ab Color Hex

#9587AB
(149,135,171)
0 Favorites   0 Comments

Color spaces of #9587ab

RGB 149135171
HSL0.730.180.60
HSV263°21°67°
CMYK 0.130.210.00   0.33
XYZ28.409126.657842.1762
Yxy26.65780.29210.2741
Hunter Lab51.63127.8617-12.2906
CIE-Lab58.656212.5110-17.0739

#9587ab color RGB value is (149,135,171).

#9587ab hex color red value is 149, green value is 135 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9587ab hue: 0.73 , saturation: 0.18 and the lightness value of 9587ab is 0.60.

The process color (four color CMYK) of #9587ab color hex is 0.13, 0.21, 0.00, 0.33. Web safe color of #9587ab is #999999. Color #9587ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 10101011
Octal 225 207 253
Decimal 149 135 171
Hex 95 87 AB

RGB Percentages of Color #9587ab

%32.75
%29.67
%37.58

CMYK Percentages of Color #9587ab

%13
%21
%0
%33

Triadic Colors of #9587ab

#9587ab #ab9587 #87ab95

Analogous Colors of #9587ab

#9587ab #a787ab #878bab

Monochromatic Colors of #9587ab

#9587ab

Complementary Color

#9587ab #9dab87

#9587ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9587ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9587ab Color CSS Codes

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

#9587ab Text Font Color

<p style="color:#9587ab">Text here</p>

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


#9587ab Background Color

<div style="background-color:#9587ab">
Div content here</div>

This div background color is #9587ab


#9587ab Border Color

<div style="border:3px solid #9587ab">
Div here</div>

This div border color is #9587ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,135,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9587ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9587ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9587ab;
  box-shadow:         1px 1px 3px 2px #9587ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9587ab


Comments

No comments written yet.

Please login to write comment.