color codes Logo

#aa104d color codes

#AA104D
(170,16,77)
0 Favorites   0 Comments

Color spaces of #aa104d

RGB 1701677
HSL0.930.830.36
HSV336°91°67°
CMYK 0.000.910.55   0.33
XYZ18.10249.45257.8916
Yxy9.45250.51070.2667
Hunter Lab30.744951.29606.3029
CIE-Lab36.841359.91117.7187

#aa104d color RGB value is (170,16,77).

#aa104d hex color red value is 170, green value is 16 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa104d hue: 0.93 , saturation: 0.83 and the lightness value of aa104d is 0.36.

The process color (four color CMYK) of #aa104d color code is 0.00, 0.91, 0.55, 0.33. Web safe color of #aa104d is #990066. Color #aa104d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 01001101
Octal 252 20 115
Decimal 170 16 77
Hex AA 10 4D

RGB Percentages of Color #aa104d

%64.64
%6.08
%29.28

CMYK Percentages of Color #aa104d

%0
%91
%55
%33

Triadic Colors of #aa104d

#aa104d #4daa10 #104daa

Analogous Colors of #aa104d

#aa104d #aa2010 #aa109a

Monochromatic Colors of #aa104d

#aa104d

Complementary Color

#aa104d #10aa6d

#aa104d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa104d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa104d Color CSS Codes

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

#aa104d Text Font Color

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

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


#aa104d Background Color

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

This div background color is #aa104d


#aa104d Border Color

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

This div border color is #aa104d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa104d


Comments

No comments written yet.

Please login to write comment.