Color Hex Logo

#a11321 Color Hex

#A11321
(161,19,33)
0 Favorites   0 Comments

Color spaces of #a11321

RGB 1611933
HSL0.980.790.35
HSV354°88°63°
CMYK 0.000.880.80   0.37
XYZ15.20538.15262.2110
Yxy8.15260.59470.3188
Hunter Lab28.552845.089915.3958
CIE-Lab34.298754.623832.1579

#a11321 color RGB value is (161,19,33).

#a11321 hex color red value is 161, green value is 19 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a11321 hue: 0.98 , saturation: 0.79 and the lightness value of a11321 is 0.35.

The process color (four color CMYK) of #a11321 color hex is 0.00, 0.88, 0.80, 0.37. Web safe color of #a11321 is #990033. Color #a11321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010011 00100001
Octal 241 23 41
Decimal 161 19 33
Hex A1 13 21

RGB Percentages of Color #a11321

%75.59
%8.92
%15.49

CMYK Percentages of Color #a11321

%0
%88
%80
%37

Triadic Colors of #a11321

#a11321 #21a113 #1321a1

Analogous Colors of #a11321

#a11321 #a14c13 #a11368

Monochromatic Colors of #a11321

#a11321

Complementary Color

#a11321 #13a193

#a11321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11321 Color CSS Codes

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

#a11321 Text Font Color

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

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


#a11321 Background Color

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

This div background color is #a11321


#a11321 Border Color

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

This div border color is #a11321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11321


Comments

No comments written yet.

Please login to write comment.