Color Hex Logo

#aa1353 Color Hex

#AA1353
(170,19,83)
0 Favorites   0 Comments

Color spaces of #aa1353

RGB 1701983
HSL0.930.800.37
HSV335°89°67°
CMYK 0.000.890.51   0.33
XYZ18.37189.63639.0753
Yxy9.63630.49540.2599
Hunter Lab31.042451.31744.3961
CIE-Lab37.181659.86434.3289

#aa1353 color RGB value is (170,19,83).

#aa1353 hex color red value is 170, green value is 19 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aa1353 hue: 0.93 , saturation: 0.80 and the lightness value of aa1353 is 0.37.

The process color (four color CMYK) of #aa1353 color hex is 0.00, 0.89, 0.51, 0.33. Web safe color of #aa1353 is #990066. Color #aa1353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 01010011
Octal 252 23 123
Decimal 170 19 83
Hex AA 13 53

RGB Percentages of Color #aa1353

%62.50
%6.99
%30.51

CMYK Percentages of Color #aa1353

%0
%89
%51
%33

Triadic Colors of #aa1353

#aa1353 #53aa13 #1353aa

Analogous Colors of #aa1353

#aa1353 #aa1e13 #aa139f

Monochromatic Colors of #aa1353

#aa1353

Complementary Color

#aa1353 #13aa6a

#aa1353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1353 Color CSS Codes

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

#aa1353 Text Font Color

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

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


#aa1353 Background Color

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

This div background color is #aa1353


#aa1353 Border Color

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

This div border color is #aa1353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1353


Comments

No comments written yet.

Please login to write comment.