Color Hex Logo

#9087ab Color Hex

#9087AB
(144,135,171)
0 Favorites   0 Comments

Color spaces of #9087ab

RGB 144135171
HSL0.710.180.60
HSV255°21°67°
CMYK 0.160.210.00   0.33
XYZ27.516326.197542.1344
Yxy26.19750.28710.2733
Hunter Lab51.18356.3907-12.9793
CIE-Lab58.224010.8345-17.7709

#9087ab color RGB value is (144,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000111 10101011
Octal 220 207 253
Decimal 144 135 171
Hex 90 87 AB

RGB Percentages of Color #9087ab

%32.00
%30.00
%38.00

CMYK Percentages of Color #9087ab

%16
%21
%0
%33

Triadic Colors of #9087ab

#9087ab #ab9087 #87ab90

Analogous Colors of #9087ab

#9087ab #a287ab #8790ab

Monochromatic Colors of #9087ab

#9087ab

Complementary Color

#9087ab #a2ab87

#9087ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9087ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9087ab Color CSS Codes

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

#9087ab Text Font Color

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

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


#9087ab Background Color

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

This div background color is #9087ab


#9087ab Border Color

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

This div border color is #9087ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,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 #9087ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9087ab


Comments

No comments written yet.

Please login to write comment.