Color Hex Logo

#ab242f Color Hex

#AB242F
(171,36,47)
0 Favorites   0 Comments

Color spaces of #ab242f

RGB 1713647
HSL0.990.650.41
HSV355°79°67°
CMYK 0.000.790.73   0.33
XYZ17.938610.12493.6982
Yxy10.12490.56480.3188
Hunter Lab31.819644.946515.3828
CIE-Lab38.065753.763328.4467

#ab242f color RGB value is (171,36,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100100 00101111
Octal 253 44 57
Decimal 171 36 47
Hex AB 24 2F

RGB Percentages of Color #ab242f

%67.32
%14.17
%18.50

CMYK Percentages of Color #ab242f

%0
%79
%73
%33

Triadic Colors of #ab242f

#ab242f #2fab24 #242fab

Analogous Colors of #ab242f

#ab242f #ab5d24 #ab2473

Monochromatic Colors of #ab242f

#ab242f

Complementary Color

#ab242f #24aba0

#ab242f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab242f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab242f Color CSS Codes

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

#ab242f Text Font Color

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

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


#ab242f Background Color

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

This div background color is #ab242f


#ab242f Border Color

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

This div border color is #ab242f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab242f


Comments

No comments written yet.

Please login to write comment.