Color spaces of #de56da
RGB | 222 | 86 | 218 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.60 |
HSV | 302° | 61° | 87° |
CMYK | 0.00 | 0.61 | 0.02 0.13 |
XYZ | 46.1069 | 27.2471 | 69.1588 |
Yxy | 27.2471 | 0.3235 | 0.1912 |
Hunter Lab | 52.1988 | 66.3203 | -42.0150 |
CIE-Lab | 59.2024 | 68.7192 | -42.2605 |
#de56da color RGB value is (222,86,218).
#de56da hex color red value is 222, green value is 86 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #de56da hue: 0.84 , saturation: 0.67 and the lightness value of de56da is 0.60.
The process color (four color CMYK) of #de56da color hex is 0.00, 0.61, 0.02, 0.13. Web safe color of #de56da is #cc66cc. Color #de56da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01010110 | 11011010 |
Octal | 336 | 126 | 332 |
Decimal | 222 | 86 | 218 |
Hex | DE | 56 | DA |
Shades of #de56da
Tints of #de56da
RGB Percentages of Color #de56da
CMYK Percentages of Color #de56da
Complementary Color
#de56da | #56de5a |
#de56da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de56da Color Preview on White Background
Lorem ipsum dolor sit amet.
#de56da Color CSS Codes
.mybgcolor {background-color:#de56da; } .myforecolor {color:#de56da; } .mybordercolor {border:3px solid #de56da; }
#de56da Text Font Color
<p style="color:#de56da">Text here</p>
This sample text font color is #de56da
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.
#de56da Background Color
<div style="background-color:#de56da">
Div content here</div>
This div background color is #de56da
#de56da Border Color
<div style="border:3px solid #de56da">
Div here</div>
This div border color is #de56da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,86,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de56da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de56da; -webkit-box-shadow: 1px 1px 3px 2px #de56da; box-shadow: 1px 1px 3px 2px #de56da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,86,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de56da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de56da; -webkit-box-shadow: 1px 1px 3px 2px #de56da; box-shadow: 1px 1px 3px 2px #de56da;">
Div content here</div>
This div box has shadow with color #de56da
Comments
No comments written yet.
Please login to write comment.