Color spaces of #ad01da
RGB | 173 | 1 | 218 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.43 |
HSV | 288° | 100° | 85° |
CMYK | 0.21 | 1.00 | 0.00 0.15 |
XYZ | 29.8993 | 13.9679 | 67.4499 |
Yxy | 13.9679 | 0.2686 | 0.1255 |
Hunter Lab | 37.3737 | 77.3979 | -80.8417 |
CIE-Lab | 44.1869 | 80.6250 | -66.7214 |
#ad01da color RGB value is (173,1,218).
#ad01da hex color red value is 173, green value is 1 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad01da hue: 0.80 , saturation: 0.99 and the lightness value of ad01da is 0.43.
The process color (four color CMYK) of #ad01da color hex is 0.21, 1.00, 0.00, 0.15. Web safe color of #ad01da is #9900cc. Color #ad01da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00000001 | 11011010 |
Octal | 255 | 1 | 332 |
Decimal | 173 | 1 | 218 |
Hex | AD | 1 | DA |
Shades of #ad01da
Tints of #ad01da
RGB Percentages of Color #ad01da
CMYK Percentages of Color #ad01da
Complementary Color
#ad01da | #2eda01 |
#ad01da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad01da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad01da Color CSS Codes
.mybgcolor {background-color:#ad01da; } .myforecolor {color:#ad01da; } .mybordercolor {border:3px solid #ad01da; }
#ad01da Text Font Color
<p style="color:#ad01da">Text here</p>
This sample text font color is #ad01da
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.
#ad01da Background Color
<div style="background-color:#ad01da">
Div content here</div>
This div background color is #ad01da
#ad01da Border Color
<div style="border:3px solid #ad01da">
Div here</div>
This div border color is #ad01da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,1,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad01da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad01da; -webkit-box-shadow: 1px 1px 3px 2px #ad01da; box-shadow: 1px 1px 3px 2px #ad01da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,1,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad01da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad01da; -webkit-box-shadow: 1px 1px 3px 2px #ad01da; box-shadow: 1px 1px 3px 2px #ad01da;">
Div content here</div>
This div box has shadow with color #ad01da
Comments
No comments written yet.
Please login to write comment.