Color Hex Logo

#ab390f Color Hex

#AB390F
(171,57,15)
1 Favorites   0 Comments

Color spaces of #ab390f

RGB 1715715
HSL0.040.840.36
HSV16°91°67°
CMYK 0.000.670.91   0.33
XYZ18.343911.61871.7277
Yxy11.61870.57880.3666
Hunter Lab34.086236.411020.8552
CIE-Lab40.603644.968047.3350

#ab390f color RGB value is (171,57,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 00001111
Octal 253 71 17
Decimal 171 57 15
Hex AB 39 F

RGB Percentages of Color #ab390f

%70.37
%23.46
%6.17

CMYK Percentages of Color #ab390f

%0
%67
%91
%33

Triadic Colors of #ab390f

#ab390f #0fab39 #390fab

Analogous Colors of #ab390f

#ab390f #ab870f #ab0f33

Monochromatic Colors of #ab390f

#ab390f

Complementary Color

#ab390f #0f81ab

#ab390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab390f Color CSS Codes

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

#ab390f Text Font Color

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

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


#ab390f Background Color

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

This div background color is #ab390f


#ab390f Border Color

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

This div border color is #ab390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab390f


Comments

No comments written yet.

Please login to write comment.