Color Hex Logo

#aa608c Color Hex

#AA608C
(170,96,140)
0 Favorites   0 Comments

Color spaces of #aa608c

RGB 17096140
HSL0.900.300.52
HSV324°44°67°
CMYK 0.000.440.18   0.33
XYZ25.494118.805227.0970
Yxy18.80520.35710.2634
Hunter Lab43.365029.0508-6.6924
CIE-Lab50.458535.9969-11.2172

#aa608c color RGB value is (170,96,140).

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

The process color (four color CMYK) of #aa608c color hex is 0.00, 0.44, 0.18, 0.33. Web safe color of #aa608c is #996699. Color #aa608c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 10001100
Octal 252 140 214
Decimal 170 96 140
Hex AA 60 8C

RGB Percentages of Color #aa608c

%41.87
%23.65
%34.48

CMYK Percentages of Color #aa608c

%0
%44
%18
%33

Triadic Colors of #aa608c

#aa608c #8caa60 #608caa

Analogous Colors of #aa608c

#aa608c #aa6067 #a360aa

Monochromatic Colors of #aa608c

#aa608c

Complementary Color

#aa608c #60aa7e

#aa608c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa608c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa608c Color CSS Codes

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

#aa608c Text Font Color

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

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


#aa608c Background Color

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

This div background color is #aa608c


#aa608c Border Color

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

This div border color is #aa608c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa608c


Comments

No comments written yet.

Please login to write comment.