Color spaces of #da4ffd
RGB | 218 | 79 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.65 |
HSV | 288° | 69° | 99° |
CMYK | 0.14 | 0.69 | 0.00 0.01 |
XYZ | 49.4390 | 27.5892 | 95.6480 |
Yxy | 27.5892 | 0.2863 | 0.1598 |
Hunter Lab | 52.5254 | 76.0918 | -71.1984 |
CIE-Lab | 59.5158 | 76.6130 | -61.3444 |
#da4ffd color RGB value is (218,79,253).
#da4ffd hex color red value is 218, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #da4ffd hue: 0.80 , saturation: 0.98 and the lightness value of da4ffd is 0.65.
The process color (four color CMYK) of #da4ffd color hex is 0.14, 0.69, 0.00, 0.01. Web safe color of #da4ffd is #cc66ff. Color #da4ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01001111 | 11111101 |
Octal | 332 | 117 | 375 |
Decimal | 218 | 79 | 253 |
Hex | DA | 4F | FD |
Shades of #da4ffd
Tints of #da4ffd
RGB Percentages of Color #da4ffd
CMYK Percentages of Color #da4ffd
Complementary Color
#da4ffd | #72fd4f |
#da4ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da4ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#da4ffd Color CSS Codes
.mybgcolor {background-color:#da4ffd; } .myforecolor {color:#da4ffd; } .mybordercolor {border:3px solid #da4ffd; }
#da4ffd Text Font Color
<p style="color:#da4ffd">Text here</p>
This sample text font color is #da4ffd
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.
#da4ffd Background Color
<div style="background-color:#da4ffd">
Div content here</div>
This div background color is #da4ffd
#da4ffd Border Color
<div style="border:3px solid #da4ffd">
Div here</div>
This div border color is #da4ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,79,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da4ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da4ffd; -webkit-box-shadow: 1px 1px 3px 2px #da4ffd; box-shadow: 1px 1px 3px 2px #da4ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,79,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 #da4ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da4ffd; -webkit-box-shadow: 1px 1px 3px 2px #da4ffd; box-shadow: 1px 1px 3px 2px #da4ffd;">
Div content here</div>
This div box has shadow with color #da4ffd
Comments
No comments written yet.
Please login to write comment.