Color Hex Logo

#aa115e Color Hex

#AA115E
(170,17,94)
0 Favorites   0 Comments

Color spaces of #aa115e

RGB 1701794
HSL0.920.820.37
HSV330°90°67°
CMYK 0.000.900.45   0.33
XYZ18.79849.755111.4818
Yxy9.75510.46950.2437
Hunter Lab31.233252.77630.0673
CIE-Lab37.399361.1467-2.4210

#aa115e color RGB value is (170,17,94).

#aa115e hex color red value is 170, green value is 17 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aa115e hue: 0.92 , saturation: 0.82 and the lightness value of aa115e is 0.37.

The process color (four color CMYK) of #aa115e color hex is 0.00, 0.90, 0.45, 0.33. Web safe color of #aa115e is #990066. Color #aa115e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 01011110
Octal 252 21 136
Decimal 170 17 94
Hex AA 11 5E

RGB Percentages of Color #aa115e

%60.50
%6.05
%33.45

CMYK Percentages of Color #aa115e

%0
%90
%45
%33

Triadic Colors of #aa115e

#aa115e #5eaa11 #115eaa

Analogous Colors of #aa115e

#aa115e #aa1111 #aa11aa

Monochromatic Colors of #aa115e

#aa115e

Complementary Color

#aa115e #11aa5d

#aa115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa115e Color CSS Codes

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

#aa115e Text Font Color

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

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


#aa115e Background Color

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

This div background color is #aa115e


#aa115e Border Color

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

This div border color is #aa115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa115e


Comments

No comments written yet.

Please login to write comment.