Color Hex Logo

#a487ac Color Hex

#A487AC
(164,135,172)
0 Favorites   0 Comments

Color spaces of #a487ac

RGB 164135172
HSL0.800.180.60
HSV287°22°67°
CMYK 0.050.220.00   0.33
XYZ31.420228.199042.8167
Yxy28.19900.30670.2753
Hunter Lab53.102712.6864-10.6336
CIE-Lab60.068117.8421-15.3740

#a487ac color RGB value is (164,135,172).

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

The process color (four color CMYK) of #a487ac color hex is 0.05, 0.22, 0.00, 0.33. Web safe color of #a487ac is #999999. Color #a487ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 10101100
Octal 244 207 254
Decimal 164 135 172
Hex A4 87 AC

RGB Percentages of Color #a487ac

%34.82
%28.66
%36.52

CMYK Percentages of Color #a487ac

%5
%22
%0
%33

Triadic Colors of #a487ac

#a487ac #aca487 #87aca4

Analogous Colors of #a487ac

#a487ac #ac87a2 #9287ac

Monochromatic Colors of #a487ac

#a487ac

Complementary Color

#a487ac #8fac87

#a487ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487ac Color CSS Codes

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

#a487ac Text Font Color

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

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


#a487ac Background Color

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

This div background color is #a487ac


#a487ac Border Color

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

This div border color is #a487ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487ac


Comments

No comments written yet.

Please login to write comment.