Color spaces of #de2fcc
RGB | 222 | 47 | 204 |
---|---|---|---|
HSL | 0.85 | 0.73 | 0.53 |
HSV | 306° | 79° | 87° |
CMYK | 0.00 | 0.79 | 0.08 0.13 |
XYZ | 42.0398 | 21.9223 | 59.1424 |
Yxy | 21.9223 | 0.3415 | 0.1781 |
Hunter Lab | 46.8213 | 78.3341 | -42.1174 |
CIE-Lab | 53.9445 | 79.4735 | -42.5896 |
#de2fcc color RGB value is (222,47,204).
#de2fcc hex color red value is 222, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de2fcc hue: 0.85 , saturation: 0.73 and the lightness value of de2fcc is 0.53.
The process color (four color CMYK) of #de2fcc color hex is 0.00, 0.79, 0.08, 0.13. Web safe color of #de2fcc is #cc33cc. Color #de2fcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00101111 | 11001100 |
Octal | 336 | 57 | 314 |
Decimal | 222 | 47 | 204 |
Hex | DE | 2F | CC |
Shades of #de2fcc
Tints of #de2fcc
RGB Percentages of Color #de2fcc
CMYK Percentages of Color #de2fcc
Complementary Color
#de2fcc | #2fde41 |
#de2fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de2fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de2fcc Color CSS Codes
.mybgcolor {background-color:#de2fcc; } .myforecolor {color:#de2fcc; } .mybordercolor {border:3px solid #de2fcc; }
#de2fcc Text Font Color
<p style="color:#de2fcc">Text here</p>
This sample text font color is #de2fcc
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.
#de2fcc Background Color
<div style="background-color:#de2fcc">
Div content here</div>
This div background color is #de2fcc
#de2fcc Border Color
<div style="border:3px solid #de2fcc">
Div here</div>
This div border color is #de2fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,47,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de2fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de2fcc; -webkit-box-shadow: 1px 1px 3px 2px #de2fcc; box-shadow: 1px 1px 3px 2px #de2fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,47,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de2fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de2fcc; -webkit-box-shadow: 1px 1px 3px 2px #de2fcc; box-shadow: 1px 1px 3px 2px #de2fcc;">
Div content here</div>
This div box has shadow with color #de2fcc
Comments
No comments written yet.
Please login to write comment.