Color Hex Logo

#aa0662 Color Hex

#AA0662
(170,6,98)
0 Favorites   0 Comments

Color spaces of #aa0662

RGB 170698
HSL0.910.930.35
HSV326°96°67°
CMYK 0.000.960.42   0.33
XYZ18.84739.558112.4068
Yxy9.55810.46180.2342
Hunter Lab30.916254.7149-2.1520
CIE-Lab37.037462.9590-5.5172

#aa0662 color RGB value is (170,6,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 01100010
Octal 252 6 142
Decimal 170 6 98
Hex AA 6 62

RGB Percentages of Color #aa0662

%62.04
%2.19
%35.77

CMYK Percentages of Color #aa0662

%0
%96
%42
%33

Triadic Colors of #aa0662

#aa0662 #62aa06 #0662aa

Analogous Colors of #aa0662

#aa0662 #aa0610 #a006aa

Monochromatic Colors of #aa0662

#aa0662

Complementary Color

#aa0662 #06aa4e

#aa0662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0662 Color CSS Codes

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

#aa0662 Text Font Color

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

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


#aa0662 Background Color

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

This div background color is #aa0662


#aa0662 Border Color

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

This div border color is #aa0662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0662


Comments

No comments written yet.

Please login to write comment.