Color Hex Logo

#aa10d8 Color Hex

#AA10D8
(170,16,216)
0 Favorites   0 Comments

Color spaces of #aa10d8

RGB 17016216
HSL0.800.860.45
HSV286°93°85°
CMYK 0.210.930.00   0.15
XYZ29.157513.874566.1070
Yxy13.87450.26720.1271
Hunter Lab37.248574.5420-79.1514
CIE-Lab44.052478.3687-65.8142

#aa10d8 color RGB value is (170,16,216).

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

The process color (four color CMYK) of #aa10d8 color hex is 0.21, 0.93, 0.00, 0.15. Web safe color of #aa10d8 is #9900cc. Color #aa10d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 11011000
Octal 252 20 330
Decimal 170 16 216
Hex AA 10 D8

RGB Percentages of Color #aa10d8

%42.29
%3.98
%53.73

CMYK Percentages of Color #aa10d8

%21
%93
%0
%15

Triadic Colors of #aa10d8

#aa10d8 #d8aa10 #10d8aa

Analogous Colors of #aa10d8

#aa10d8 #d810a2 #4610d8

Monochromatic Colors of #aa10d8

#aa10d8

Complementary Color

#aa10d8 #3ed810

#aa10d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10d8 Color CSS Codes

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

#aa10d8 Text Font Color

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

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


#aa10d8 Background Color

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

This div background color is #aa10d8


#aa10d8 Border Color

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

This div border color is #aa10d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10d8


Comments

No comments written yet.

Please login to write comment.