Color Hex Logo

#aa0761 Color Hex

#AA0761
(170,7,97)
0 Favorites   0 Comments

Color spaces of #aa0761

RGB 170797
HSL0.910.920.35
HSV327°96°67°
CMYK 0.000.960.43   0.33
XYZ18.81129.561112.1633
Yxy9.56110.46410.2359
Hunter Lab30.921054.4809-1.6780
CIE-Lab37.042962.7488-4.8691

#aa0761 color RGB value is (170,7,97).

#aa0761 hex color red value is 170, green value is 7 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aa0761 hue: 0.91 , saturation: 0.92 and the lightness value of aa0761 is 0.35.

The process color (four color CMYK) of #aa0761 color hex is 0.00, 0.96, 0.43, 0.33. Web safe color of #aa0761 is #990066. Color #aa0761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 01100001
Octal 252 7 141
Decimal 170 7 97
Hex AA 7 61

RGB Percentages of Color #aa0761

%62.04
%2.55
%35.40

CMYK Percentages of Color #aa0761

%0
%96
%43
%33

Triadic Colors of #aa0761

#aa0761 #61aa07 #0761aa

Analogous Colors of #aa0761

#aa0761 #aa0710 #a207aa

Monochromatic Colors of #aa0761

#aa0761

Complementary Color

#aa0761 #07aa50

#aa0761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0761 Color CSS Codes

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

#aa0761 Text Font Color

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

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


#aa0761 Background Color

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

This div background color is #aa0761


#aa0761 Border Color

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

This div border color is #aa0761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0761


Comments

No comments written yet.

Please login to write comment.