Color Hex Logo

#ab210a Color Hex

#AB210A
(171,33,10)
0 Favorites   0 Comments

Color spaces of #ab210a

RGB 1713310
HSL0.020.890.35
HSV94°67°
CMYK 0.000.810.94   0.33
XYZ17.39329.76761.2558
Yxy9.76760.61210.3437
Hunter Lab31.253244.646919.4948
CIE-Lab37.422153.600946.9197

#ab210a color RGB value is (171,33,10).

#ab210a hex color red value is 171, green value is 33 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ab210a hue: 0.02 , saturation: 0.89 and the lightness value of ab210a is 0.35.

The process color (four color CMYK) of #ab210a color hex is 0.00, 0.81, 0.94, 0.33. Web safe color of #ab210a is #993300. Color #ab210a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 00001010
Octal 253 41 12
Decimal 171 33 10
Hex AB 21 A

RGB Percentages of Color #ab210a

%79.91
%15.42
%4.67

CMYK Percentages of Color #ab210a

%0
%81
%94
%33

Triadic Colors of #ab210a

#ab210a #0aab21 #210aab

Analogous Colors of #ab210a

#ab210a #ab720a #ab0a43

Monochromatic Colors of #ab210a

#ab210a

Complementary Color

#ab210a #0a94ab

#ab210a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab210a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab210a Color CSS Codes

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

#ab210a Text Font Color

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

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


#ab210a Background Color

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

This div background color is #ab210a


#ab210a Border Color

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

This div border color is #ab210a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab210a


Comments

No comments written yet.

Please login to write comment.