Color Hex Logo

#ab210f Color Hex

#AB210F
(171,33,15)
0 Favorites   0 Comments

Color spaces of #ab210f

RGB 1713315
HSL0.020.840.36
HSV91°67°
CMYK 0.000.810.91   0.33
XYZ17.42479.78011.4213
Yxy9.78010.60870.3416
Hunter Lab31.273244.728219.1966
CIE-Lab37.444853.674045.0552

#ab210f color RGB value is (171,33,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 00001111
Octal 253 41 17
Decimal 171 33 15
Hex AB 21 F

RGB Percentages of Color #ab210f

%78.08
%15.07
%6.85

CMYK Percentages of Color #ab210f

%0
%81
%91
%33

Triadic Colors of #ab210f

#ab210f #0fab21 #210fab

Analogous Colors of #ab210f

#ab210f #ab6f0f #ab0f4b

Monochromatic Colors of #ab210f

#ab210f

Complementary Color

#ab210f #0f99ab

#ab210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab210f Color CSS Codes

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

#ab210f Text Font Color

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

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


#ab210f Background Color

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

This div background color is #ab210f


#ab210f Border Color

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

This div border color is #ab210f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab210f


Comments

No comments written yet.

Please login to write comment.