Color Hex Logo

#aa2d7c Color Hex

#AA2D7C
(170,45,124)
0 Favorites   0 Comments

Color spaces of #aa2d7c

RGB 17045124
HSL0.890.580.42
HSV322°74°67°
CMYK 0.000.740.27   0.33
XYZ21.154011.878120.2465
Yxy11.87810.39700.2229
Hunter Lab34.464649.2482-10.7051
CIE-Lab41.021757.2251-15.8413

#aa2d7c color RGB value is (170,45,124).

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

The process color (four color CMYK) of #aa2d7c color hex is 0.00, 0.74, 0.27, 0.33. Web safe color of #aa2d7c is #993366. Color #aa2d7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 01111100
Octal 252 55 174
Decimal 170 45 124
Hex AA 2D 7C

RGB Percentages of Color #aa2d7c

%50.15
%13.27
%36.58

CMYK Percentages of Color #aa2d7c

%0
%74
%27
%33

Triadic Colors of #aa2d7c

#aa2d7c #7caa2d #2d7caa

Analogous Colors of #aa2d7c

#aa2d7c #aa2d3d #9a2daa

Monochromatic Colors of #aa2d7c

#aa2d7c

Complementary Color

#aa2d7c #2daa5b

#aa2d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2d7c Color CSS Codes

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

#aa2d7c Text Font Color

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

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


#aa2d7c Background Color

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

This div background color is #aa2d7c


#aa2d7c Border Color

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

This div border color is #aa2d7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2d7c


Comments

No comments written yet.

Please login to write comment.