Color spaces of #ad68de
RGB | 173 | 104 | 222 |
---|---|---|---|
HSL | 0.76 | 0.64 | 0.64 |
HSV | 275° | 53° | 87° |
CMYK | 0.22 | 0.53 | 0.00 0.13 |
XYZ | 35.3687 | 24.0588 | 71.8869 |
Yxy | 24.0588 | 0.2693 | 0.1832 |
Hunter Lab | 49.0498 | 42.8753 | -52.5600 |
CIE-Lab | 56.1466 | 48.6595 | -49.7605 |
#ad68de color RGB value is (173,104,222).
#ad68de hex color red value is 173, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad68de hue: 0.76 , saturation: 0.64 and the lightness value of ad68de is 0.64.
The process color (four color CMYK) of #ad68de color hex is 0.22, 0.53, 0.00, 0.13. Web safe color of #ad68de is #9966cc. Color #ad68de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01101000 | 11011110 |
Octal | 255 | 150 | 336 |
Decimal | 173 | 104 | 222 |
Hex | AD | 68 | DE |
Shades of #ad68de
Tints of #ad68de
RGB Percentages of Color #ad68de
CMYK Percentages of Color #ad68de
Complementary Color
#ad68de | #99de68 |
#ad68de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad68de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad68de Color CSS Codes
.mybgcolor {background-color:#ad68de; } .myforecolor {color:#ad68de; } .mybordercolor {border:3px solid #ad68de; }
#ad68de Text Font Color
<p style="color:#ad68de">Text here</p>
This sample text font color is #ad68de
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.
#ad68de Background Color
<div style="background-color:#ad68de">
Div content here</div>
This div background color is #ad68de
#ad68de Border Color
<div style="border:3px solid #ad68de">
Div here</div>
This div border color is #ad68de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,104,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad68de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad68de; -webkit-box-shadow: 1px 1px 3px 2px #ad68de; box-shadow: 1px 1px 3px 2px #ad68de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,104,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad68de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad68de; -webkit-box-shadow: 1px 1px 3px 2px #ad68de; box-shadow: 1px 1px 3px 2px #ad68de;">
Div content here</div>
This div box has shadow with color #ad68de
Comments
No comments written yet.
Please login to write comment.