Color Hex Logo

#aa04ac Color Hex

#AA04AC
(170,4,172)
1 Favorites   0 Comments

Color spaces of #aa04ac

RGB 1704172
HSL0.830.950.35
HSV299°98°67°
CMYK 0.010.980.00   0.33
XYZ24.067411.611440.0025
Yxy11.61140.31800.1534
Hunter Lab34.075566.4417-45.7499
CIE-Lab40.591772.3953-45.6707

#aa04ac color RGB value is (170,4,172).

#aa04ac hex color red value is 170, green value is 4 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aa04ac hue: 0.83 , saturation: 0.95 and the lightness value of aa04ac is 0.35.

The process color (four color CMYK) of #aa04ac color hex is 0.01, 0.98, 0.00, 0.33. Web safe color of #aa04ac is #990099. Color #aa04ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 10101100
Octal 252 4 254
Decimal 170 4 172
Hex AA 4 AC

RGB Percentages of Color #aa04ac

%49.13
%1.16
%49.71

CMYK Percentages of Color #aa04ac

%1
%98
%0
%33

Triadic Colors of #aa04ac

#aa04ac #acaa04 #04acaa

Analogous Colors of #aa04ac

#aa04ac #ac045a #5604ac

Monochromatic Colors of #aa04ac

#aa04ac

Complementary Color

#aa04ac #06ac04

#aa04ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa04ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa04ac Color CSS Codes

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

#aa04ac Text Font Color

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

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


#aa04ac Background Color

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

This div background color is #aa04ac


#aa04ac Border Color

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

This div border color is #aa04ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa04ac


Comments

No comments written yet.

Please login to write comment.