Color spaces of #de4cdf
RGB | 222 | 76 | 223 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.59 |
HSV | 300° | 66° | 87° |
CMYK | 0.00 | 0.66 | 0.00 0.13 |
XYZ | 46.0279 | 26.0262 | 72.4097 |
Yxy | 26.0262 | 0.3186 | 0.1802 |
Hunter Lab | 51.0159 | 71.7697 | -48.4425 |
CIE-Lab | 58.0619 | 73.4104 | -46.8794 |
#de4cdf color RGB value is (222,76,223).
#de4cdf hex color red value is 222, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de4cdf hue: 0.83 , saturation: 0.70 and the lightness value of de4cdf is 0.59.
The process color (four color CMYK) of #de4cdf color hex is 0.00, 0.66, 0.00, 0.13. Web safe color of #de4cdf is #cc33cc. Color #de4cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01001100 | 11011111 |
Octal | 336 | 114 | 337 |
Decimal | 222 | 76 | 223 |
Hex | DE | 4C | DF |
Shades of #de4cdf
Tints of #de4cdf
RGB Percentages of Color #de4cdf
CMYK Percentages of Color #de4cdf
Complementary Color
#de4cdf | #4ddf4c |
#de4cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de4cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#de4cdf Color CSS Codes
.mybgcolor {background-color:#de4cdf; } .myforecolor {color:#de4cdf; } .mybordercolor {border:3px solid #de4cdf; }
#de4cdf Text Font Color
<p style="color:#de4cdf">Text here</p>
This sample text font color is #de4cdf
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.
#de4cdf Background Color
<div style="background-color:#de4cdf">
Div content here</div>
This div background color is #de4cdf
#de4cdf Border Color
<div style="border:3px solid #de4cdf">
Div here</div>
This div border color is #de4cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,76,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de4cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de4cdf; -webkit-box-shadow: 1px 1px 3px 2px #de4cdf; box-shadow: 1px 1px 3px 2px #de4cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,76,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de4cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de4cdf; -webkit-box-shadow: 1px 1px 3px 2px #de4cdf; box-shadow: 1px 1px 3px 2px #de4cdf;">
Div content here</div>
This div box has shadow with color #de4cdf
Comments
No comments written yet.
Please login to write comment.