Color spaces of #df9eca
RGB | 223 | 158 | 202 |
---|---|---|---|
HSL | 0.89 | 0.50 | 0.75 |
HSV | 319° | 29° | 87° |
CMYK | 0.00 | 0.29 | 0.09 0.13 |
XYZ | 53.3190 | 44.4060 | 61.6381 |
Yxy | 44.4060 | 0.3346 | 0.2786 |
Hunter Lab | 66.6378 | 26.2072 | -8.1951 |
CIE-Lab | 72.4990 | 30.9062 | -12.8628 |
#df9eca color RGB value is (223,158,202).
#df9eca hex color red value is 223, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #df9eca hue: 0.89 , saturation: 0.50 and the lightness value of df9eca is 0.75.
The process color (four color CMYK) of #df9eca color hex is 0.00, 0.29, 0.09, 0.13. Web safe color of #df9eca is #cc99cc. Color #df9eca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10011110 | 11001010 |
Octal | 337 | 236 | 312 |
Decimal | 223 | 158 | 202 |
Hex | DF | 9E | CA |
Shades of #df9eca
Tints of #df9eca
RGB Percentages of Color #df9eca
CMYK Percentages of Color #df9eca
Complementary Color
#df9eca | #9edfb3 |
#df9eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df9eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#df9eca Color CSS Codes
.mybgcolor {background-color:#df9eca; } .myforecolor {color:#df9eca; } .mybordercolor {border:3px solid #df9eca; }
#df9eca Text Font Color
<p style="color:#df9eca">Text here</p>
This sample text font color is #df9eca
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.
#df9eca Background Color
<div style="background-color:#df9eca">
Div content here</div>
This div background color is #df9eca
#df9eca Border Color
<div style="border:3px solid #df9eca">
Div here</div>
This div border color is #df9eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,158,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df9eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df9eca; -webkit-box-shadow: 1px 1px 3px 2px #df9eca; box-shadow: 1px 1px 3px 2px #df9eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,158,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df9eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df9eca; -webkit-box-shadow: 1px 1px 3px 2px #df9eca; box-shadow: 1px 1px 3px 2px #df9eca;">
Div content here</div>
This div box has shadow with color #df9eca
Comments
No comments written yet.
Please login to write comment.