Color Hex Logo

#ab212c Color Hex

#AB212C
(171,33,44)
0 Favorites   0 Comments

Color spaces of #ab212c

RGB 1713344
HSL0.990.680.40
HSV355°81°67°
CMYK 0.000.810.74   0.33
XYZ17.79319.92753.3613
Yxy9.92750.57250.3194
Hunter Lab31.507945.663315.7304
CIE-Lab37.712054.510229.8667

#ab212c color RGB value is (171,33,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 00101100
Octal 253 41 54
Decimal 171 33 44
Hex AB 21 2C

RGB Percentages of Color #ab212c

%68.95
%13.31
%17.74

CMYK Percentages of Color #ab212c

%0
%81
%74
%33

Triadic Colors of #ab212c

#ab212c #2cab21 #212cab

Analogous Colors of #ab212c

#ab212c #ab5b21 #ab2171

Monochromatic Colors of #ab212c

#ab212c

Complementary Color

#ab212c #21aba0

#ab212c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab212c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab212c Color CSS Codes

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

#ab212c Text Font Color

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

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


#ab212c Background Color

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

This div background color is #ab212c


#ab212c Border Color

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

This div border color is #ab212c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab212c


Comments

No comments written yet.

Please login to write comment.