Color spaces of #de94ce
RGB | 222 | 148 | 206 |
---|---|---|---|
HSL | 0.87 | 0.53 | 0.73 |
HSV | 313° | 33° | 87° |
CMYK | 0.00 | 0.33 | 0.07 0.13 |
XYZ | 51.8547 | 41.1656 | 63.6052 |
Yxy | 41.1656 | 0.3311 | 0.2628 |
Hunter Lab | 64.1604 | 31.9836 | -13.8646 |
CIE-Lab | 70.2918 | 36.6102 | -18.4100 |
#de94ce color RGB value is (222,148,206).
#de94ce hex color red value is 222, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #de94ce hue: 0.87 , saturation: 0.53 and the lightness value of de94ce is 0.73.
The process color (four color CMYK) of #de94ce color hex is 0.00, 0.33, 0.07, 0.13. Web safe color of #de94ce is #cc99cc. Color #de94ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10010100 | 11001110 |
Octal | 336 | 224 | 316 |
Decimal | 222 | 148 | 206 |
Hex | DE | 94 | CE |
Shades of #de94ce
Tints of #de94ce
RGB Percentages of Color #de94ce
CMYK Percentages of Color #de94ce
Complementary Color
#de94ce | #94dea4 |
#de94ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de94ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#de94ce Color CSS Codes
.mybgcolor {background-color:#de94ce; } .myforecolor {color:#de94ce; } .mybordercolor {border:3px solid #de94ce; }
#de94ce Text Font Color
<p style="color:#de94ce">Text here</p>
This sample text font color is #de94ce
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.
#de94ce Background Color
<div style="background-color:#de94ce">
Div content here</div>
This div background color is #de94ce
#de94ce Border Color
<div style="border:3px solid #de94ce">
Div here</div>
This div border color is #de94ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,148,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de94ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de94ce; -webkit-box-shadow: 1px 1px 3px 2px #de94ce; box-shadow: 1px 1px 3px 2px #de94ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,148,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de94ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de94ce; -webkit-box-shadow: 1px 1px 3px 2px #de94ce; box-shadow: 1px 1px 3px 2px #de94ce;">
Div content here</div>
This div box has shadow with color #de94ce
Comments
No comments written yet.
Please login to write comment.