Color Hex Logo

#ab380f Color Hex

#AB380F
(171,56,15)
0 Favorites   0 Comments

Color spaces of #ab380f

RGB 1715615
HSL0.040.840.36
HSV16°91°67°
CMYK 0.000.670.91   0.33
XYZ18.295011.52081.7114
Yxy11.52080.58030.3654
Hunter Lab33.942336.813020.7702
CIE-Lab40.444145.398247.2187

#ab380f color RGB value is (171,56,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 00001111
Octal 253 70 17
Decimal 171 56 15
Hex AB 38 F

RGB Percentages of Color #ab380f

%70.66
%23.14
%6.20

CMYK Percentages of Color #ab380f

%0
%67
%91
%33

Triadic Colors of #ab380f

#ab380f #0fab38 #380fab

Analogous Colors of #ab380f

#ab380f #ab860f #ab0f34

Monochromatic Colors of #ab380f

#ab380f

Complementary Color

#ab380f #0f82ab

#ab380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab380f Color CSS Codes

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

#ab380f Text Font Color

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

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


#ab380f Background Color

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

This div background color is #ab380f


#ab380f Border Color

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

This div border color is #ab380f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab380f


Comments

No comments written yet.

Please login to write comment.