Color spaces of #da42ea
RGB | 218 | 66 | 234 |
---|---|---|---|
HSL | 0.82 | 0.80 | 0.59 |
HSV | 294° | 72° | 92° |
CMYK | 0.07 | 0.72 | 0.00 0.08 |
XYZ | 45.7129 | 24.7424 | 80.2083 |
Yxy | 24.7424 | 0.3034 | 0.1642 |
Hunter Lab | 49.7417 | 76.9944 | -60.7856 |
CIE-Lab | 56.8236 | 77.8503 | -55.0693 |
#da42ea color RGB value is (218,66,234).
#da42ea hex color red value is 218, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da42ea hue: 0.82 , saturation: 0.80 and the lightness value of da42ea is 0.59.
The process color (four color CMYK) of #da42ea color hex is 0.07, 0.72, 0.00, 0.08. Web safe color of #da42ea is #cc33ff. Color #da42ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000010 | 11101010 |
Octal | 332 | 102 | 352 |
Decimal | 218 | 66 | 234 |
Hex | DA | 42 | EA |
Shades of #da42ea
Tints of #da42ea
RGB Percentages of Color #da42ea
CMYK Percentages of Color #da42ea
Complementary Color
#da42ea | #52ea42 |
#da42ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da42ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#da42ea Color CSS Codes
.mybgcolor {background-color:#da42ea; } .myforecolor {color:#da42ea; } .mybordercolor {border:3px solid #da42ea; }
#da42ea Text Font Color
<p style="color:#da42ea">Text here</p>
This sample text font color is #da42ea
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.
#da42ea Background Color
<div style="background-color:#da42ea">
Div content here</div>
This div background color is #da42ea
#da42ea Border Color
<div style="border:3px solid #da42ea">
Div here</div>
This div border color is #da42ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,66,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da42ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da42ea; -webkit-box-shadow: 1px 1px 3px 2px #da42ea; box-shadow: 1px 1px 3px 2px #da42ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,66,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da42ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da42ea; -webkit-box-shadow: 1px 1px 3px 2px #da42ea; box-shadow: 1px 1px 3px 2px #da42ea;">
Div content here</div>
This div box has shadow with color #da42ea
Comments
No comments written yet.
Please login to write comment.