Color Hex Logo

#aa13de Color Hex

#AA13DE
(170,19,222)
0 Favorites   0 Comments

Color spaces of #aa13de

RGB 17019222
HSL0.790.840.47
HSV285°91°87°
CMYK 0.230.910.00   0.13
XYZ29.995314.285770.2837
Yxy14.28570.26180.1247
Hunter Lab37.796475.5141-83.7942
CIE-Lab44.639979.0358-68.2953

#aa13de color RGB value is (170,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 11011110
Octal 252 23 336
Decimal 170 19 222
Hex AA 13 DE

RGB Percentages of Color #aa13de

%41.36
%4.62
%54.01

CMYK Percentages of Color #aa13de

%23
%91
%0
%13

Triadic Colors of #aa13de

#aa13de #deaa13 #13deaa

Analogous Colors of #aa13de

#aa13de #de13ad #4513de

Monochromatic Colors of #aa13de

#aa13de

Complementary Color

#aa13de #47de13

#aa13de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa13de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa13de Color CSS Codes

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

#aa13de Text Font Color

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

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


#aa13de Background Color

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

This div background color is #aa13de


#aa13de Border Color

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

This div border color is #aa13de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa13de


Comments

No comments written yet.

Please login to write comment.