Color spaces of #da57db
RGB | 218 | 87 | 219 |
---|---|---|---|
HSL | 0.83 | 0.65 | 0.60 |
HSV | 300° | 60° | 86° |
CMYK | 0.00 | 0.60 | 0.00 0.14 |
XYZ | 45.1078 | 26.8363 | 69.8203 |
Yxy | 26.8363 | 0.3182 | 0.1893 |
Hunter Lab | 51.8038 | 64.7712 | -43.6475 |
CIE-Lab | 58.8225 | 67.4980 | -43.4618 |
#da57db color RGB value is (218,87,219).
#da57db hex color red value is 218, green value is 87 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #da57db hue: 0.83 , saturation: 0.65 and the lightness value of da57db is 0.60.
The process color (four color CMYK) of #da57db color hex is 0.00, 0.60, 0.00, 0.14. Web safe color of #da57db is #cc66cc. Color #da57db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010111 | 11011011 |
Octal | 332 | 127 | 333 |
Decimal | 218 | 87 | 219 |
Hex | DA | 57 | DB |
Shades of #da57db
Tints of #da57db
RGB Percentages of Color #da57db
CMYK Percentages of Color #da57db
Complementary Color
#da57db | #58db57 |
#da57db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da57db Color Preview on White Background
Lorem ipsum dolor sit amet.
#da57db Color CSS Codes
.mybgcolor {background-color:#da57db; } .myforecolor {color:#da57db; } .mybordercolor {border:3px solid #da57db; }
#da57db Text Font Color
<p style="color:#da57db">Text here</p>
This sample text font color is #da57db
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.
#da57db Background Color
<div style="background-color:#da57db">
Div content here</div>
This div background color is #da57db
#da57db Border Color
<div style="border:3px solid #da57db">
Div here</div>
This div border color is #da57db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,87,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da57db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da57db; -webkit-box-shadow: 1px 1px 3px 2px #da57db; box-shadow: 1px 1px 3px 2px #da57db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,87,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 #da57db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da57db; -webkit-box-shadow: 1px 1px 3px 2px #da57db; box-shadow: 1px 1px 3px 2px #da57db;">
Div content here</div>
This div box has shadow with color #da57db
Comments
No comments written yet.
Please login to write comment.