Color Hex Logo

#aa03ad Color Hex

#AA03AD
(170,3,173)
0 Favorites   0 Comments

Color spaces of #aa03ad

RGB 1703173
HSL0.830.970.35
HSV299°98°68°
CMYK 0.020.980.00   0.32
XYZ24.153011.628340.5066
Yxy11.62830.31660.1524
Hunter Lab34.100366.7548-46.5584
CIE-Lab40.619272.6515-46.2226

#aa03ad color RGB value is (170,3,173).

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

The process color (four color CMYK) of #aa03ad color hex is 0.02, 0.98, 0.00, 0.32. Web safe color of #aa03ad is #990099. Color #aa03ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 10101101
Octal 252 3 255
Decimal 170 3 173
Hex AA 3 AD

RGB Percentages of Color #aa03ad

%49.13
%0.87
%50.00

CMYK Percentages of Color #aa03ad

%2
%98
%0
%32

Triadic Colors of #aa03ad

#aa03ad #adaa03 #03adaa

Analogous Colors of #aa03ad

#aa03ad #ad035b #5503ad

Monochromatic Colors of #aa03ad

#aa03ad

Complementary Color

#aa03ad #06ad03

#aa03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa03ad Color CSS Codes

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

#aa03ad Text Font Color

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

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


#aa03ad Background Color

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

This div background color is #aa03ad


#aa03ad Border Color

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

This div border color is #aa03ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,3,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa03ad


Comments

No comments written yet.

Please login to write comment.