Color spaces of #da56fd
RGB | 218 | 86 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.66 |
HSV | 287° | 66° | 99° |
CMYK | 0.14 | 0.66 | 0.00 0.01 |
XYZ | 49.9709 | 28.6529 | 95.8253 |
Yxy | 28.6529 | 0.2864 | 0.1642 |
Hunter Lab | 53.5284 | 72.9622 | -68.6697 |
CIE-Lab | 60.4741 | 73.9194 | -59.8105 |
#da56fd color RGB value is (218,86,253).
#da56fd hex color red value is 218, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #da56fd hue: 0.80 , saturation: 0.98 and the lightness value of da56fd is 0.66.
The process color (four color CMYK) of #da56fd color hex is 0.14, 0.66, 0.00, 0.01. Web safe color of #da56fd is #cc66ff. Color #da56fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010110 | 11111101 |
Octal | 332 | 126 | 375 |
Decimal | 218 | 86 | 253 |
Hex | DA | 56 | FD |
Shades of #da56fd
Tints of #da56fd
RGB Percentages of Color #da56fd
CMYK Percentages of Color #da56fd
Complementary Color
#da56fd | #79fd56 |
#da56fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da56fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#da56fd Color CSS Codes
.mybgcolor {background-color:#da56fd; } .myforecolor {color:#da56fd; } .mybordercolor {border:3px solid #da56fd; }
#da56fd Text Font Color
<p style="color:#da56fd">Text here</p>
This sample text font color is #da56fd
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.
#da56fd Background Color
<div style="background-color:#da56fd">
Div content here</div>
This div background color is #da56fd
#da56fd Border Color
<div style="border:3px solid #da56fd">
Div here</div>
This div border color is #da56fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,86,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da56fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da56fd; -webkit-box-shadow: 1px 1px 3px 2px #da56fd; box-shadow: 1px 1px 3px 2px #da56fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,86,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da56fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da56fd; -webkit-box-shadow: 1px 1px 3px 2px #da56fd; box-shadow: 1px 1px 3px 2px #da56fd;">
Div content here</div>
This div box has shadow with color #da56fd
Comments
No comments written yet.
Please login to write comment.