Color Hex Logo

#aa129e Color Hex

#AA129E
(170,18,158)
0 Favorites   0 Comments

Color spaces of #aa129e

RGB 17018158
HSL0.850.810.37
HSV305°89°67°
CMYK 0.000.890.07   0.33
XYZ22.965411.447333.3469
Yxy11.44730.33890.1689
Hunter Lab33.833961.9511-34.7530
CIE-Lab40.323968.6462-37.7019

#aa129e color RGB value is (170,18,158).

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

The process color (four color CMYK) of #aa129e color hex is 0.00, 0.89, 0.07, 0.33. Web safe color of #aa129e is #990099. Color #aa129e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 10011110
Octal 252 22 236
Decimal 170 18 158
Hex AA 12 9E

RGB Percentages of Color #aa129e

%49.13
%5.20
%45.66

CMYK Percentages of Color #aa129e

%0
%89
%7
%33

Triadic Colors of #aa129e

#aa129e #9eaa12 #129eaa

Analogous Colors of #aa129e

#aa129e #aa1252 #6a12aa

Monochromatic Colors of #aa129e

#aa129e

Complementary Color

#aa129e #12aa1e

#aa129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa129e Color CSS Codes

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

#aa129e Text Font Color

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

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


#aa129e Background Color

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

This div background color is #aa129e


#aa129e Border Color

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

This div border color is #aa129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa129e


Comments

No comments written yet.

Please login to write comment.