Color Hex Logo

#aa446b Color Hex

#AA446B
(170,68,107)
0 Favorites   0 Comments

Color spaces of #aa446b

RGB 17068107
HSL0.940.430.47
HSV337°60°67°
CMYK 0.000.600.37   0.33
XYZ21.298513.741815.4398
Yxy13.74180.42190.2722
Hunter Lab37.069937.68461.2544
CIE-Lab43.860345.6781-1.0860

#aa446b color RGB value is (170,68,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 01101011
Octal 252 104 153
Decimal 170 68 107
Hex AA 44 6B

RGB Percentages of Color #aa446b

%49.28
%19.71
%31.01

CMYK Percentages of Color #aa446b

%0
%60
%37
%33

Triadic Colors of #aa446b

#aa446b #6baa44 #446baa

Analogous Colors of #aa446b

#aa446b #aa5044 #aa449e

Monochromatic Colors of #aa446b

#aa446b

Complementary Color

#aa446b #44aa83

#aa446b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa446b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa446b Color CSS Codes

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

#aa446b Text Font Color

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

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


#aa446b Background Color

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

This div background color is #aa446b


#aa446b Border Color

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

This div border color is #aa446b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa446b


Comments

No comments written yet.

Please login to write comment.