Color Hex Logo

#ab512b Color Hex

#AB512B
(171,81,43)
0 Favorites   0 Comments

Color spaces of #ab512b

RGB 1718143
HSL0.050.600.42
HSV18°75°67°
CMYK 0.000.530.75   0.33
XYZ20.173114.71724.0630
Yxy14.71720.51790.3778
Hunter Lab38.363026.728620.5747
CIE-Lab45.244434.266238.7606

#ab512b color RGB value is (171,81,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 00101011
Octal 253 121 53
Decimal 171 81 43
Hex AB 51 2B

RGB Percentages of Color #ab512b

%57.97
%27.46
%14.58

CMYK Percentages of Color #ab512b

%0
%53
%75
%33

Triadic Colors of #ab512b

#ab512b #2bab51 #512bab

Analogous Colors of #ab512b

#ab512b #ab912b #ab2b45

Monochromatic Colors of #ab512b

#ab512b

Complementary Color

#ab512b #2b85ab

#ab512b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab512b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab512b Color CSS Codes

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

#ab512b Text Font Color

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

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


#ab512b Background Color

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

This div background color is #ab512b


#ab512b Border Color

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

This div border color is #ab512b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab512b


Comments

No comments written yet.

Please login to write comment.