Color spaces of #da60dc
RGB | 218 | 96 | 220 |
---|---|---|---|
HSL | 0.83 | 0.64 | 0.62 |
HSV | 299° | 56° | 86° |
CMYK | 0.01 | 0.56 | 0.00 0.14 |
XYZ | 46.0146 | 28.4385 | 70.7741 |
Yxy | 28.4385 | 0.3168 | 0.1958 |
Hunter Lab | 53.3278 | 60.6976 | -41.3575 |
CIE-Lab | 60.2828 | 63.7996 | -41.7258 |
#da60dc color RGB value is (218,96,220).
#da60dc hex color red value is 218, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da60dc hue: 0.83 , saturation: 0.64 and the lightness value of da60dc is 0.62.
The process color (four color CMYK) of #da60dc color hex is 0.01, 0.56, 0.00, 0.14. Web safe color of #da60dc is #cc66cc. Color #da60dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01100000 | 11011100 |
Octal | 332 | 140 | 334 |
Decimal | 218 | 96 | 220 |
Hex | DA | 60 | DC |
Shades of #da60dc
Tints of #da60dc
RGB Percentages of Color #da60dc
CMYK Percentages of Color #da60dc
Complementary Color
#da60dc | #62dc60 |
#da60dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da60dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#da60dc Color CSS Codes
.mybgcolor {background-color:#da60dc; } .myforecolor {color:#da60dc; } .mybordercolor {border:3px solid #da60dc; }
#da60dc Text Font Color
<p style="color:#da60dc">Text here</p>
This sample text font color is #da60dc
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.
#da60dc Background Color
<div style="background-color:#da60dc">
Div content here</div>
This div background color is #da60dc
#da60dc Border Color
<div style="border:3px solid #da60dc">
Div here</div>
This div border color is #da60dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,96,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da60dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da60dc; -webkit-box-shadow: 1px 1px 3px 2px #da60dc; box-shadow: 1px 1px 3px 2px #da60dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,96,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da60dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da60dc; -webkit-box-shadow: 1px 1px 3px 2px #da60dc; box-shadow: 1px 1px 3px 2px #da60dc;">
Div content here</div>
This div box has shadow with color #da60dc
Comments
No comments written yet.
Please login to write comment.