Color Hex Logo

#aa1753 Color Hex

#AA1753
(170,23,83)
0 Favorites   0 Comments

Color spaces of #aa1753

RGB 1702383
HSL0.930.760.38
HSV336°86°67°
CMYK 0.000.860.51   0.33
XYZ18.44539.78349.0998
Yxy9.78340.49410.2621
Hunter Lab31.278450.52664.6457
CIE-Lab37.450859.08884.7145

#aa1753 color RGB value is (170,23,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 01010011
Octal 252 27 123
Decimal 170 23 83
Hex AA 17 53

RGB Percentages of Color #aa1753

%61.59
%8.33
%30.07

CMYK Percentages of Color #aa1753

%0
%86
%51
%33

Triadic Colors of #aa1753

#aa1753 #53aa17 #1753aa

Analogous Colors of #aa1753

#aa1753 #aa2517 #aa179d

Monochromatic Colors of #aa1753

#aa1753

Complementary Color

#aa1753 #17aa6e

#aa1753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1753 Color CSS Codes

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

#aa1753 Text Font Color

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

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


#aa1753 Background Color

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

This div background color is #aa1753


#aa1753 Border Color

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

This div border color is #aa1753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1753


Comments

No comments written yet.

Please login to write comment.