Color Hex Logo

#aa06db Color Hex

#AA06DB
(170,6,219)
0 Favorites   0 Comments

Color spaces of #aa06db

RGB 1706219
HSL0.790.950.44
HSV286°97°86°
CMYK 0.220.970.00   0.14
XYZ29.428913.790868.1286
Yxy13.79080.26430.1239
Hunter Lab37.136076.4668-82.7766
CIE-Lab43.931479.9333-67.7318

#aa06db color RGB value is (170,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 11011011
Octal 252 6 333
Decimal 170 6 219
Hex AA 6 DB

RGB Percentages of Color #aa06db

%43.04
%1.52
%55.44

CMYK Percentages of Color #aa06db

%22
%97
%0
%14

Triadic Colors of #aa06db

#aa06db #dbaa06 #06dbaa

Analogous Colors of #aa06db

#aa06db #db06a2 #3f06db

Monochromatic Colors of #aa06db

#aa06db

Complementary Color

#aa06db #37db06

#aa06db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa06db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa06db Color CSS Codes

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

#aa06db Text Font Color

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

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


#aa06db Background Color

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

This div background color is #aa06db


#aa06db Border Color

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

This div border color is #aa06db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa06db


Comments

No comments written yet.

Please login to write comment.