Color Hex Logo

#aa135a Color Hex

#AA135A
(170,19,90)
0 Favorites   0 Comments

Color spaces of #aa135a

RGB 1701990
HSL0.920.800.37
HSV332°89°67°
CMYK 0.000.890.47   0.33
XYZ18.65599.750010.5715
Yxy9.75000.47860.2501
Hunter Lab31.225052.00411.7843
CIE-Lab37.390060.44880.1291

#aa135a color RGB value is (170,19,90).

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

The process color (four color CMYK) of #aa135a color hex is 0.00, 0.89, 0.47, 0.33. Web safe color of #aa135a is #990066. Color #aa135a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 01011010
Octal 252 23 132
Decimal 170 19 90
Hex AA 13 5A

RGB Percentages of Color #aa135a

%60.93
%6.81
%32.26

CMYK Percentages of Color #aa135a

%0
%89
%47
%33

Triadic Colors of #aa135a

#aa135a #5aaa13 #135aaa

Analogous Colors of #aa135a

#aa135a #aa1813 #aa13a6

Monochromatic Colors of #aa135a

#aa135a

Complementary Color

#aa135a #13aa63

#aa135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa135a Color CSS Codes

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

#aa135a Text Font Color

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

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


#aa135a Background Color

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

This div background color is #aa135a


#aa135a Border Color

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

This div border color is #aa135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa135a


Comments

No comments written yet.

Please login to write comment.