Color Hex Logo

#aa126f Color Hex

#AA126F
(170,18,111)
0 Favorites   0 Comments

Color spaces of #aa126f

RGB 17018111
HSL0.900.810.37
HSV323°89°67°
CMYK 0.000.890.35   0.33
XYZ19.663110.126415.9571
Yxy10.12640.42980.2214
Hunter Lab31.822054.6082-7.4555
CIE-Lab38.068362.6626-12.2242

#aa126f color RGB value is (170,18,111).

#aa126f hex color red value is 170, green value is 18 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aa126f hue: 0.90 , saturation: 0.81 and the lightness value of aa126f is 0.37.

The process color (four color CMYK) of #aa126f color hex is 0.00, 0.89, 0.35, 0.33. Web safe color of #aa126f is #990066. Color #aa126f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 01101111
Octal 252 22 157
Decimal 170 18 111
Hex AA 12 6F

RGB Percentages of Color #aa126f

%56.86
%6.02
%37.12

CMYK Percentages of Color #aa126f

%0
%89
%35
%33

Triadic Colors of #aa126f

#aa126f #6faa12 #126faa

Analogous Colors of #aa126f

#aa126f #aa1223 #9912aa

Monochromatic Colors of #aa126f

#aa126f

Complementary Color

#aa126f #12aa4d

#aa126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa126f Color CSS Codes

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

#aa126f Text Font Color

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

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


#aa126f Background Color

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

This div background color is #aa126f


#aa126f Border Color

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

This div border color is #aa126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa126f


Comments

No comments written yet.

Please login to write comment.