color codes Logo

#aa076f color codes

#AA076F
(170,7,111)
0 Favorites   0 Comments

Color spaces of #aa076f

RGB 1707111
HSL0.890.920.35
HSV322°96°67°
CMYK 0.000.960.35   0.33
XYZ19.52289.845715.9104
Yxy9.84570.43120.2174
Hunter Lab31.377956.1486-8.0990
CIE-Lab37.564164.1312-12.9907

#aa076f color RGB value is (170,7,111).

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

The process color (four color CMYK) of #aa076f color code is 0.00, 0.96, 0.35, 0.33. Web safe color of #aa076f is #990066. Color #aa076f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 01101111
Octal 252 7 157
Decimal 170 7 111
Hex AA 7 6F

RGB Percentages of Color #aa076f

%59.03
%2.43
%38.54

CMYK Percentages of Color #aa076f

%0
%96
%35
%33

Triadic Colors of #aa076f

#aa076f #6faa07 #076faa

Analogous Colors of #aa076f

#aa076f #aa071e #9407aa

Monochromatic Colors of #aa076f

#aa076f

Complementary Color

#aa076f #07aa42

#aa076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa076f Color CSS Codes

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

#aa076f Text Font Color

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

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


#aa076f Background Color

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

This div background color is #aa076f


#aa076f Border Color

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

This div border color is #aa076f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa076f


Comments

No comments written yet.

Please login to write comment.