Color spaces of #da42ff
RGB | 218 | 66 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.63 |
HSV | 288° | 74° | 100° |
CMYK | 0.15 | 0.74 | 0.00 0.00 |
XYZ | 48.9117 | 26.0219 | 97.0525 |
Yxy | 26.0219 | 0.2844 | 0.1513 |
Hunter Lab | 51.0117 | 81.8814 | -77.0943 |
CIE-Lab | 58.0578 | 81.4626 | -64.7911 |
#da42ff color RGB value is (218,66,255).
#da42ff hex color red value is 218, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #da42ff hue: 0.80 , saturation: 1.00 and the lightness value of da42ff is 0.63.
The process color (four color CMYK) of #da42ff color hex is 0.15, 0.74, 0.00, 0.00. Web safe color of #da42ff is #cc33ff. Color #da42ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000010 | 11111111 |
Octal | 332 | 102 | 377 |
Decimal | 218 | 66 | 255 |
Hex | DA | 42 | FF |
Shades of #da42ff
Tints of #da42ff
RGB Percentages of Color #da42ff
CMYK Percentages of Color #da42ff
Complementary Color
#da42ff | #67ff42 |
#da42ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da42ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#da42ff Color CSS Codes
.mybgcolor {background-color:#da42ff; } .myforecolor {color:#da42ff; } .mybordercolor {border:3px solid #da42ff; }
#da42ff Text Font Color
<p style="color:#da42ff">Text here</p>
This sample text font color is #da42ff
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.
#da42ff Background Color
<div style="background-color:#da42ff">
Div content here</div>
This div background color is #da42ff
#da42ff Border Color
<div style="border:3px solid #da42ff">
Div here</div>
This div border color is #da42ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,66,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da42ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da42ff; -webkit-box-shadow: 1px 1px 3px 2px #da42ff; box-shadow: 1px 1px 3px 2px #da42ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,66,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 #da42ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da42ff; -webkit-box-shadow: 1px 1px 3px 2px #da42ff; box-shadow: 1px 1px 3px 2px #da42ff;">
Div content here</div>
This div box has shadow with color #da42ff
Comments
No comments written yet.
Please login to write comment.