Color Hex Logo

#aa547d Color Hex

#AA547D
(170,84,125)
0 Favorites   0 Comments

Color spaces of #aa547d

RGB 17084125
HSL0.920.340.50
HSV331°51°67°
CMYK 0.000.510.26   0.33
XYZ23.449616.367421.3253
Yxy16.36740.38350.2677
Hunter Lab40.456632.6636-2.9330
CIE-Lab47.452940.0912-6.7456

#aa547d color RGB value is (170,84,125).

#aa547d hex color red value is 170, green value is 84 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa547d hue: 0.92 , saturation: 0.34 and the lightness value of aa547d is 0.50.

The process color (four color CMYK) of #aa547d color hex is 0.00, 0.51, 0.26, 0.33. Web safe color of #aa547d is #996666. Color #aa547d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010100 01111101
Octal 252 124 175
Decimal 170 84 125
Hex AA 54 7D

RGB Percentages of Color #aa547d

%44.85
%22.16
%32.98

CMYK Percentages of Color #aa547d

%0
%51
%26
%33

Triadic Colors of #aa547d

#aa547d #7daa54 #547daa

Analogous Colors of #aa547d

#aa547d #aa5654 #aa54a8

Monochromatic Colors of #aa547d

#aa547d

Complementary Color

#aa547d #54aa81

#aa547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa547d Color CSS Codes

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

#aa547d Text Font Color

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

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


#aa547d Background Color

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

This div background color is #aa547d


#aa547d Border Color

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

This div border color is #aa547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa547d


Comments

No comments written yet.

Please login to write comment.