Color Hex Logo

#aa2d39 Color Hex

#AA2D39
(170,45,57)
0 Favorites   0 Comments

Color spaces of #aa2d39

RGB 1704557
HSL0.980.580.42
HSV354°74°67°
CMYK 0.000.740.66   0.33
XYZ18.254510.71824.9776
Yxy10.71820.53770.3157
Hunter Lab32.738742.235813.9026
CIE-Lab39.101750.971323.4903

#aa2d39 color RGB value is (170,45,57).

#aa2d39 hex color red value is 170, green value is 45 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #aa2d39 hue: 0.98 , saturation: 0.58 and the lightness value of aa2d39 is 0.42.

The process color (four color CMYK) of #aa2d39 color hex is 0.00, 0.74, 0.66, 0.33. Web safe color of #aa2d39 is #993333. Color #aa2d39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 00111001
Octal 252 55 71
Decimal 170 45 57
Hex AA 2D 39

RGB Percentages of Color #aa2d39

%62.50
%16.54
%20.96

CMYK Percentages of Color #aa2d39

%0
%74
%66
%33

Triadic Colors of #aa2d39

#aa2d39 #39aa2d #2d39aa

Analogous Colors of #aa2d39

#aa2d39 #aa602d #aa2d78

Monochromatic Colors of #aa2d39

#aa2d39

Complementary Color

#aa2d39 #2daa9e

#aa2d39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2d39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2d39 Color CSS Codes

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

#aa2d39 Text Font Color

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

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


#aa2d39 Background Color

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

This div background color is #aa2d39


#aa2d39 Border Color

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

This div border color is #aa2d39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2d39


Comments

No comments written yet.

Please login to write comment.