Color Hex Logo

#aa0547 Color Hex

#AA0547
(170,5,71)
0 Favorites   0 Comments

Color spaces of #aa0547

RGB 170571
HSL0.930.940.34
HSV336°97°67°
CMYK 0.000.970.58   0.33
XYZ17.76929.10956.7830
Yxy9.10950.52790.2706
Hunter Lab30.181952.27107.8027
CIE-Lab36.194360.924010.7064

#aa0547 color RGB value is (170,5,71).

#aa0547 hex color red value is 170, green value is 5 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aa0547 hue: 0.93 , saturation: 0.94 and the lightness value of aa0547 is 0.34.

The process color (four color CMYK) of #aa0547 color hex is 0.00, 0.97, 0.58, 0.33. Web safe color of #aa0547 is #990033. Color #aa0547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 01000111
Octal 252 5 107
Decimal 170 5 71
Hex AA 5 47

RGB Percentages of Color #aa0547

%69.11
%2.03
%28.86

CMYK Percentages of Color #aa0547

%0
%97
%58
%33

Triadic Colors of #aa0547

#aa0547 #47aa05 #0547aa

Analogous Colors of #aa0547

#aa0547 #aa1505 #aa059a

Monochromatic Colors of #aa0547

#aa0547

Complementary Color

#aa0547 #05aa68

#aa0547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0547 Color CSS Codes

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

#aa0547 Text Font Color

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

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


#aa0547 Background Color

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

This div background color is #aa0547


#aa0547 Border Color

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

This div border color is #aa0547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0547


Comments

No comments written yet.

Please login to write comment.