Color spaces of #de59dc
RGB | 222 | 89 | 220 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.61 |
HSV | 301° | 60° | 87° |
CMYK | 0.00 | 0.60 | 0.01 0.13 |
XYZ | 46.6148 | 27.8417 | 70.6272 |
Yxy | 27.8417 | 0.3213 | 0.1919 |
Hunter Lab | 52.7652 | 65.3545 | -42.4250 |
CIE-Lab | 59.7455 | 67.8155 | -42.5324 |
#de59dc color RGB value is (222,89,220).
#de59dc hex color red value is 222, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de59dc hue: 0.84 , saturation: 0.67 and the lightness value of de59dc is 0.61.
The process color (four color CMYK) of #de59dc color hex is 0.00, 0.60, 0.01, 0.13. Web safe color of #de59dc is #cc66cc. Color #de59dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01011001 | 11011100 |
Octal | 336 | 131 | 334 |
Decimal | 222 | 89 | 220 |
Hex | DE | 59 | DC |
Shades of #de59dc
Tints of #de59dc
RGB Percentages of Color #de59dc
CMYK Percentages of Color #de59dc
Complementary Color
#de59dc | #59de5b |
#de59dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de59dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de59dc Color CSS Codes
.mybgcolor {background-color:#de59dc; } .myforecolor {color:#de59dc; } .mybordercolor {border:3px solid #de59dc; }
#de59dc Text Font Color
<p style="color:#de59dc">Text here</p>
This sample text font color is #de59dc
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.
#de59dc Background Color
<div style="background-color:#de59dc">
Div content here</div>
This div background color is #de59dc
#de59dc Border Color
<div style="border:3px solid #de59dc">
Div here</div>
This div border color is #de59dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,89,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de59dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de59dc; -webkit-box-shadow: 1px 1px 3px 2px #de59dc; box-shadow: 1px 1px 3px 2px #de59dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,89,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 #de59dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de59dc; -webkit-box-shadow: 1px 1px 3px 2px #de59dc; box-shadow: 1px 1px 3px 2px #de59dc;">
Div content here</div>
This div box has shadow with color #de59dc
Comments
No comments written yet.
Please login to write comment.