Color spaces of #ad6adf
RGB | 173 | 106 | 223 |
---|---|---|---|
HSL | 0.76 | 0.65 | 0.65 |
HSV | 274° | 52° | 87° |
CMYK | 0.22 | 0.52 | 0.00 0.13 |
XYZ | 35.7069 | 24.5200 | 72.6629 |
Yxy | 24.5200 | 0.2687 | 0.1845 |
Hunter Lab | 49.5177 | 42.0594 | -52.3406 |
CIE-Lab | 56.6047 | 47.8277 | -49.5951 |
#ad6adf color RGB value is (173,106,223).
#ad6adf hex color red value is 173, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad6adf hue: 0.76 , saturation: 0.65 and the lightness value of ad6adf is 0.65.
The process color (four color CMYK) of #ad6adf color hex is 0.22, 0.52, 0.00, 0.13. Web safe color of #ad6adf is #9966cc. Color #ad6adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01101010 | 11011111 |
Octal | 255 | 152 | 337 |
Decimal | 173 | 106 | 223 |
Hex | AD | 6A | DF |
Shades of #ad6adf
Tints of #ad6adf
RGB Percentages of Color #ad6adf
CMYK Percentages of Color #ad6adf
Complementary Color
#ad6adf | #9cdf6a |
#ad6adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad6adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad6adf Color CSS Codes
.mybgcolor {background-color:#ad6adf; } .myforecolor {color:#ad6adf; } .mybordercolor {border:3px solid #ad6adf; }
#ad6adf Text Font Color
<p style="color:#ad6adf">Text here</p>
This sample text font color is #ad6adf
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.
#ad6adf Background Color
<div style="background-color:#ad6adf">
Div content here</div>
This div background color is #ad6adf
#ad6adf Border Color
<div style="border:3px solid #ad6adf">
Div here</div>
This div border color is #ad6adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,106,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad6adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad6adf; -webkit-box-shadow: 1px 1px 3px 2px #ad6adf; box-shadow: 1px 1px 3px 2px #ad6adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,106,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad6adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad6adf; -webkit-box-shadow: 1px 1px 3px 2px #ad6adf; box-shadow: 1px 1px 3px 2px #ad6adf;">
Div content here</div>
This div box has shadow with color #ad6adf
Comments
No comments written yet.
Please login to write comment.