Color Hex Logo

#aa10db Color Hex

#AA10DB
(170,16,219)
0 Favorites   0 Comments

Color spaces of #aa10db

RGB 17016219
HSL0.790.860.46
HSV286°93°86°
CMYK 0.220.930.00   0.14
XYZ29.549014.031168.1687
Yxy14.03110.26440.1256
Hunter Lab37.458175.2588-81.6791
CIE-Lab44.277578.9011-67.1687

#aa10db color RGB value is (170,16,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 11011011
Octal 252 20 333
Decimal 170 16 219
Hex AA 10 DB

RGB Percentages of Color #aa10db

%41.98
%3.95
%54.07

CMYK Percentages of Color #aa10db

%22
%93
%0
%14

Triadic Colors of #aa10db

#aa10db #dbaa10 #10dbaa

Analogous Colors of #aa10db

#aa10db #db10a7 #4510db

Monochromatic Colors of #aa10db

#aa10db

Complementary Color

#aa10db #41db10

#aa10db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10db Color CSS Codes

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

#aa10db Text Font Color

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

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


#aa10db Background Color

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

This div background color is #aa10db


#aa10db Border Color

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

This div border color is #aa10db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10db


Comments

No comments written yet.

Please login to write comment.