Color Hex Logo

#aa2d44 Color Hex

#AA2D44
(170,45,68)
0 Favorites   0 Comments

Color spaces of #aa2d44

RGB 1704568
HSL0.970.580.42
HSV349°74°67°
CMYK 0.000.740.60   0.33
XYZ18.559310.84026.5830
Yxy10.84020.51580.3013
Hunter Lab32.924543.001511.1925
CIE-Lab39.310051.670316.8654

#aa2d44 color RGB value is (170,45,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 01000100
Octal 252 55 104
Decimal 170 45 68
Hex AA 2D 44

RGB Percentages of Color #aa2d44

%60.07
%15.90
%24.03

CMYK Percentages of Color #aa2d44

%0
%74
%60
%33

Triadic Colors of #aa2d44

#aa2d44 #44aa2d #2d44aa

Analogous Colors of #aa2d44

#aa2d44 #aa552d #aa2d83

Monochromatic Colors of #aa2d44

#aa2d44

Complementary Color

#aa2d44 #2daa93

#aa2d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2d44 Color CSS Codes

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

#aa2d44 Text Font Color

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

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


#aa2d44 Background Color

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

This div background color is #aa2d44


#aa2d44 Border Color

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

This div border color is #aa2d44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2d44


Comments

No comments written yet.

Please login to write comment.