Color Hex Logo

#aa07db Color Hex

#AA07DB
(170,7,219)
0 Favorites   0 Comments

Color spaces of #aa07db

RGB 1707219
HSL0.790.940.44
HSV286°97°86°
CMYK 0.220.970.00   0.14
XYZ29.439713.812568.1323
Yxy13.81250.26430.1240
Hunter Lab37.165276.3564-82.6766
CIE-Lab43.962879.8393-67.6807

#aa07db color RGB value is (170,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 11011011
Octal 252 7 333
Decimal 170 7 219
Hex AA 7 DB

RGB Percentages of Color #aa07db

%42.93
%1.77
%55.30

CMYK Percentages of Color #aa07db

%22
%97
%0
%14

Triadic Colors of #aa07db

#aa07db #dbaa07 #07dbaa

Analogous Colors of #aa07db

#aa07db #db07a2 #4007db

Monochromatic Colors of #aa07db

#aa07db

Complementary Color

#aa07db #38db07

#aa07db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa07db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa07db Color CSS Codes

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

#aa07db Text Font Color

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

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


#aa07db Background Color

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

This div background color is #aa07db


#aa07db Border Color

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

This div border color is #aa07db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa07db


Comments

No comments written yet.

Please login to write comment.