Color Hex Logo

#aa12db Color Hex

#AA12DB
(170,18,219)
0 Favorites   0 Comments

Color spaces of #aa12db

RGB 17018219
HSL0.790.850.46
HSV285°92°86°
CMYK 0.220.920.00   0.14
XYZ29.580114.093168.1790
Yxy14.09310.26450.1260
Hunter Lab37.540874.9520-81.3999
CIE-Lab44.366278.6377-67.0244

#aa12db color RGB value is (170,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 11011011
Octal 252 22 333
Decimal 170 18 219
Hex AA 12 DB

RGB Percentages of Color #aa12db

%41.77
%4.42
%53.81

CMYK Percentages of Color #aa12db

%22
%92
%0
%14

Triadic Colors of #aa12db

#aa12db #dbaa12 #12dbaa

Analogous Colors of #aa12db

#aa12db #db12a8 #4612db

Monochromatic Colors of #aa12db

#aa12db

Complementary Color

#aa12db #43db12

#aa12db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa12db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa12db Color CSS Codes

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

#aa12db Text Font Color

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

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


#aa12db Background Color

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

This div background color is #aa12db


#aa12db Border Color

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

This div border color is #aa12db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa12db


Comments

No comments written yet.

Please login to write comment.