Color spaces of #ab152d
RGB | 171 | 21 | 45 |
---|---|---|---|
HSL | 0.97 | 0.78 | 0.38 |
HSV | 350° | 88° | 67° |
CMYK | 0.00 | 0.88 | 0.74 0.33 |
XYZ | 17.5364 | 9.3837 | 3.3696 |
Yxy | 9.3837 | 0.5790 | 0.3098 |
Hunter Lab | 30.6328 | 48.5786 | 14.9211 |
CIE-Lab | 36.7128 | 57.4350 | 28.0924 |
#ab152d color RGB value is (171,21,45).
#ab152d hex color red value is 171, green value is 21 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab152d hue: 0.97 , saturation: 0.78 and the lightness value of ab152d is 0.38.
The process color (four color CMYK) of #ab152d color hex is 0.00, 0.88, 0.74, 0.33. Web safe color of #ab152d is #990033. Color #ab152d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00010101 | 00101101 |
Octal | 253 | 25 | 55 |
Decimal | 171 | 21 | 45 |
Hex | AB | 15 | 2D |
Shades of #ab152d
Tints of #ab152d
RGB Percentages of Color #ab152d
CMYK Percentages of Color #ab152d
Complementary Color
#ab152d | #15ab93 |
#ab152d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab152d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab152d Color CSS Codes
.mybgcolor {background-color:#ab152d; } .myforecolor {color:#ab152d; } .mybordercolor {border:3px solid #ab152d; }
#ab152d Text Font Color
<p style="color:#ab152d">Text here</p>
This sample text font color is #ab152d
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.
#ab152d Background Color
<div style="background-color:#ab152d">
Div content here</div>
This div background color is #ab152d
#ab152d Border Color
<div style="border:3px solid #ab152d">
Div here</div>
This div border color is #ab152d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,21,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab152d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab152d; -webkit-box-shadow: 1px 1px 3px 2px #ab152d; box-shadow: 1px 1px 3px 2px #ab152d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,21,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab152d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab152d; -webkit-box-shadow: 1px 1px 3px 2px #ab152d; box-shadow: 1px 1px 3px 2px #ab152d;">
Div content here</div>
This div box has shadow with color #ab152d
Comments
No comments written yet.
Please login to write comment.