Color Hex Logo

#aa5866 Color Hex

#AA5866
(170,88,102)
0 Favorites   0 Comments

Color spaces of #aa5866

RGB 17088102
HSL0.970.330.51
HSV350°48°67°
CMYK 0.000.480.40   0.33
XYZ22.465616.484814.5682
Yxy16.48480.41980.3080
Hunter Lab40.601527.71507.1472
CIE-Lab47.604234.98967.3696

#aa5866 color RGB value is (170,88,102).

#aa5866 hex color red value is 170, green value is 88 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aa5866 hue: 0.97 , saturation: 0.33 and the lightness value of aa5866 is 0.51.

The process color (four color CMYK) of #aa5866 color hex is 0.00, 0.48, 0.40, 0.33. Web safe color of #aa5866 is #996666. Color #aa5866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 01100110
Octal 252 130 146
Decimal 170 88 102
Hex AA 58 66

RGB Percentages of Color #aa5866

%47.22
%24.44
%28.33

CMYK Percentages of Color #aa5866

%0
%48
%40
%33

Triadic Colors of #aa5866

#aa5866 #66aa58 #5866aa

Analogous Colors of #aa5866

#aa5866 #aa7358 #aa588f

Monochromatic Colors of #aa5866

#aa5866

Complementary Color

#aa5866 #58aa9c

#aa5866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5866 Color CSS Codes

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

#aa5866 Text Font Color

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

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


#aa5866 Background Color

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

This div background color is #aa5866


#aa5866 Border Color

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

This div border color is #aa5866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5866


Comments

No comments written yet.

Please login to write comment.