Color Hex Logo

#aa29bc Color Hex

#AA29BC
(170,41,188)
0 Favorites   0 Comments

Color spaces of #aa29bc

RGB 17041188
HSL0.810.640.45
HSV293°78°74°
CMYK 0.100.780.00   0.26
XYZ26.447613.762848.8395
Yxy13.76280.29700.1546
Hunter Lab37.098262.3320-52.0860
CIE-Lab43.890868.2768-49.8371

#aa29bc color RGB value is (170,41,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10111100
Octal 252 51 274
Decimal 170 41 188
Hex AA 29 BC

RGB Percentages of Color #aa29bc

%42.61
%10.28
%47.12

CMYK Percentages of Color #aa29bc

%10
%78
%0
%26

Triadic Colors of #aa29bc

#aa29bc #bcaa29 #29bcaa

Analogous Colors of #aa29bc

#aa29bc #bc2985 #6029bc

Monochromatic Colors of #aa29bc

#aa29bc

Complementary Color

#aa29bc #3bbc29

#aa29bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa29bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa29bc Color CSS Codes

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

#aa29bc Text Font Color

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

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


#aa29bc Background Color

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

This div background color is #aa29bc


#aa29bc Border Color

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

This div border color is #aa29bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa29bc


Comments

No comments written yet.

Please login to write comment.