Color Hex Logo

#aa1077 Color Hex

#AA1077
(170,16,119)
0 Favorites   0 Comments

Color spaces of #aa1077

RGB 17016119
HSL0.890.830.36
HSV320°91°67°
CMYK 0.000.910.30   0.33
XYZ20.092610.248518.3719
Yxy10.24850.41250.2104
Hunter Lab32.013356.0093-11.6163
CIE-Lab38.284863.8673-16.9223

#aa1077 color RGB value is (170,16,119).

#aa1077 hex color red value is 170, green value is 16 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aa1077 hue: 0.89 , saturation: 0.83 and the lightness value of aa1077 is 0.36.

The process color (four color CMYK) of #aa1077 color hex is 0.00, 0.91, 0.30, 0.33. Web safe color of #aa1077 is #990066. Color #aa1077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 01110111
Octal 252 20 167
Decimal 170 16 119
Hex AA 10 77

RGB Percentages of Color #aa1077

%55.74
%5.25
%39.02

CMYK Percentages of Color #aa1077

%0
%91
%30
%33

Triadic Colors of #aa1077

#aa1077 #77aa10 #1077aa

Analogous Colors of #aa1077

#aa1077 #aa102a #9010aa

Monochromatic Colors of #aa1077

#aa1077

Complementary Color

#aa1077 #10aa43

#aa1077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1077 Color CSS Codes

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

#aa1077 Text Font Color

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

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


#aa1077 Background Color

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

This div background color is #aa1077


#aa1077 Border Color

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

This div border color is #aa1077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1077


Comments

No comments written yet.

Please login to write comment.