Color Hex Logo

#aa1575 Color Hex

#AA1575
(170,21,117)
0 Favorites   0 Comments

Color spaces of #aa1575

RGB 17021117
HSL0.890.780.37
HSV321°88°67°
CMYK 0.000.880.31   0.33
XYZ20.056610.366717.7735
Yxy10.36670.41610.2151
Hunter Lab32.197454.8471-10.1910
CIE-Lab38.492762.7932-15.3507

#aa1575 color RGB value is (170,21,117).

#aa1575 hex color red value is 170, green value is 21 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aa1575 hue: 0.89 , saturation: 0.78 and the lightness value of aa1575 is 0.37.

The process color (four color CMYK) of #aa1575 color hex is 0.00, 0.88, 0.31, 0.33. Web safe color of #aa1575 is #990066. Color #aa1575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 01110101
Octal 252 25 165
Decimal 170 21 117
Hex AA 15 75

RGB Percentages of Color #aa1575

%55.19
%6.82
%37.99

CMYK Percentages of Color #aa1575

%0
%88
%31
%33

Triadic Colors of #aa1575

#aa1575 #75aa15 #1575aa

Analogous Colors of #aa1575

#aa1575 #aa152a #9515aa

Monochromatic Colors of #aa1575

#aa1575

Complementary Color

#aa1575 #15aa4a

#aa1575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1575 Color CSS Codes

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

#aa1575 Text Font Color

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

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


#aa1575 Background Color

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

This div background color is #aa1575


#aa1575 Border Color

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

This div border color is #aa1575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1575


Comments

No comments written yet.

Please login to write comment.