Color Hex Logo

#a489ac Color Hex

#A489AC
(164,137,172)
0 Favorites   0 Comments

Color spaces of #a489ac

RGB 164137172
HSL0.800.170.61
HSV286°20°67°
CMYK 0.050.200.00   0.33
XYZ31.701928.762442.9106
Yxy28.76240.30670.2782
Hunter Lab53.630611.6607-9.8974
CIE-Lab60.571416.7030-14.6133

#a489ac color RGB value is (164,137,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 10101100
Octal 244 211 254
Decimal 164 137 172
Hex A4 89 AC

RGB Percentages of Color #a489ac

%34.67
%28.96
%36.36

CMYK Percentages of Color #a489ac

%5
%20
%0
%33

Triadic Colors of #a489ac

#a489ac #aca489 #89aca4

Analogous Colors of #a489ac

#a489ac #ac89a3 #9389ac

Monochromatic Colors of #a489ac

#a489ac

Complementary Color

#a489ac #91ac89

#a489ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489ac Color CSS Codes

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

#a489ac Text Font Color

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

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


#a489ac Background Color

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

This div background color is #a489ac


#a489ac Border Color

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

This div border color is #a489ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489ac


Comments

No comments written yet.

Please login to write comment.