Color Hex Logo

#aa07ad Color Hex

#AA07AD
(170,7,173)
0 Favorites   0 Comments

Color spaces of #aa07ad

RGB 1707173
HSL0.830.920.35
HSV299°96°68°
CMYK 0.020.960.00   0.32
XYZ24.196411.715140.5211
Yxy11.71510.31660.1533
Hunter Lab34.227366.2896-46.2332
CIE-Lab40.759772.2354-45.9975

#aa07ad color RGB value is (170,7,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 10101101
Octal 252 7 255
Decimal 170 7 173
Hex AA 7 AD

RGB Percentages of Color #aa07ad

%48.57
%2.00
%49.43

CMYK Percentages of Color #aa07ad

%2
%96
%0
%32

Triadic Colors of #aa07ad

#aa07ad #adaa07 #07adaa

Analogous Colors of #aa07ad

#aa07ad #ad075d #5707ad

Monochromatic Colors of #aa07ad

#aa07ad

Complementary Color

#aa07ad #0aad07

#aa07ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa07ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa07ad Color CSS Codes

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

#aa07ad Text Font Color

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

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


#aa07ad Background Color

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

This div background color is #aa07ad


#aa07ad Border Color

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

This div border color is #aa07ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa07ad


Comments

No comments written yet.

Please login to write comment.