color codes Logo

#aa004c color codes

#AA004C
(170,0,76)
0 Favorites   0 Comments

Color spaces of #aa004c

RGB 170076
HSL0.931.000.33
HSV333°100°67°
CMYK 0.001.000.55   0.33
XYZ17.88219.06797.6453
Yxy9.06790.51690.2621
Hunter Lab30.113053.30176.0261
CIE-Lab36.114761.87127.3426

#aa004c color RGB value is (170,0,76).

#aa004c hex color red value is 170, green value is 0 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aa004c hue: 0.93 , saturation: 1.00 and the lightness value of aa004c is 0.33.

The process color (four color CMYK) of #aa004c color code is 0.00, 1.00, 0.55, 0.33. Web safe color of #aa004c is #990033. Color #aa004c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 01001100
Octal 252 0 114
Decimal 170 0 76
Hex AA 0 4C

RGB Percentages of Color #aa004c

%69.11
%0.00
%30.89

CMYK Percentages of Color #aa004c

%0
%100
%55
%33

Triadic Colors of #aa004c

#aa004c #4caa00 #004caa

Analogous Colors of #aa004c

#aa004c #aa0900 #aa00a1

Monochromatic Colors of #aa004c

#aa004c

Complementary Color

#aa004c #00aa5e

#aa004c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa004c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa004c Color CSS Codes

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

#aa004c Text Font Color

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

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


#aa004c Background Color

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

This div background color is #aa004c


#aa004c Border Color

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

This div border color is #aa004c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa004c


Comments

No comments written yet.

Please login to write comment.