Color Hex Logo

#aa4272 Color Hex

#AA4272
(170,66,114)
0 Favorites   0 Comments

Color spaces of #aa4272

RGB 17066114
HSL0.920.440.46
HSV332°61°67°
CMYK 0.000.610.33   0.33
XYZ21.563013.657417.4192
Yxy13.65740.40960.2595
Hunter Lab36.955939.4781-2.0772
CIE-Lab43.737547.4594-5.5766

#aa4272 color RGB value is (170,66,114).

#aa4272 hex color red value is 170, green value is 66 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aa4272 hue: 0.92 , saturation: 0.44 and the lightness value of aa4272 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000010 01110010
Octal 252 102 162
Decimal 170 66 114
Hex AA 42 72

RGB Percentages of Color #aa4272

%48.57
%18.86
%32.57

CMYK Percentages of Color #aa4272

%0
%61
%33
%33

Triadic Colors of #aa4272

#aa4272 #72aa42 #4272aa

Analogous Colors of #aa4272

#aa4272 #aa4642 #aa42a6

Monochromatic Colors of #aa4272

#aa4272

Complementary Color

#aa4272 #42aa7a

#aa4272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4272 Color CSS Codes

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

#aa4272 Text Font Color

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

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


#aa4272 Background Color

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

This div background color is #aa4272


#aa4272 Border Color

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

This div border color is #aa4272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4272


Comments

No comments written yet.

Please login to write comment.