Color Hex Logo

#aa32dc Color Hex

#AA32DC
(170,50,220)
0 Favorites   0 Comments

Color spaces of #aa32dc

RGB 17050220
HSL0.780.710.53
HSV282°77°86°
CMYK 0.230.770.00   0.14
XYZ30.636415.994669.1827
Yxy15.99460.26450.1381
Hunter Lab39.993266.7498-74.5681
CIE-Lab46.967471.4116-63.3751

#aa32dc color RGB value is (170,50,220).

#aa32dc hex color red value is 170, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa32dc hue: 0.78 , saturation: 0.71 and the lightness value of aa32dc is 0.53.

The process color (four color CMYK) of #aa32dc color hex is 0.23, 0.77, 0.00, 0.14. Web safe color of #aa32dc is #9933cc. Color #aa32dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 11011100
Octal 252 62 334
Decimal 170 50 220
Hex AA 32 DC

RGB Percentages of Color #aa32dc

%38.64
%11.36
%50.00

CMYK Percentages of Color #aa32dc

%23
%77
%0
%14

Triadic Colors of #aa32dc

#aa32dc #dcaa32 #32dcaa

Analogous Colors of #aa32dc

#aa32dc #dc32b9 #5532dc

Monochromatic Colors of #aa32dc

#aa32dc

Complementary Color

#aa32dc #64dc32

#aa32dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa32dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa32dc Color CSS Codes

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

#aa32dc Text Font Color

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

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


#aa32dc Background Color

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

This div background color is #aa32dc


#aa32dc Border Color

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

This div border color is #aa32dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa32dc


Comments

No comments written yet.

Please login to write comment.