Color Hex Logo

#ab291f Color Hex

#AB291F
(171,41,31)
0 Favorites   0 Comments

Color spaces of #ab291f

RGB 1714131
HSL0.010.690.40
HSV82°67°
CMYK 0.000.760.82   0.33
XYZ17.834810.34272.3527
Yxy10.34270.58420.3388
Hunter Lab32.160142.709518.1746
CIE-Lab38.450651.549938.1747

#ab291f color RGB value is (171,41,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 00011111
Octal 253 51 37
Decimal 171 41 31
Hex AB 29 1F

RGB Percentages of Color #ab291f

%70.37
%16.87
%12.76

CMYK Percentages of Color #ab291f

%0
%76
%82
%33

Triadic Colors of #ab291f

#ab291f #1fab29 #291fab

Analogous Colors of #ab291f

#ab291f #ab6f1f #ab1f5b

Monochromatic Colors of #ab291f

#ab291f

Complementary Color

#ab291f #1fa1ab

#ab291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab291f Color CSS Codes

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

#ab291f Text Font Color

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

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


#ab291f Background Color

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

This div background color is #ab291f


#ab291f Border Color

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

This div border color is #ab291f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,41,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 #ab291f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab291f


Comments

No comments written yet.

Please login to write comment.