Color Hex Logo

#aa2557 Color Hex

#AA2557
(170,37,87)
0 Favorites   0 Comments

Color spaces of #aa2557

RGB 1703787
HSL0.940.640.41
HSV337°78°67°
CMYK 0.000.780.49   0.33
XYZ18.959410.557310.0553
Yxy10.55730.47910.2668
Hunter Lab32.492047.29554.3959
CIE-Lab38.824655.83224.1238

#aa2557 color RGB value is (170,37,87).

#aa2557 hex color red value is 170, green value is 37 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aa2557 hue: 0.94 , saturation: 0.64 and the lightness value of aa2557 is 0.41.

The process color (four color CMYK) of #aa2557 color hex is 0.00, 0.78, 0.49, 0.33. Web safe color of #aa2557 is #993366. Color #aa2557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100101 01010111
Octal 252 45 127
Decimal 170 37 87
Hex AA 25 57

RGB Percentages of Color #aa2557

%57.82
%12.59
%29.59

CMYK Percentages of Color #aa2557

%0
%78
%49
%33

Triadic Colors of #aa2557

#aa2557 #57aa25 #2557aa

Analogous Colors of #aa2557

#aa2557 #aa3625 #aa259a

Monochromatic Colors of #aa2557

#aa2557

Complementary Color

#aa2557 #25aa78

#aa2557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2557 Color CSS Codes

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

#aa2557 Text Font Color

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

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


#aa2557 Background Color

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

This div background color is #aa2557


#aa2557 Border Color

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

This div border color is #aa2557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2557


Comments

No comments written yet.

Please login to write comment.