Color Hex Logo

#aa4470 Color Hex

#AA4470
(170,68,112)
0 Favorites   0 Comments

Color spaces of #aa4470

RGB 17068112
HSL0.930.430.47
HSV334°60°67°
CMYK 0.000.600.34   0.33
XYZ21.569313.850116.8657
Yxy13.85010.41250.2649
Hunter Lab37.215738.3266-0.8185
CIE-Lab44.017246.2837-3.9321

#aa4470 color RGB value is (170,68,112).

#aa4470 hex color red value is 170, green value is 68 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aa4470 hue: 0.93 , saturation: 0.43 and the lightness value of aa4470 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 01110000
Octal 252 104 160
Decimal 170 68 112
Hex AA 44 70

RGB Percentages of Color #aa4470

%48.57
%19.43
%32.00

CMYK Percentages of Color #aa4470

%0
%60
%34
%33

Triadic Colors of #aa4470

#aa4470 #70aa44 #4470aa

Analogous Colors of #aa4470

#aa4470 #aa4b44 #aa44a3

Monochromatic Colors of #aa4470

#aa4470

Complementary Color

#aa4470 #44aa7e

#aa4470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4470 Color CSS Codes

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

#aa4470 Text Font Color

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

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


#aa4470 Background Color

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

This div background color is #aa4470


#aa4470 Border Color

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

This div border color is #aa4470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4470


Comments

No comments written yet.

Please login to write comment.