Color Hex Logo

#a21449 Color Hex

#A21449
(162,20,73)
0 Favorites   0 Comments

Color spaces of #a21449

RGB 1622073
HSL0.940.780.36
HSV338°88°64°
CMYK 0.000.880.55   0.36
XYZ16.35308.66277.1135
Yxy8.66270.50900.2696
Hunter Lab29.432547.66976.2730
CIE-Lab35.326656.85757.9431

#a21449 color RGB value is (162,20,73).

#a21449 hex color red value is 162, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a21449 hue: 0.94 , saturation: 0.78 and the lightness value of a21449 is 0.36.

The process color (four color CMYK) of #a21449 color hex is 0.00, 0.88, 0.55, 0.36. Web safe color of #a21449 is #990033. Color #a21449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010100 01001001
Octal 242 24 111
Decimal 162 20 73
Hex A2 14 49

RGB Percentages of Color #a21449

%63.53
%7.84
%28.63

CMYK Percentages of Color #a21449

%0
%88
%55
%36

Triadic Colors of #a21449

#a21449 #49a214 #1449a2

Analogous Colors of #a21449

#a21449 #a22614 #a21490

Monochromatic Colors of #a21449

#a21449

Complementary Color

#a21449 #14a26d

#a21449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21449 Color CSS Codes

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

#a21449 Text Font Color

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

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


#a21449 Background Color

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

This div background color is #a21449


#a21449 Border Color

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

This div border color is #a21449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,20,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a21449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a21449;
  -webkit-box-shadow: 1px 1px 3px 2px #a21449;
  box-shadow:         1px 1px 3px 2px #a21449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,20,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21449


Comments

No comments written yet.

Please login to write comment.