Color Hex Logo

#aa1c61 Color Hex

#AA1C61
(170,28,97)
0 Favorites   0 Comments

Color spaces of #aa1c61

RGB 1702897
HSL0.920.720.39
HSV331°84°67°
CMYK 0.000.840.43   0.33
XYZ19.150510.239612.2764
Yxy10.23960.45960.2458
Hunter Lab31.999450.8271-0.3467
CIE-Lab38.269159.2051-3.0526

#aa1c61 color RGB value is (170,28,97).

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

The process color (four color CMYK) of #aa1c61 color hex is 0.00, 0.84, 0.43, 0.33. Web safe color of #aa1c61 is #993366. Color #aa1c61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011100 01100001
Octal 252 34 141
Decimal 170 28 97
Hex AA 1C 61

RGB Percentages of Color #aa1c61

%57.63
%9.49
%32.88

CMYK Percentages of Color #aa1c61

%0
%84
%43
%33

Triadic Colors of #aa1c61

#aa1c61 #61aa1c #1c61aa

Analogous Colors of #aa1c61

#aa1c61 #aa1e1c #aa1ca8

Monochromatic Colors of #aa1c61

#aa1c61

Complementary Color

#aa1c61 #1caa65

#aa1c61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1c61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1c61 Color CSS Codes

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

#aa1c61 Text Font Color

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

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


#aa1c61 Background Color

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

This div background color is #aa1c61


#aa1c61 Border Color

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

This div border color is #aa1c61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,28,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 #aa1c61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1c61


Comments

No comments written yet.

Please login to write comment.