Color Hex Logo

#ab390c Color Hex

#AB390C
(171,57,12)
0 Favorites   0 Comments

Color spaces of #ab390c

RGB 1715712
HSL0.050.870.36
HSV17°93°67°
CMYK 0.000.670.93   0.33
XYZ18.324111.61071.6231
Yxy11.61070.58070.3679
Hunter Lab34.074536.360921.0279
CIE-Lab40.590644.920048.3481

#ab390c color RGB value is (171,57,12).

#ab390c hex color red value is 171, green value is 57 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ab390c hue: 0.05 , saturation: 0.87 and the lightness value of ab390c is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 00001100
Octal 253 71 14
Decimal 171 57 12
Hex AB 39 C

RGB Percentages of Color #ab390c

%71.25
%23.75
%5.00

CMYK Percentages of Color #ab390c

%0
%67
%93
%33

Triadic Colors of #ab390c

#ab390c #0cab39 #390cab

Analogous Colors of #ab390c

#ab390c #ab890c #ab0c2e

Monochromatic Colors of #ab390c

#ab390c

Complementary Color

#ab390c #0c7eab

#ab390c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab390c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab390c Color CSS Codes

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

#ab390c Text Font Color

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

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


#ab390c Background Color

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

This div background color is #ab390c


#ab390c Border Color

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

This div border color is #ab390c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab390c


Comments

No comments written yet.

Please login to write comment.