Color spaces of #ab4cab
RGB | 171 | 76 | 171 |
---|---|---|---|
HSL | 0.83 | 0.38 | 0.48 |
HSV | 300° | 56° | 67° |
CMYK | 0.00 | 0.56 | 0.00 0.33 |
XYZ | 26.7297 | 16.7671 | 40.3556 |
Yxy | 16.7671 | 0.3188 | 0.2000 |
Hunter Lab | 40.9476 | 44.8624 | -29.7694 |
CIE-Lab | 47.9652 | 51.8712 | -33.3780 |
#ab4cab color RGB value is (171,76,171).
#ab4cab hex color red value is 171, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ab4cab hue: 0.83 , saturation: 0.38 and the lightness value of ab4cab is 0.48.
The process color (four color CMYK) of #ab4cab color hex is 0.00, 0.56, 0.00, 0.33. Web safe color of #ab4cab is #993399. Color #ab4cab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01001100 | 10101011 |
Octal | 253 | 114 | 253 |
Decimal | 171 | 76 | 171 |
Hex | AB | 4C | AB |
Shades of #ab4cab
Tints of #ab4cab
RGB Percentages of Color #ab4cab
CMYK Percentages of Color #ab4cab
Complementary Color
#ab4cab | #4cab4c |
#ab4cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab4cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab4cab Color CSS Codes
.mybgcolor {background-color:#ab4cab; } .myforecolor {color:#ab4cab; } .mybordercolor {border:3px solid #ab4cab; }
#ab4cab Text Font Color
<p style="color:#ab4cab">Text here</p>
This sample text font color is #ab4cab
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.
#ab4cab Background Color
<div style="background-color:#ab4cab">
Div content here</div>
This div background color is #ab4cab
#ab4cab Border Color
<div style="border:3px solid #ab4cab">
Div here</div>
This div border color is #ab4cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,76,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab4cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab4cab; -webkit-box-shadow: 1px 1px 3px 2px #ab4cab; box-shadow: 1px 1px 3px 2px #ab4cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,76,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab4cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab4cab; -webkit-box-shadow: 1px 1px 3px 2px #ab4cab; box-shadow: 1px 1px 3px 2px #ab4cab;">
Div content here</div>
This div box has shadow with color #ab4cab
Comments
No comments written yet.
Please login to write comment.