Color Hex Logo

#aa607c Color Hex

#AA607C
(170,96,124)
0 Favorites   0 Comments

Color spaces of #aa607c

RGB 17096124
HSL0.940.300.52
HSV337°44°67°
CMYK 0.000.440.27   0.33
XYZ24.398518.367021.3280
Yxy18.36700.38070.2866
Hunter Lab42.856726.62140.4936
CIE-Lab49.938233.5525-2.4654

#aa607c color RGB value is (170,96,124).

#aa607c hex color red value is 170, green value is 96 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aa607c hue: 0.94 , saturation: 0.30 and the lightness value of aa607c is 0.52.

The process color (four color CMYK) of #aa607c color hex is 0.00, 0.44, 0.27, 0.33. Web safe color of #aa607c is #996666. Color #aa607c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 01111100
Octal 252 140 174
Decimal 170 96 124
Hex AA 60 7C

RGB Percentages of Color #aa607c

%43.59
%24.62
%31.79

CMYK Percentages of Color #aa607c

%0
%44
%27
%33

Triadic Colors of #aa607c

#aa607c #7caa60 #607caa

Analogous Colors of #aa607c

#aa607c #aa6960 #aa60a1

Monochromatic Colors of #aa607c

#aa607c

Complementary Color

#aa607c #60aa8e

#aa607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa607c Color CSS Codes

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

#aa607c Text Font Color

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

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


#aa607c Background Color

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

This div background color is #aa607c


#aa607c Border Color

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

This div border color is #aa607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa607c


Comments

No comments written yet.

Please login to write comment.