Color Hex Logo

#aa29ba Color Hex

#AA29BA
(170,41,186)
0 Favorites   0 Comments

Color spaces of #aa29ba

RGB 17041186
HSL0.810.640.45
HSV293°78°73°
CMYK 0.090.780.00   0.27
XYZ26.233413.677147.7117
Yxy13.67710.29940.1561
Hunter Lab36.982661.8986-50.6030
CIE-Lab43.766267.9301-48.8642

#aa29ba color RGB value is (170,41,186).

#aa29ba hex color red value is 170, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa29ba hue: 0.81 , saturation: 0.64 and the lightness value of aa29ba is 0.45.

The process color (four color CMYK) of #aa29ba color hex is 0.09, 0.78, 0.00, 0.27. Web safe color of #aa29ba is #9933cc. Color #aa29ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10111010
Octal 252 51 272
Decimal 170 41 186
Hex AA 29 BA

RGB Percentages of Color #aa29ba

%42.82
%10.33
%46.85

CMYK Percentages of Color #aa29ba

%9
%78
%0
%27

Triadic Colors of #aa29ba

#aa29ba #baaa29 #29baaa

Analogous Colors of #aa29ba

#aa29ba #ba2982 #6129ba

Monochromatic Colors of #aa29ba

#aa29ba

Complementary Color

#aa29ba #39ba29

#aa29ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa29ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa29ba Color CSS Codes

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

#aa29ba Text Font Color

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

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


#aa29ba Background Color

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

This div background color is #aa29ba


#aa29ba Border Color

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

This div border color is #aa29ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa29ba


Comments

No comments written yet.

Please login to write comment.