Color spaces of #de3ffa
RGB | 222 | 63 | 250 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.61 |
HSV | 291° | 75° | 98° |
CMYK | 0.11 | 0.75 | 0.00 0.02 |
XYZ | 49.1570 | 25.9867 | 92.8676 |
Yxy | 25.9867 | 0.2926 | 0.1547 |
Hunter Lab | 50.9772 | 82.9166 | -72.3275 |
CIE-Lab | 58.0244 | 82.2753 | -62.0414 |
#de3ffa color RGB value is (222,63,250).
#de3ffa hex color red value is 222, green value is 63 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #de3ffa hue: 0.81 , saturation: 0.95 and the lightness value of de3ffa is 0.61.
The process color (four color CMYK) of #de3ffa color hex is 0.11, 0.75, 0.00, 0.02. Web safe color of #de3ffa is #cc33ff. Color #de3ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00111111 | 11111010 |
Octal | 336 | 77 | 372 |
Decimal | 222 | 63 | 250 |
Hex | DE | 3F | FA |
Shades of #de3ffa
Tints of #de3ffa
RGB Percentages of Color #de3ffa
CMYK Percentages of Color #de3ffa
Complementary Color
#de3ffa | #5bfa3f |
#de3ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de3ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#de3ffa Color CSS Codes
.mybgcolor {background-color:#de3ffa; } .myforecolor {color:#de3ffa; } .mybordercolor {border:3px solid #de3ffa; }
#de3ffa Text Font Color
<p style="color:#de3ffa">Text here</p>
This sample text font color is #de3ffa
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.
#de3ffa Background Color
<div style="background-color:#de3ffa">
Div content here</div>
This div background color is #de3ffa
#de3ffa Border Color
<div style="border:3px solid #de3ffa">
Div here</div>
This div border color is #de3ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,63,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de3ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de3ffa; -webkit-box-shadow: 1px 1px 3px 2px #de3ffa; box-shadow: 1px 1px 3px 2px #de3ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,63,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de3ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de3ffa; -webkit-box-shadow: 1px 1px 3px 2px #de3ffa; box-shadow: 1px 1px 3px 2px #de3ffa;">
Div content here</div>
This div box has shadow with color #de3ffa
Comments
No comments written yet.
Please login to write comment.