Color Hex Logo

#aa20ce Color Hex

#AA20CE
(170,32,206)
0 Favorites   0 Comments

Color spaces of #aa20ce

RGB 17032206
HSL0.800.730.47
HSV288°84°81°
CMYK 0.170.840.00   0.19
XYZ28.234714.035359.6135
Yxy14.03530.27710.1378
Hunter Lab37.463768.9658-68.1196
CIE-Lab44.283573.7769-59.6786

#aa20ce color RGB value is (170,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100000 11001110
Octal 252 40 316
Decimal 170 32 206
Hex AA 20 CE

RGB Percentages of Color #aa20ce

%41.67
%7.84
%50.49

CMYK Percentages of Color #aa20ce

%17
%84
%0
%19

Triadic Colors of #aa20ce

#aa20ce #ceaa20 #20ceaa

Analogous Colors of #aa20ce

#aa20ce #ce209b #5320ce

Monochromatic Colors of #aa20ce

#aa20ce

Complementary Color

#aa20ce #44ce20

#aa20ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa20ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa20ce Color CSS Codes

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

#aa20ce Text Font Color

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

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


#aa20ce Background Color

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

This div background color is #aa20ce


#aa20ce Border Color

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

This div border color is #aa20ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,32,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 #aa20ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa20ce


Comments

No comments written yet.

Please login to write comment.