Color Hex Logo

#aa12cc Color Hex

#AA12CC
(170,18,204)
0 Favorites   0 Comments

Color spaces of #aa12cc

RGB 17018204
HSL0.800.840.44
HSV289°91°80°
CMYK 0.170.910.00   0.20
XYZ27.693013.338358.2417
Yxy13.33830.27900.1344
Hunter Lab36.521671.4370-68.9857
CIE-Lab43.268676.0041-60.1636

#aa12cc color RGB value is (170,18,204).

#aa12cc hex color red value is 170, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa12cc hue: 0.80 , saturation: 0.84 and the lightness value of aa12cc is 0.44.

The process color (four color CMYK) of #aa12cc color hex is 0.17, 0.91, 0.00, 0.20. Web safe color of #aa12cc is #9900cc. Color #aa12cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 11001100
Octal 252 22 314
Decimal 170 18 204
Hex AA 12 CC

RGB Percentages of Color #aa12cc

%43.37
%4.59
%52.04

CMYK Percentages of Color #aa12cc

%17
%91
%0
%20

Triadic Colors of #aa12cc

#aa12cc #ccaa12 #12ccaa

Analogous Colors of #aa12cc

#aa12cc #cc1291 #4d12cc

Monochromatic Colors of #aa12cc

#aa12cc

Complementary Color

#aa12cc #34cc12

#aa12cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa12cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa12cc Color CSS Codes

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

#aa12cc Text Font Color

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

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


#aa12cc Background Color

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

This div background color is #aa12cc


#aa12cc Border Color

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

This div border color is #aa12cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa12cc


Comments

No comments written yet.

Please login to write comment.