Color Hex Logo

#aa1c87 Color Hex

#AA1C87
(170,28,135)
0 Favorites   0 Comments

Color spaces of #aa1c87

RGB 17028135
HSL0.870.720.39
HSV315°84°67°
CMYK 0.000.840.21   0.33
XYZ21.366011.125823.9431
Yxy11.12580.37860.1971
Hunter Lab33.355455.9675-19.2107
CIE-Lab39.791563.5365-24.5251

#aa1c87 color RGB value is (170,28,135).

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

The process color (four color CMYK) of #aa1c87 color hex is 0.00, 0.84, 0.21, 0.33. Web safe color of #aa1c87 is #993399. Color #aa1c87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011100 10000111
Octal 252 34 207
Decimal 170 28 135
Hex AA 1C 87

RGB Percentages of Color #aa1c87

%51.05
%8.41
%40.54

CMYK Percentages of Color #aa1c87

%0
%84
%21
%33

Triadic Colors of #aa1c87

#aa1c87 #87aa1c #1c87aa

Analogous Colors of #aa1c87

#aa1c87 #aa1c40 #861caa

Monochromatic Colors of #aa1c87

#aa1c87

Complementary Color

#aa1c87 #1caa3f

#aa1c87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1c87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1c87 Color CSS Codes

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

#aa1c87 Text Font Color

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

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


#aa1c87 Background Color

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

This div background color is #aa1c87


#aa1c87 Border Color

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

This div border color is #aa1c87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1c87


Comments

No comments written yet.

Please login to write comment.