Color Hex Logo

#ab530d Color Hex

#AB530D
(171,83,13)
0 Favorites   0 Comments

Color spaces of #ab530d

RGB 1718313
HSL0.070.860.36
HSV27°92°67°
CMYK 0.000.510.92   0.33
XYZ19.960514.87352.1996
Yxy14.87350.53900.4016
Hunter Lab38.566224.894523.6148
CIE-Lab45.460432.283551.4962

#ab530d color RGB value is (171,83,13).

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

The process color (four color CMYK) of #ab530d color hex is 0.00, 0.51, 0.92, 0.33. Web safe color of #ab530d is #996600. Color #ab530d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 00001101
Octal 253 123 15
Decimal 171 83 13
Hex AB 53 D

RGB Percentages of Color #ab530d

%64.04
%31.09
%4.87

CMYK Percentages of Color #ab530d

%0
%51
%92
%33

Triadic Colors of #ab530d

#ab530d #0dab53 #530dab

Analogous Colors of #ab530d

#ab530d #aba20d #ab0d16

Monochromatic Colors of #ab530d

#ab530d

Complementary Color

#ab530d #0d65ab

#ab530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab530d Color CSS Codes

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

#ab530d Text Font Color

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

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


#ab530d Background Color

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

This div background color is #ab530d


#ab530d Border Color

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

This div border color is #ab530d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab530d


Comments

No comments written yet.

Please login to write comment.