Color Hex Logo

#aa607b Color Hex

#AA607B
(170,96,123)
0 Favorites   0 Comments

Color spaces of #aa607b

RGB 17096123
HSL0.940.300.52
HSV338°44°67°
CMYK 0.000.440.28   0.33
XYZ24.335618.341920.9966
Yxy18.34190.38220.2881
Hunter Lab42.827426.48000.9117
CIE-Lab49.908233.4087-1.9124

#aa607b color RGB value is (170,96,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 01111011
Octal 252 140 173
Decimal 170 96 123
Hex AA 60 7B

RGB Percentages of Color #aa607b

%43.70
%24.68
%31.62

CMYK Percentages of Color #aa607b

%0
%44
%28
%33

Triadic Colors of #aa607b

#aa607b #7baa60 #607baa

Analogous Colors of #aa607b

#aa607b #aa6a60 #aa60a0

Monochromatic Colors of #aa607b

#aa607b

Complementary Color

#aa607b #60aa8f

#aa607b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa607b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa607b Color CSS Codes

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

#aa607b Text Font Color

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

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


#aa607b Background Color

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

This div background color is #aa607b


#aa607b Border Color

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

This div border color is #aa607b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa607b


Comments

No comments written yet.

Please login to write comment.