Color spaces of #ab254f
RGB | 171 | 37 | 79 |
---|---|---|---|
HSL | 0.95 | 0.64 | 0.41 |
HSV | 341° | 78° | 67° |
CMYK | 0.00 | 0.78 | 0.54 0.33 |
XYZ | 18.8674 | 10.5456 | 8.4382 |
Yxy | 10.5456 | 0.4985 | 0.2786 |
Hunter Lab | 32.4740 | 46.8791 | 7.3256 |
CIE-Lab | 38.8044 | 55.4462 | 9.2209 |
#ab254f color RGB value is (171,37,79).
#ab254f hex color red value is 171, green value is 37 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ab254f hue: 0.95 , saturation: 0.64 and the lightness value of ab254f is 0.41.
The process color (four color CMYK) of #ab254f color hex is 0.00, 0.78, 0.54, 0.33. Web safe color of #ab254f is #993366. Color #ab254f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00100101 | 01001111 |
Octal | 253 | 45 | 117 |
Decimal | 171 | 37 | 79 |
Hex | AB | 25 | 4F |
Shades of #ab254f
Tints of #ab254f
RGB Percentages of Color #ab254f
CMYK Percentages of Color #ab254f
Complementary Color
#ab254f | #25ab81 |
#ab254f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab254f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab254f Color CSS Codes
.mybgcolor {background-color:#ab254f; } .myforecolor {color:#ab254f; } .mybordercolor {border:3px solid #ab254f; }
#ab254f Text Font Color
<p style="color:#ab254f">Text here</p>
This sample text font color is #ab254f
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.
#ab254f Background Color
<div style="background-color:#ab254f">
Div content here</div>
This div background color is #ab254f
#ab254f Border Color
<div style="border:3px solid #ab254f">
Div here</div>
This div border color is #ab254f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,37,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab254f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab254f; -webkit-box-shadow: 1px 1px 3px 2px #ab254f; box-shadow: 1px 1px 3px 2px #ab254f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,37,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab254f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab254f; -webkit-box-shadow: 1px 1px 3px 2px #ab254f; box-shadow: 1px 1px 3px 2px #ab254f;">
Div content here</div>
This div box has shadow with color #ab254f
Comments
No comments written yet.
Please login to write comment.