Color Hex Logo

#aa03ac Color Hex

#AA03AC
(170,3,172)
0 Favorites   0 Comments

Color spaces of #aa03ac

RGB 1703172
HSL0.830.970.34
HSV299°98°67°
CMYK 0.010.980.00   0.33
XYZ24.056511.589739.9988
Yxy11.58970.31800.1532
Hunter Lab34.043666.5583-45.8309
CIE-Lab40.556472.4995-45.7271

#aa03ac color RGB value is (170,3,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 10101100
Octal 252 3 254
Decimal 170 3 172
Hex AA 3 AC

RGB Percentages of Color #aa03ac

%49.28
%0.87
%49.86

CMYK Percentages of Color #aa03ac

%1
%98
%0
%33

Triadic Colors of #aa03ac

#aa03ac #acaa03 #03acaa

Analogous Colors of #aa03ac

#aa03ac #ac035a #5503ac

Monochromatic Colors of #aa03ac

#aa03ac

Complementary Color

#aa03ac #05ac03

#aa03ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa03ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa03ac Color CSS Codes

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

#aa03ac Text Font Color

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

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


#aa03ac Background Color

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

This div background color is #aa03ac


#aa03ac Border Color

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

This div border color is #aa03ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa03ac


Comments

No comments written yet.

Please login to write comment.