Color Hex Logo

#aa07de Color Hex

#AA07DE
(170,7,222)
0 Favorites   0 Comments

Color spaces of #aa07de

RGB 1707222
HSL0.790.940.45
HSV285°97°87°
CMYK 0.230.970.00   0.13
XYZ29.838413.971970.2314
Yxy13.97190.26160.1225
Hunter Lab37.379077.0773-85.2347
CIE-Lab44.192680.3692-69.0236

#aa07de color RGB value is (170,7,222).

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

The process color (four color CMYK) of #aa07de color hex is 0.23, 0.97, 0.00, 0.13. Web safe color of #aa07de is #9900cc. Color #aa07de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 11011110
Octal 252 7 336
Decimal 170 7 222
Hex AA 7 DE

RGB Percentages of Color #aa07de

%42.61
%1.75
%55.64

CMYK Percentages of Color #aa07de

%23
%97
%0
%13

Triadic Colors of #aa07de

#aa07de #deaa07 #07deaa

Analogous Colors of #aa07de

#aa07de #de07a7 #3e07de

Monochromatic Colors of #aa07de

#aa07de

Complementary Color

#aa07de #3bde07

#aa07de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa07de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa07de Color CSS Codes

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

#aa07de Text Font Color

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

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


#aa07de Background Color

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

This div background color is #aa07de


#aa07de Border Color

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

This div border color is #aa07de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa07de


Comments

No comments written yet.

Please login to write comment.