Color spaces of #da5def
RGB | 218 | 93 | 239 |
---|---|---|---|
HSL | 0.81 | 0.82 | 0.65 |
HSV | 291° | 61° | 94° |
CMYK | 0.09 | 0.61 | 0.00 0.06 |
XYZ | 48.4078 | 28.9661 | 84.7010 |
Yxy | 28.9661 | 0.2987 | 0.1787 |
Hunter Lab | 53.8202 | 66.3641 | -55.6352 |
CIE-Lab | 60.7517 | 68.4703 | -51.6081 |
#da5def color RGB value is (218,93,239).
#da5def hex color red value is 218, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #da5def hue: 0.81 , saturation: 0.82 and the lightness value of da5def is 0.65.
The process color (four color CMYK) of #da5def color hex is 0.09, 0.61, 0.00, 0.06. Web safe color of #da5def is #cc66ff. Color #da5def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01011101 | 11101111 |
Octal | 332 | 135 | 357 |
Decimal | 218 | 93 | 239 |
Hex | DA | 5D | EF |
Shades of #da5def
Tints of #da5def
RGB Percentages of Color #da5def
CMYK Percentages of Color #da5def
Complementary Color
#da5def | #72ef5d |
#da5def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da5def Color Preview on White Background
Lorem ipsum dolor sit amet.
#da5def Color CSS Codes
.mybgcolor {background-color:#da5def; } .myforecolor {color:#da5def; } .mybordercolor {border:3px solid #da5def; }
#da5def Text Font Color
<p style="color:#da5def">Text here</p>
This sample text font color is #da5def
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.
#da5def Background Color
<div style="background-color:#da5def">
Div content here</div>
This div background color is #da5def
#da5def Border Color
<div style="border:3px solid #da5def">
Div here</div>
This div border color is #da5def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,93,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da5def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da5def; -webkit-box-shadow: 1px 1px 3px 2px #da5def; box-shadow: 1px 1px 3px 2px #da5def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,93,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da5def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da5def; -webkit-box-shadow: 1px 1px 3px 2px #da5def; box-shadow: 1px 1px 3px 2px #da5def;">
Div content here</div>
This div box has shadow with color #da5def
Comments
No comments written yet.
Please login to write comment.