Color Hex Logo

#aa0079 Color Hex

#AA0079
(170,0,121)
0 Favorites   0 Comments

Color spaces of #aa0079

RGB 1700121
HSL0.881.000.33
HSV317°100°67°
CMYK 0.001.000.29   0.33
XYZ20.02889.926518.9495
Yxy9.92650.40950.2030
Hunter Lab31.506358.3376-13.6055
CIE-Lab37.710266.0284-19.0592

#aa0079 color RGB value is (170,0,121).

#aa0079 hex color red value is 170, green value is 0 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aa0079 hue: 0.88 , saturation: 1.00 and the lightness value of aa0079 is 0.33.

The process color (four color CMYK) of #aa0079 color hex is 0.00, 1.00, 0.29, 0.33. Web safe color of #aa0079 is #990066. Color #aa0079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 01111001
Octal 252 0 171
Decimal 170 0 121
Hex AA 0 79

RGB Percentages of Color #aa0079

%58.42
%0.00
%41.58

CMYK Percentages of Color #aa0079

%0
%100
%29
%33

Triadic Colors of #aa0079

#aa0079 #79aa00 #0079aa

Analogous Colors of #aa0079

#aa0079 #aa0024 #8600aa

Monochromatic Colors of #aa0079

#aa0079

Complementary Color

#aa0079 #00aa31

#aa0079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0079 Color CSS Codes

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

#aa0079 Text Font Color

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

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


#aa0079 Background Color

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

This div background color is #aa0079


#aa0079 Border Color

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

This div border color is #aa0079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0079


Comments

No comments written yet.

Please login to write comment.