Color Hex Logo

#aa11db Color Hex

#AA11DB
(170,17,219)
0 Favorites   0 Comments

Color spaces of #aa11db

RGB 17017219
HSL0.790.860.46
HSV285°92°86°
CMYK 0.220.920.00   0.14
XYZ29.564214.061468.1738
Yxy14.06140.26440.1258
Hunter Lab37.498575.1087-81.5426
CIE-Lab44.320978.7723-67.0982

#aa11db color RGB value is (170,17,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 11011011
Octal 252 21 333
Decimal 170 17 219
Hex AA 11 DB

RGB Percentages of Color #aa11db

%41.87
%4.19
%53.94

CMYK Percentages of Color #aa11db

%22
%92
%0
%14

Triadic Colors of #aa11db

#aa11db #dbaa11 #11dbaa

Analogous Colors of #aa11db

#aa11db #db11a7 #4511db

Monochromatic Colors of #aa11db

#aa11db

Complementary Color

#aa11db #42db11

#aa11db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa11db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa11db Color CSS Codes

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

#aa11db Text Font Color

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

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


#aa11db Background Color

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

This div background color is #aa11db


#aa11db Border Color

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

This div border color is #aa11db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa11db


Comments

No comments written yet.

Please login to write comment.