Color Hex Logo

#aa538d Color Hex

#AA538D
(170,83,141)
0 Favorites   0 Comments

Color spaces of #aa538d

RGB 17083141
HSL0.890.340.50
HSV320°51°67°
CMYK 0.000.510.17   0.33
XYZ24.478516.655627.1240
Yxy16.65560.35860.2440
Hunter Lab40.811335.6441-10.8374
CIE-Lab47.823143.0163-15.8028

#aa538d color RGB value is (170,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 10001101
Octal 252 123 215
Decimal 170 83 141
Hex AA 53 8D

RGB Percentages of Color #aa538d

%43.15
%21.07
%35.79

CMYK Percentages of Color #aa538d

%0
%51
%17
%33

Triadic Colors of #aa538d

#aa538d #8daa53 #538daa

Analogous Colors of #aa538d

#aa538d #aa5362 #9c53aa

Monochromatic Colors of #aa538d

#aa538d

Complementary Color

#aa538d #53aa70

#aa538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa538d Color CSS Codes

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

#aa538d Text Font Color

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

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


#aa538d Background Color

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

This div background color is #aa538d


#aa538d Border Color

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

This div border color is #aa538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa538d


Comments

No comments written yet.

Please login to write comment.