Color spaces of #ab01dd
RGB | 171 | 1 | 221 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.44 |
HSV | 286° | 100° | 87° |
CMYK | 0.23 | 1.00 | 0.00 0.13 |
XYZ | 29.8566 | 13.9001 | 69.5160 |
Yxy | 13.9001 | 0.2636 | 0.1227 |
Hunter Lab | 37.2828 | 77.7002 | -84.4516 |
CIE-Lab | 44.0893 | 80.8835 | -68.6130 |
#ab01dd color RGB value is (171,1,221).
#ab01dd hex color red value is 171, green value is 1 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab01dd hue: 0.80 , saturation: 0.99 and the lightness value of ab01dd is 0.44.
The process color (four color CMYK) of #ab01dd color hex is 0.23, 1.00, 0.00, 0.13. Web safe color of #ab01dd is #9900cc. Color #ab01dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00000001 | 11011101 |
Octal | 253 | 1 | 335 |
Decimal | 171 | 1 | 221 |
Hex | AB | 1 | DD |
Shades of #ab01dd
Tints of #ab01dd
RGB Percentages of Color #ab01dd
CMYK Percentages of Color #ab01dd
Complementary Color
#ab01dd | #33dd01 |
#ab01dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab01dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab01dd Color CSS Codes
.mybgcolor {background-color:#ab01dd; } .myforecolor {color:#ab01dd; } .mybordercolor {border:3px solid #ab01dd; }
#ab01dd Text Font Color
<p style="color:#ab01dd">Text here</p>
This sample text font color is #ab01dd
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.
#ab01dd Background Color
<div style="background-color:#ab01dd">
Div content here</div>
This div background color is #ab01dd
#ab01dd Border Color
<div style="border:3px solid #ab01dd">
Div here</div>
This div border color is #ab01dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,1,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab01dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab01dd; -webkit-box-shadow: 1px 1px 3px 2px #ab01dd; box-shadow: 1px 1px 3px 2px #ab01dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,1,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab01dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab01dd; -webkit-box-shadow: 1px 1px 3px 2px #ab01dd; box-shadow: 1px 1px 3px 2px #ab01dd;">
Div content here</div>
This div box has shadow with color #ab01dd
Comments
No comments written yet.
Please login to write comment.