Color Hex Logo

#ab380e Color Hex

#AB380E
(171,56,14)
0 Favorites   0 Comments

Color spaces of #ab380e

RGB 1715614
HSL0.040.850.36
HSV16°92°67°
CMYK 0.000.670.92   0.33
XYZ18.288011.51801.6748
Yxy11.51800.58090.3659
Hunter Lab33.938236.795120.8308
CIE-Lab40.439645.381147.5705

#ab380e color RGB value is (171,56,14).

#ab380e hex color red value is 171, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab380e hue: 0.04 , saturation: 0.85 and the lightness value of ab380e is 0.36.

The process color (four color CMYK) of #ab380e color hex is 0.00, 0.67, 0.92, 0.33. Web safe color of #ab380e is #993300. Color #ab380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 00001110
Octal 253 70 16
Decimal 171 56 14
Hex AB 38 E

RGB Percentages of Color #ab380e

%70.95
%23.24
%5.81

CMYK Percentages of Color #ab380e

%0
%67
%92
%33

Triadic Colors of #ab380e

#ab380e #0eab38 #380eab

Analogous Colors of #ab380e

#ab380e #ab870e #ab0e33

Monochromatic Colors of #ab380e

#ab380e

Complementary Color

#ab380e #0e81ab

#ab380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab380e Color CSS Codes

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

#ab380e Text Font Color

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

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


#ab380e Background Color

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

This div background color is #ab380e


#ab380e Border Color

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

This div border color is #ab380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab380e


Comments

No comments written yet.

Please login to write comment.