Color Hex Logo

#ab512f Color Hex

#AB512F
(171,81,47)
0 Favorites   0 Comments

Color spaces of #ab512f

RGB 1718147
HSL0.050.570.43
HSV16°73°67°
CMYK 0.000.530.73   0.33
XYZ20.250114.74804.4687
Yxy14.74800.51310.3737
Hunter Lab38.403126.918219.9830
CIE-Lab45.287134.461136.6799

#ab512f color RGB value is (171,81,47).

#ab512f hex color red value is 171, green value is 81 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab512f hue: 0.05 , saturation: 0.57 and the lightness value of ab512f is 0.43.

The process color (four color CMYK) of #ab512f color hex is 0.00, 0.53, 0.73, 0.33. Web safe color of #ab512f is #996633. Color #ab512f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 00101111
Octal 253 121 57
Decimal 171 81 47
Hex AB 51 2F

RGB Percentages of Color #ab512f

%57.19
%27.09
%15.72

CMYK Percentages of Color #ab512f

%0
%53
%73
%33

Triadic Colors of #ab512f

#ab512f #2fab51 #512fab

Analogous Colors of #ab512f

#ab512f #ab8f2f #ab2f4b

Monochromatic Colors of #ab512f

#ab512f

Complementary Color

#ab512f #2f89ab

#ab512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab512f Color CSS Codes

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

#ab512f Text Font Color

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

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


#ab512f Background Color

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

This div background color is #ab512f


#ab512f Border Color

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

This div border color is #ab512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab512f


Comments

No comments written yet.

Please login to write comment.