Color Hex Logo

#aa29ce Color Hex

#AA29CE
(170,41,206)
0 Favorites   0 Comments

Color spaces of #aa29ce

RGB 17041206
HSL0.800.670.48
HSV287°80°81°
CMYK 0.170.800.00   0.19
XYZ28.511114.588259.7056
Yxy14.58820.27730.1419
Hunter Lab38.194566.4047-65.9459
CIE-Lab45.064971.4938-58.4155

#aa29ce color RGB value is (170,41,206).

#aa29ce hex color red value is 170, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa29ce hue: 0.80 , saturation: 0.67 and the lightness value of aa29ce is 0.48.

The process color (four color CMYK) of #aa29ce color hex is 0.17, 0.80, 0.00, 0.19. Web safe color of #aa29ce is #9933cc. Color #aa29ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 11001110
Octal 252 51 316
Decimal 170 41 206
Hex AA 29 CE

RGB Percentages of Color #aa29ce

%40.77
%9.83
%49.40

CMYK Percentages of Color #aa29ce

%17
%80
%0
%19

Triadic Colors of #aa29ce

#aa29ce #ceaa29 #29ceaa

Analogous Colors of #aa29ce

#aa29ce #ce29a0 #5729ce

Monochromatic Colors of #aa29ce

#aa29ce

Complementary Color

#aa29ce #4dce29

#aa29ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa29ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa29ce Color CSS Codes

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

#aa29ce Text Font Color

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

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


#aa29ce Background Color

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

This div background color is #aa29ce


#aa29ce Border Color

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

This div border color is #aa29ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa29ce


Comments

No comments written yet.

Please login to write comment.