Color Hex Logo

#aa1243 Color Hex

#AA1243
(170,18,67)
0 Favorites   0 Comments

Color spaces of #aa1243

RGB 1701867
HSL0.950.810.37
HSV341°89°67°
CMYK 0.000.890.61   0.33
XYZ17.80709.38396.1829
Yxy9.38390.53360.2812
Hunter Lab30.633250.15379.4763
CIE-Lab36.713258.890014.0117

#aa1243 color RGB value is (170,18,67).

#aa1243 hex color red value is 170, green value is 18 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aa1243 hue: 0.95 , saturation: 0.81 and the lightness value of aa1243 is 0.37.

The process color (four color CMYK) of #aa1243 color hex is 0.00, 0.89, 0.61, 0.33. Web safe color of #aa1243 is #990033. Color #aa1243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 01000011
Octal 252 22 103
Decimal 170 18 67
Hex AA 12 43

RGB Percentages of Color #aa1243

%66.67
%7.06
%26.27

CMYK Percentages of Color #aa1243

%0
%89
%61
%33

Triadic Colors of #aa1243

#aa1243 #43aa12 #1243aa

Analogous Colors of #aa1243

#aa1243 #aa2d12 #aa128f

Monochromatic Colors of #aa1243

#aa1243

Complementary Color

#aa1243 #12aa79

#aa1243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1243 Color CSS Codes

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

#aa1243 Text Font Color

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

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


#aa1243 Background Color

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

This div background color is #aa1243


#aa1243 Border Color

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

This div border color is #aa1243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1243


Comments

No comments written yet.

Please login to write comment.