Color Hex Logo

#aa548a Color Hex

#AA548A
(170,84,138)
0 Favorites   0 Comments

Color spaces of #aa548a

RGB 17084138
HSL0.900.340.50
HSV322°51°67°
CMYK 0.000.510.19   0.33
XYZ24.335316.721725.9897
Yxy16.72170.36300.2494
Hunter Lab40.892234.6656-9.0582
CIE-Lab47.907442.0313-13.8782

#aa548a color RGB value is (170,84,138).

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

The process color (four color CMYK) of #aa548a color hex is 0.00, 0.51, 0.19, 0.33. Web safe color of #aa548a is #996699. Color #aa548a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010100 10001010
Octal 252 124 212
Decimal 170 84 138
Hex AA 54 8A

RGB Percentages of Color #aa548a

%43.37
%21.43
%35.20

CMYK Percentages of Color #aa548a

%0
%51
%19
%33

Triadic Colors of #aa548a

#aa548a #8aaa54 #548aaa

Analogous Colors of #aa548a

#aa548a #aa545f #9f54aa

Monochromatic Colors of #aa548a

#aa548a

Complementary Color

#aa548a #54aa74

#aa548a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa548a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa548a Color CSS Codes

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

#aa548a Text Font Color

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

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


#aa548a Background Color

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

This div background color is #aa548a


#aa548a Border Color

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

This div border color is #aa548a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa548a


Comments

No comments written yet.

Please login to write comment.