Color spaces of #ab111e
RGB | 171 | 17 | 30 |
---|---|---|---|
HSL | 0.99 | 0.82 | 0.37 |
HSV | 355° | 90° | 67° |
CMYK | 0.00 | 0.90 | 0.82 0.33 |
XYZ | 17.2294 | 9.1526 | 2.0868 |
Yxy | 9.1526 | 0.6052 | 0.3215 |
Hunter Lab | 30.2533 | 48.7135 | 17.0876 |
CIE-Lab | 36.2765 | 57.6449 | 36.6093 |
#ab111e color RGB value is (171,17,30).
#ab111e hex color red value is 171, green value is 17 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab111e hue: 0.99 , saturation: 0.82 and the lightness value of ab111e is 0.37.
The process color (four color CMYK) of #ab111e color hex is 0.00, 0.90, 0.82, 0.33. Web safe color of #ab111e is #990033. Color #ab111e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00010001 | 00011110 |
Octal | 253 | 21 | 36 |
Decimal | 171 | 17 | 30 |
Hex | AB | 11 | 1E |
Shades of #ab111e
Tints of #ab111e
RGB Percentages of Color #ab111e
CMYK Percentages of Color #ab111e
Complementary Color
#ab111e | #11ab9e |
#ab111e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab111e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab111e Color CSS Codes
.mybgcolor {background-color:#ab111e; } .myforecolor {color:#ab111e; } .mybordercolor {border:3px solid #ab111e; }
#ab111e Text Font Color
<p style="color:#ab111e">Text here</p>
This sample text font color is #ab111e
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.
#ab111e Background Color
<div style="background-color:#ab111e">
Div content here</div>
This div background color is #ab111e
#ab111e Border Color
<div style="border:3px solid #ab111e">
Div here</div>
This div border color is #ab111e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,17,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab111e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab111e; -webkit-box-shadow: 1px 1px 3px 2px #ab111e; box-shadow: 1px 1px 3px 2px #ab111e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,17,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab111e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab111e; -webkit-box-shadow: 1px 1px 3px 2px #ab111e; box-shadow: 1px 1px 3px 2px #ab111e;">
Div content here</div>
This div box has shadow with color #ab111e
Comments
No comments written yet.
Please login to write comment.