Color Hex Logo

#a987ab Color Hex

#A987AB
(169,135,171)
0 Favorites   0 Comments

Color spaces of #a987ab

RGB 169135171
HSL0.820.180.60
HSV297°21°67°
CMYK 0.010.210.00   0.33
XYZ32.376828.703242.3619
Yxy28.70320.31300.2775
Hunter Lab53.575414.1147-9.3777
CIE-Lab60.518819.3730-14.0763

#a987ab color RGB value is (169,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 10101011
Octal 251 207 253
Decimal 169 135 171
Hex A9 87 AB

RGB Percentages of Color #a987ab

%35.58
%28.42
%36.00

CMYK Percentages of Color #a987ab

%1
%21
%0
%33

Triadic Colors of #a987ab

#a987ab #aba987 #87aba9

Analogous Colors of #a987ab

#a987ab #ab879b #9787ab

Monochromatic Colors of #a987ab

#a987ab

Complementary Color

#a987ab #89ab87

#a987ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987ab Color CSS Codes

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

#a987ab Text Font Color

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

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


#a987ab Background Color

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

This div background color is #a987ab


#a987ab Border Color

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

This div border color is #a987ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987ab


Comments

No comments written yet.

Please login to write comment.