Color Hex Logo

#a079ac Color Hex

#A079AC
(160,121,172)
0 Favorites   0 Comments

Color spaces of #a079ac

RGB 160121172
HSL0.790.240.57
HSV286°30°67°
CMYK 0.070.300.00   0.33
XYZ28.781024.126942.1698
Yxy24.12690.30270.2538
Hunter Lab49.119118.6323-16.5183
CIE-Lab56.214624.4876-21.2762

#a079ac color RGB value is (160,121,172).

#a079ac hex color red value is 160, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a079ac hue: 0.79 , saturation: 0.24 and the lightness value of a079ac is 0.57.

The process color (four color CMYK) of #a079ac color hex is 0.07, 0.30, 0.00, 0.33. Web safe color of #a079ac is #996699. Color #a079ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 10101100
Octal 240 171 254
Decimal 160 121 172
Hex A0 79 AC

RGB Percentages of Color #a079ac

%35.32
%26.71
%37.97

CMYK Percentages of Color #a079ac

%7
%30
%0
%33

Triadic Colors of #a079ac

#a079ac #aca079 #79aca0

Analogous Colors of #a079ac

#a079ac #ac799f #8779ac

Monochromatic Colors of #a079ac

#a079ac

Complementary Color

#a079ac #85ac79

#a079ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079ac Color CSS Codes

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

#a079ac Text Font Color

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

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


#a079ac Background Color

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

This div background color is #a079ac


#a079ac Border Color

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

This div border color is #a079ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079ac


Comments

No comments written yet.

Please login to write comment.