Color spaces of #da55ff
RGB | 218 | 85 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.67 |
HSV | 287° | 67° | 100° |
CMYK | 0.15 | 0.67 | 0.00 0.00 |
XYZ | 50.2119 | 28.6224 | 97.4860 |
Yxy | 28.6224 | 0.2848 | 0.1623 |
Hunter Lab | 53.4999 | 73.9049 | -70.5866 |
CIE-Lab | 60.4469 | 74.6841 | -60.9581 |
#da55ff color RGB value is (218,85,255).
#da55ff hex color red value is 218, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #da55ff hue: 0.80 , saturation: 1.00 and the lightness value of da55ff is 0.67.
The process color (four color CMYK) of #da55ff color hex is 0.15, 0.67, 0.00, 0.00. Web safe color of #da55ff is #cc66ff. Color #da55ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010101 | 11111111 |
Octal | 332 | 125 | 377 |
Decimal | 218 | 85 | 255 |
Hex | DA | 55 | FF |
Shades of #da55ff
Tints of #da55ff
RGB Percentages of Color #da55ff
CMYK Percentages of Color #da55ff
Complementary Color
#da55ff | #7aff55 |
#da55ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da55ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#da55ff Color CSS Codes
.mybgcolor {background-color:#da55ff; } .myforecolor {color:#da55ff; } .mybordercolor {border:3px solid #da55ff; }
#da55ff Text Font Color
<p style="color:#da55ff">Text here</p>
This sample text font color is #da55ff
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.
#da55ff Background Color
<div style="background-color:#da55ff">
Div content here</div>
This div background color is #da55ff
#da55ff Border Color
<div style="border:3px solid #da55ff">
Div here</div>
This div border color is #da55ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,85,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da55ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da55ff; -webkit-box-shadow: 1px 1px 3px 2px #da55ff; box-shadow: 1px 1px 3px 2px #da55ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,85,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da55ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da55ff; -webkit-box-shadow: 1px 1px 3px 2px #da55ff; box-shadow: 1px 1px 3px 2px #da55ff;">
Div content here</div>
This div box has shadow with color #da55ff
Comments
No comments written yet.
Please login to write comment.