Color Hex Logo

#ab292f Color Hex

#AB292F
(171,41,47)
0 Favorites   0 Comments

Color spaces of #ab292f

RGB 1714147
HSL0.990.610.42
HSV357°76°67°
CMYK 0.000.760.73   0.33
XYZ18.100610.44903.7522
Yxy10.44900.56040.3235
Hunter Lab32.324943.383915.7452
CIE-Lab38.636552.163629.1172

#ab292f color RGB value is (171,41,47).

#ab292f hex color red value is 171, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab292f hue: 0.99 , saturation: 0.61 and the lightness value of ab292f is 0.42.

The process color (four color CMYK) of #ab292f color hex is 0.00, 0.76, 0.73, 0.33. Web safe color of #ab292f is #993333. Color #ab292f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 00101111
Octal 253 51 57
Decimal 171 41 47
Hex AB 29 2F

RGB Percentages of Color #ab292f

%66.02
%15.83
%18.15

CMYK Percentages of Color #ab292f

%0
%76
%73
%33

Triadic Colors of #ab292f

#ab292f #2fab29 #292fab

Analogous Colors of #ab292f

#ab292f #ab6429 #ab2970

Monochromatic Colors of #ab292f

#ab292f

Complementary Color

#ab292f #29aba5

#ab292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab292f Color CSS Codes

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

#ab292f Text Font Color

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

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


#ab292f Background Color

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

This div background color is #ab292f


#ab292f Border Color

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

This div border color is #ab292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab292f


Comments

No comments written yet.

Please login to write comment.