Color Hex Logo

#aa5ca6 Color Hex

#AA5CA6
(170,92,166)
0 Favorites   0 Comments

Color spaces of #aa5ca6

RGB 17092166
HSL0.840.310.51
HSV303°46°67°
CMYK 0.000.460.02   0.33
XYZ27.287618.953538.2966
Yxy18.95350.32280.2242
Hunter Lab43.535635.6943-21.6802
CIE-Lab50.632842.6367-26.2927

#aa5ca6 color RGB value is (170,92,166).

#aa5ca6 hex color red value is 170, green value is 92 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #aa5ca6 hue: 0.84 , saturation: 0.31 and the lightness value of aa5ca6 is 0.51.

The process color (four color CMYK) of #aa5ca6 color hex is 0.00, 0.46, 0.02, 0.33. Web safe color of #aa5ca6 is #996699. Color #aa5ca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011100 10100110
Octal 252 134 246
Decimal 170 92 166
Hex AA 5C A6

RGB Percentages of Color #aa5ca6

%39.72
%21.50
%38.79

CMYK Percentages of Color #aa5ca6

%0
%46
%2
%33

Triadic Colors of #aa5ca6

#aa5ca6 #a6aa5c #5ca6aa

Analogous Colors of #aa5ca6

#aa5ca6 #aa5c7f #875caa

Monochromatic Colors of #aa5ca6

#aa5ca6

Complementary Color

#aa5ca6 #5caa60

#aa5ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5ca6 Color CSS Codes

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

#aa5ca6 Text Font Color

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

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


#aa5ca6 Background Color

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

This div background color is #aa5ca6


#aa5ca6 Border Color

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

This div border color is #aa5ca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5ca6


Comments

No comments written yet.

Please login to write comment.