Color spaces of #ad79db
RGB | 173 | 121 | 219 |
---|---|---|---|
HSL | 0.76 | 0.58 | 0.67 |
HSV | 272° | 45° | 86° |
CMYK | 0.21 | 0.45 | 0.00 0.14 |
XYZ | 36.8571 | 27.6735 | 70.4168 |
Yxy | 27.6735 | 0.2731 | 0.2051 |
Hunter Lab | 52.6056 | 33.0028 | -42.5405 |
CIE-Lab | 59.5926 | 38.7817 | -42.6238 |
#ad79db color RGB value is (173,121,219).
#ad79db hex color red value is 173, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad79db hue: 0.76 , saturation: 0.58 and the lightness value of ad79db is 0.67.
The process color (four color CMYK) of #ad79db color hex is 0.21, 0.45, 0.00, 0.14. Web safe color of #ad79db is #9966cc. Color #ad79db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01111001 | 11011011 |
Octal | 255 | 171 | 333 |
Decimal | 173 | 121 | 219 |
Hex | AD | 79 | DB |
Shades of #ad79db
Tints of #ad79db
RGB Percentages of Color #ad79db
CMYK Percentages of Color #ad79db
Complementary Color
#ad79db | #a7db79 |
#ad79db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad79db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad79db Color CSS Codes
.mybgcolor {background-color:#ad79db; } .myforecolor {color:#ad79db; } .mybordercolor {border:3px solid #ad79db; }
#ad79db Text Font Color
<p style="color:#ad79db">Text here</p>
This sample text font color is #ad79db
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.
#ad79db Background Color
<div style="background-color:#ad79db">
Div content here</div>
This div background color is #ad79db
#ad79db Border Color
<div style="border:3px solid #ad79db">
Div here</div>
This div border color is #ad79db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,121,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad79db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad79db; -webkit-box-shadow: 1px 1px 3px 2px #ad79db; box-shadow: 1px 1px 3px 2px #ad79db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,121,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad79db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad79db; -webkit-box-shadow: 1px 1px 3px 2px #ad79db; box-shadow: 1px 1px 3px 2px #ad79db;">
Div content here</div>
This div box has shadow with color #ad79db
Comments
No comments written yet.
Please login to write comment.