Color Hex Logo

#aa29bd Color Hex

#AA29BD
(170,41,189)
0 Favorites   0 Comments

Color spaces of #aa29bd

RGB 17041189
HSL0.810.640.45
HSV292°78°74°
CMYK 0.100.780.00   0.26
XYZ26.555813.806049.4093
Yxy13.80600.29580.1538
Hunter Lab37.156462.5507-52.8322
CIE-Lab43.953468.4516-50.3222

#aa29bd color RGB value is (170,41,189).

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

The process color (four color CMYK) of #aa29bd color hex is 0.10, 0.78, 0.00, 0.26. Web safe color of #aa29bd is #9933cc. Color #aa29bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10111101
Octal 252 51 275
Decimal 170 41 189
Hex AA 29 BD

RGB Percentages of Color #aa29bd

%42.50
%10.25
%47.25

CMYK Percentages of Color #aa29bd

%10
%78
%0
%26

Triadic Colors of #aa29bd

#aa29bd #bdaa29 #29bdaa

Analogous Colors of #aa29bd

#aa29bd #bd2986 #6029bd

Monochromatic Colors of #aa29bd

#aa29bd

Complementary Color

#aa29bd #3cbd29

#aa29bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa29bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa29bd Color CSS Codes

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

#aa29bd Text Font Color

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

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


#aa29bd Background Color

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

This div background color is #aa29bd


#aa29bd Border Color

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

This div border color is #aa29bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa29bd


Comments

No comments written yet.

Please login to write comment.