Color Hex Logo

#ab391e Color Hex

#AB391E
(171,57,30)
0 Favorites   0 Comments

Color spaces of #ab391e

RGB 1715730
HSL0.030.700.39
HSV11°82°67°
CMYK 0.000.670.82   0.33
XYZ18.492111.67792.5077
Yxy11.67790.56590.3574
Hunter Lab34.172936.789619.5702
CIE-Lab40.699545.330440.8548

#ab391e color RGB value is (171,57,30).

#ab391e hex color red value is 171, green value is 57 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab391e hue: 0.03 , saturation: 0.70 and the lightness value of ab391e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 00011110
Octal 253 71 36
Decimal 171 57 30
Hex AB 39 1E

RGB Percentages of Color #ab391e

%66.28
%22.09
%11.63

CMYK Percentages of Color #ab391e

%0
%67
%82
%33

Triadic Colors of #ab391e

#ab391e #1eab39 #391eab

Analogous Colors of #ab391e

#ab391e #ab801e #ab1e49

Monochromatic Colors of #ab391e

#ab391e

Complementary Color

#ab391e #1e90ab

#ab391e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab391e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab391e Color CSS Codes

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

#ab391e Text Font Color

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

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


#ab391e Background Color

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

This div background color is #ab391e


#ab391e Border Color

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

This div border color is #ab391e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab391e


Comments

No comments written yet.

Please login to write comment.