Color Hex Logo

#ab480d Color Hex

#AB480D
(171,72,13)
0 Favorites   0 Comments

Color spaces of #ab480d

RGB 1717213
HSL0.060.860.36
HSV22°92°67°
CMYK 0.000.580.92   0.33
XYZ19.184613.32171.9410
Yxy13.32170.55690.3867
Hunter Lab36.498929.950322.3962
CIE-Lab43.244037.935249.8990

#ab480d color RGB value is (171,72,13).

#ab480d hex color red value is 171, green value is 72 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ab480d hue: 0.06 , saturation: 0.86 and the lightness value of ab480d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 00001101
Octal 253 110 15
Decimal 171 72 13
Hex AB 48 D

RGB Percentages of Color #ab480d

%66.80
%28.13
%5.08

CMYK Percentages of Color #ab480d

%0
%58
%92
%33

Triadic Colors of #ab480d

#ab480d #0dab48 #480dab

Analogous Colors of #ab480d

#ab480d #ab970d #ab0d21

Monochromatic Colors of #ab480d

#ab480d

Complementary Color

#ab480d #0d70ab

#ab480d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab480d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab480d Color CSS Codes

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

#ab480d Text Font Color

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

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


#ab480d Background Color

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

This div background color is #ab480d


#ab480d Border Color

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

This div border color is #ab480d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab480d


Comments

No comments written yet.

Please login to write comment.