Color Hex Logo

#a487ab Color Hex

#A487AB
(164,135,171)
0 Favorites   0 Comments

Color spaces of #a487ab

RGB 164135171
HSL0.800.180.60
HSV288°21°67°
CMYK 0.040.210.00   0.33
XYZ31.324528.160742.3127
Yxy28.16070.30770.2766
Hunter Lab53.066712.4994-10.1282
CIE-Lab60.033617.6393-14.8562

#a487ab color RGB value is (164,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 10101011
Octal 244 207 253
Decimal 164 135 171
Hex A4 87 AB

RGB Percentages of Color #a487ab

%34.89
%28.72
%36.38

CMYK Percentages of Color #a487ab

%4
%21
%0
%33

Triadic Colors of #a487ab

#a487ab #aba487 #87aba4

Analogous Colors of #a487ab

#a487ab #ab87a0 #9287ab

Monochromatic Colors of #a487ab

#a487ab

Complementary Color

#a487ab #8eab87

#a487ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487ab Color CSS Codes

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

#a487ab Text Font Color

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

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


#a487ab Background Color

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

This div background color is #a487ab


#a487ab Border Color

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

This div border color is #a487ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487ab


Comments

No comments written yet.

Please login to write comment.