Color Hex Logo

#ab211f Color Hex

#AB211F
(171,33,31)
0 Favorites   0 Comments

Color spaces of #ab211f

RGB 1713331
HSL0.000.690.40
HSV82°67°
CMYK 0.000.810.82   0.33
XYZ17.58589.84462.2696
Yxy9.84460.59210.3315
Hunter Lab31.376145.138217.6745
CIE-Lab37.562154.041337.3065

#ab211f color RGB value is (171,33,31).

#ab211f hex color red value is 171, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ab211f hue: 0.00 , saturation: 0.69 and the lightness value of ab211f is 0.40.

The process color (four color CMYK) of #ab211f color hex is 0.00, 0.81, 0.82, 0.33. Web safe color of #ab211f is #993333. Color #ab211f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 00011111
Octal 253 41 37
Decimal 171 33 31
Hex AB 21 1F

RGB Percentages of Color #ab211f

%72.77
%14.04
%13.19

CMYK Percentages of Color #ab211f

%0
%81
%82
%33

Triadic Colors of #ab211f

#ab211f #1fab21 #211fab

Analogous Colors of #ab211f

#ab211f #ab671f #ab1f63

Monochromatic Colors of #ab211f

#ab211f

Complementary Color

#ab211f #1fa9ab

#ab211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab211f Color CSS Codes

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

#ab211f Text Font Color

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

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


#ab211f Background Color

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

This div background color is #ab211f


#ab211f Border Color

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

This div border color is #ab211f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab211f


Comments

No comments written yet.

Please login to write comment.