Color Hex Logo

#aa10dd Color Hex

#AA10DD
(170,16,221)
0 Favorites   0 Comments

Color spaces of #aa10dd

RGB 17016221
HSL0.790.860.46
HSV285°93°87°
CMYK 0.230.930.00   0.13
XYZ29.814014.137169.5640
Yxy14.13710.26260.1245
Hunter Lab37.599375.7409-83.3752
CIE-Lab44.428979.2580-68.0671

#aa10dd color RGB value is (170,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 11011101
Octal 252 20 335
Decimal 170 16 221
Hex AA 10 DD

RGB Percentages of Color #aa10dd

%41.77
%3.93
%54.30

CMYK Percentages of Color #aa10dd

%23
%93
%0
%13

Triadic Colors of #aa10dd

#aa10dd #ddaa10 #10ddaa

Analogous Colors of #aa10dd

#aa10dd #dd10aa #4310dd

Monochromatic Colors of #aa10dd

#aa10dd

Complementary Color

#aa10dd #43dd10

#aa10dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10dd Color CSS Codes

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

#aa10dd Text Font Color

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

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


#aa10dd Background Color

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

This div background color is #aa10dd


#aa10dd Border Color

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

This div border color is #aa10dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10dd


Comments

No comments written yet.

Please login to write comment.