Color Hex Logo

#ac079a Color Hex

#AC079A
(172,7,154)
0 Favorites   0 Comments

Color spaces of #ac079a

RGB 1727154
HSL0.850.920.35
HSV307°96°67°
CMYK 0.000.960.10   0.33
XYZ22.922011.255731.5363
Yxy11.25570.34880.1713
Hunter Lab33.549563.2447-32.2475
CIE-Lab40.007869.8121-35.7613

#ac079a color RGB value is (172,7,154).

#ac079a hex color red value is 172, green value is 7 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac079a hue: 0.85 , saturation: 0.92 and the lightness value of ac079a is 0.35.

The process color (four color CMYK) of #ac079a color hex is 0.00, 0.96, 0.10, 0.33. Web safe color of #ac079a is #990099. Color #ac079a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 10011010
Octal 254 7 232
Decimal 172 7 154
Hex AC 7 9A

RGB Percentages of Color #ac079a

%51.65
%2.10
%46.25

CMYK Percentages of Color #ac079a

%0
%96
%10
%33

Triadic Colors of #ac079a

#ac079a #9aac07 #079aac

Analogous Colors of #ac079a

#ac079a #ac0747 #6c07ac

Monochromatic Colors of #ac079a

#ac079a

Complementary Color

#ac079a #07ac19

#ac079a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac079a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac079a Color CSS Codes

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

#ac079a Text Font Color

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

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


#ac079a Background Color

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

This div background color is #ac079a


#ac079a Border Color

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

This div border color is #ac079a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac079a


Comments

No comments written yet.

Please login to write comment.