Color spaces of #ab372f
RGB | 171 | 55 | 47 |
---|---|---|---|
HSL | 0.01 | 0.57 | 0.43 |
HSV | 4° | 73° | 67° |
CMYK | 0.00 | 0.68 | 0.73 0.33 |
XYZ | 18.6739 | 11.5955 | 3.9433 |
Yxy | 11.5955 | 0.5458 | 0.3389 |
Hunter Lab | 34.0522 | 38.2965 | 16.9706 |
CIE-Lab | 40.5659 | 46.8529 | 31.3570 |
#ab372f color RGB value is (171,55,47).
#ab372f hex color red value is 171, green value is 55 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab372f hue: 0.01 , saturation: 0.57 and the lightness value of ab372f is 0.43.
The process color (four color CMYK) of #ab372f color hex is 0.00, 0.68, 0.73, 0.33. Web safe color of #ab372f is #993333. Color #ab372f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00110111 | 00101111 |
Octal | 253 | 67 | 57 |
Decimal | 171 | 55 | 47 |
Hex | AB | 37 | 2F |
Shades of #ab372f
Tints of #ab372f
RGB Percentages of Color #ab372f
CMYK Percentages of Color #ab372f
Complementary Color
#ab372f | #2fa3ab |
#ab372f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab372f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab372f Color CSS Codes
.mybgcolor {background-color:#ab372f; } .myforecolor {color:#ab372f; } .mybordercolor {border:3px solid #ab372f; }
#ab372f Text Font Color
<p style="color:#ab372f">Text here</p>
This sample text font color is #ab372f
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.
#ab372f Background Color
<div style="background-color:#ab372f">
Div content here</div>
This div background color is #ab372f
#ab372f Border Color
<div style="border:3px solid #ab372f">
Div here</div>
This div border color is #ab372f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,55,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab372f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab372f; -webkit-box-shadow: 1px 1px 3px 2px #ab372f; box-shadow: 1px 1px 3px 2px #ab372f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,55,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 #ab372f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab372f; -webkit-box-shadow: 1px 1px 3px 2px #ab372f; box-shadow: 1px 1px 3px 2px #ab372f;">
Div content here</div>
This div box has shadow with color #ab372f
Comments
No comments written yet.
Please login to write comment.