Color spaces of #de46dc
RGB | 222 | 70 | 220 |
---|---|---|---|
HSL | 0.84 | 0.70 | 0.57 |
HSV | 301° | 68° | 87° |
CMYK | 0.00 | 0.68 | 0.01 0.13 |
XYZ | 45.2326 | 25.0772 | 70.1665 |
Yxy | 25.0772 | 0.3220 | 0.1785 |
Hunter Lab | 50.0771 | 73.5966 | -48.0213 |
CIE-Lab | 57.1506 | 75.0640 | -46.6291 |
#de46dc color RGB value is (222,70,220).
#de46dc hex color red value is 222, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de46dc hue: 0.84 , saturation: 0.70 and the lightness value of de46dc is 0.57.
The process color (four color CMYK) of #de46dc color hex is 0.00, 0.68, 0.01, 0.13. Web safe color of #de46dc is #cc33cc. Color #de46dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01000110 | 11011100 |
Octal | 336 | 106 | 334 |
Decimal | 222 | 70 | 220 |
Hex | DE | 46 | DC |
Shades of #de46dc
Tints of #de46dc
RGB Percentages of Color #de46dc
CMYK Percentages of Color #de46dc
Complementary Color
#de46dc | #46de48 |
#de46dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de46dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de46dc Color CSS Codes
.mybgcolor {background-color:#de46dc; } .myforecolor {color:#de46dc; } .mybordercolor {border:3px solid #de46dc; }
#de46dc Text Font Color
<p style="color:#de46dc">Text here</p>
This sample text font color is #de46dc
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.
#de46dc Background Color
<div style="background-color:#de46dc">
Div content here</div>
This div background color is #de46dc
#de46dc Border Color
<div style="border:3px solid #de46dc">
Div here</div>
This div border color is #de46dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,70,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de46dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de46dc; -webkit-box-shadow: 1px 1px 3px 2px #de46dc; box-shadow: 1px 1px 3px 2px #de46dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,70,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 #de46dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de46dc; -webkit-box-shadow: 1px 1px 3px 2px #de46dc; box-shadow: 1px 1px 3px 2px #de46dc;">
Div content here</div>
This div box has shadow with color #de46dc
Comments
No comments written yet.
Please login to write comment.