Color spaces of #de52dc
RGB | 222 | 82 | 220 |
---|---|---|---|
HSL | 0.84 | 0.68 | 0.60 |
HSV | 301° | 63° | 87° |
CMYK | 0.00 | 0.63 | 0.01 0.13 |
XYZ | 46.0598 | 26.7315 | 70.4422 |
Yxy | 26.7315 | 0.3216 | 0.1866 |
Hunter Lab | 51.7025 | 68.5394 | -44.5880 |
CIE-Lab | 58.7250 | 70.6430 | -44.1405 |
#de52dc color RGB value is (222,82,220).
#de52dc hex color red value is 222, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de52dc hue: 0.84 , saturation: 0.68 and the lightness value of de52dc is 0.60.
The process color (four color CMYK) of #de52dc color hex is 0.00, 0.63, 0.01, 0.13. Web safe color of #de52dc is #cc66cc. Color #de52dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01010010 | 11011100 |
Octal | 336 | 122 | 334 |
Decimal | 222 | 82 | 220 |
Hex | DE | 52 | DC |
Shades of #de52dc
Tints of #de52dc
RGB Percentages of Color #de52dc
CMYK Percentages of Color #de52dc
Complementary Color
#de52dc | #52de54 |
#de52dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de52dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de52dc Color CSS Codes
.mybgcolor {background-color:#de52dc; } .myforecolor {color:#de52dc; } .mybordercolor {border:3px solid #de52dc; }
#de52dc Text Font Color
<p style="color:#de52dc">Text here</p>
This sample text font color is #de52dc
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.
#de52dc Background Color
<div style="background-color:#de52dc">
Div content here</div>
This div background color is #de52dc
#de52dc Border Color
<div style="border:3px solid #de52dc">
Div here</div>
This div border color is #de52dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,82,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de52dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de52dc; -webkit-box-shadow: 1px 1px 3px 2px #de52dc; box-shadow: 1px 1px 3px 2px #de52dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,82,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de52dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de52dc; -webkit-box-shadow: 1px 1px 3px 2px #de52dc; box-shadow: 1px 1px 3px 2px #de52dc;">
Div content here</div>
This div box has shadow with color #de52dc
Comments
No comments written yet.
Please login to write comment.