Color Hex Logo

#aa29ad Color Hex

#AA29AD
(170,41,173)
0 Favorites   0 Comments

Color spaces of #aa29ad

RGB 17041173
HSL0.830.620.42
HSV299°76°68°
CMYK 0.020.760.00   0.32
XYZ24.913313.149140.7601
Yxy13.14910.31610.1668
Hunter Lab36.261759.1790-41.2620
CIE-Lab42.987065.7339-42.4395

#aa29ad color RGB value is (170,41,173).

#aa29ad hex color red value is 170, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa29ad hue: 0.83 , saturation: 0.62 and the lightness value of aa29ad is 0.42.

The process color (four color CMYK) of #aa29ad color hex is 0.02, 0.76, 0.00, 0.32. Web safe color of #aa29ad is #993399. Color #aa29ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10101101
Octal 252 51 255
Decimal 170 41 173
Hex AA 29 AD

RGB Percentages of Color #aa29ad

%44.27
%10.68
%45.05

CMYK Percentages of Color #aa29ad

%2
%76
%0
%32

Triadic Colors of #aa29ad

#aa29ad #adaa29 #29adaa

Analogous Colors of #aa29ad

#aa29ad #ad296e #6829ad

Monochromatic Colors of #aa29ad

#aa29ad

Complementary Color

#aa29ad #2cad29

#aa29ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa29ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa29ad Color CSS Codes

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

#aa29ad Text Font Color

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

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


#aa29ad Background Color

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

This div background color is #aa29ad


#aa29ad Border Color

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

This div border color is #aa29ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa29ad


Comments

No comments written yet.

Please login to write comment.