Color Hex Logo

#aa066d Color Hex

#AA066D
(170,6,109)
0 Favorites   0 Comments

Color spaces of #aa066d

RGB 1706109
HSL0.900.930.35
HSV322°96°67°
CMYK 0.000.960.36   0.33
XYZ19.40309.780415.3332
Yxy9.78040.43590.2197
Hunter Lab31.273656.0173-7.1778
CIE-Lab37.445464.0381-11.9057

#aa066d color RGB value is (170,6,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 01101101
Octal 252 6 155
Decimal 170 6 109
Hex AA 6 6D

RGB Percentages of Color #aa066d

%59.65
%2.11
%38.25

CMYK Percentages of Color #aa066d

%0
%96
%36
%33

Triadic Colors of #aa066d

#aa066d #6daa06 #066daa

Analogous Colors of #aa066d

#aa066d #aa061b #9506aa

Monochromatic Colors of #aa066d

#aa066d

Complementary Color

#aa066d #06aa43

#aa066d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa066d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa066d Color CSS Codes

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

#aa066d Text Font Color

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

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


#aa066d Background Color

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

This div background color is #aa066d


#aa066d Border Color

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

This div border color is #aa066d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa066d


Comments

No comments written yet.

Please login to write comment.