Color Hex Logo

#a789ac Color Hex

#A789AC
(167,137,172)
0 Favorites   0 Comments

Color spaces of #a789ac

RGB 167137172
HSL0.810.170.61
HSV291°20°67°
CMYK 0.030.200.00   0.33
XYZ32.328429.085442.9399
Yxy29.08540.30980.2787
Hunter Lab53.930912.6212-9.4552
CIE-Lab60.856917.7415-14.1544

#a789ac color RGB value is (167,137,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001001 10101100
Octal 247 211 254
Decimal 167 137 172
Hex A7 89 AC

RGB Percentages of Color #a789ac

%35.08
%28.78
%36.13

CMYK Percentages of Color #a789ac

%3
%20
%0
%33

Triadic Colors of #a789ac

#a789ac #aca789 #89aca7

Analogous Colors of #a789ac

#a789ac #ac89a0 #9689ac

Monochromatic Colors of #a789ac

#a789ac

Complementary Color

#a789ac #8eac89

#a789ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a789ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a789ac Color CSS Codes

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

#a789ac Text Font Color

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

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


#a789ac Background Color

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

This div background color is #a789ac


#a789ac Border Color

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

This div border color is #a789ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a789ac


Comments

No comments written yet.

Please login to write comment.