Color Hex Logo

#aa10dc Color Hex

#AA10DC
(170,16,220)
0 Favorites   0 Comments

Color spaces of #aa10dc

RGB 17016220
HSL0.790.860.46
HSV285°93°86°
CMYK 0.230.930.00   0.14
XYZ29.681114.083968.8642
Yxy14.08390.26350.1250
Hunter Lab37.528575.4997-82.5262
CIE-Lab44.353079.0796-67.6184

#aa10dc color RGB value is (170,16,220).

#aa10dc hex color red value is 170, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa10dc hue: 0.79 , saturation: 0.86 and the lightness value of aa10dc is 0.46.

The process color (four color CMYK) of #aa10dc color hex is 0.23, 0.93, 0.00, 0.14. Web safe color of #aa10dc is #9900cc. Color #aa10dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 11011100
Octal 252 20 334
Decimal 170 16 220
Hex AA 10 DC

RGB Percentages of Color #aa10dc

%41.87
%3.94
%54.19

CMYK Percentages of Color #aa10dc

%23
%93
%0
%14

Triadic Colors of #aa10dc

#aa10dc #dcaa10 #10dcaa

Analogous Colors of #aa10dc

#aa10dc #dc10a8 #4410dc

Monochromatic Colors of #aa10dc

#aa10dc

Complementary Color

#aa10dc #42dc10

#aa10dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10dc Color CSS Codes

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

#aa10dc Text Font Color

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

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


#aa10dc Background Color

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

This div background color is #aa10dc


#aa10dc Border Color

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

This div border color is #aa10dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10dc


Comments

No comments written yet.

Please login to write comment.