Color Hex Logo

#aa32cb Color Hex

#AA32CB
(170,50,203)
0 Favorites   0 Comments

Color spaces of #aa32cb

RGB 17050203
HSL0.800.600.50
HSV287°75°80°
CMYK 0.160.750.00   0.20
XYZ28.497715.139057.9200
Yxy15.13900.28060.1491
Hunter Lab38.908962.6468-61.0233
CIE-Lab45.824068.1696-55.4583

#aa32cb color RGB value is (170,50,203).

#aa32cb hex color red value is 170, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa32cb hue: 0.80 , saturation: 0.60 and the lightness value of aa32cb is 0.50.

The process color (four color CMYK) of #aa32cb color hex is 0.16, 0.75, 0.00, 0.20. Web safe color of #aa32cb is #9933cc. Color #aa32cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 11001011
Octal 252 62 313
Decimal 170 50 203
Hex AA 32 CB

RGB Percentages of Color #aa32cb

%40.19
%11.82
%47.99

CMYK Percentages of Color #aa32cb

%16
%75
%0
%20

Triadic Colors of #aa32cb

#aa32cb #cbaa32 #32cbaa

Analogous Colors of #aa32cb

#aa32cb #cb32a0 #5e32cb

Monochromatic Colors of #aa32cb

#aa32cb

Complementary Color

#aa32cb #53cb32

#aa32cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa32cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa32cb Color CSS Codes

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

#aa32cb Text Font Color

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

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


#aa32cb Background Color

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

This div background color is #aa32cb


#aa32cb Border Color

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

This div border color is #aa32cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa32cb


Comments

No comments written yet.

Please login to write comment.