Color Hex Logo

#aa449d Color Hex

#AA449D
(170,68,157)
0 Favorites   0 Comments

Color spaces of #aa449d

RGB 17068157
HSL0.850.430.47
HSV308°60°67°
CMYK 0.000.600.08   0.33
XYZ24.730515.114633.5123
Yxy15.11460.33710.2060
Hunter Lab38.877545.5106-23.8936
CIE-Lab45.790852.8644-28.4987

#aa449d color RGB value is (170,68,157).

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

The process color (four color CMYK) of #aa449d color hex is 0.00, 0.60, 0.08, 0.33. Web safe color of #aa449d is #993399. Color #aa449d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 10011101
Octal 252 104 235
Decimal 170 68 157
Hex AA 44 9D

RGB Percentages of Color #aa449d

%43.04
%17.22
%39.75

CMYK Percentages of Color #aa449d

%0
%60
%8
%33

Triadic Colors of #aa449d

#aa449d #9daa44 #449daa

Analogous Colors of #aa449d

#aa449d #aa446a #8444aa

Monochromatic Colors of #aa449d

#aa449d

Complementary Color

#aa449d #44aa51

#aa449d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa449d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa449d Color CSS Codes

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

#aa449d Text Font Color

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

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


#aa449d Background Color

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

This div background color is #aa449d


#aa449d Border Color

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

This div border color is #aa449d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa449d


Comments

No comments written yet.

Please login to write comment.