Color spaces of #df8ecd
RGB | 223 | 142 | 205 |
---|---|---|---|
HSL | 0.87 | 0.56 | 0.72 |
HSV | 313° | 36° | 87° |
CMYK | 0.00 | 0.36 | 0.08 0.13 |
XYZ | 51.1239 | 39.4418 | 62.6761 |
Yxy | 39.4418 | 0.3336 | 0.2574 |
Hunter Lab | 62.8027 | 35.4014 | -15.2086 |
CIE-Lab | 69.0701 | 39.9477 | -19.6983 |
#df8ecd color RGB value is (223,142,205).
#df8ecd hex color red value is 223, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df8ecd hue: 0.87 , saturation: 0.56 and the lightness value of df8ecd is 0.72.
The process color (four color CMYK) of #df8ecd color hex is 0.00, 0.36, 0.08, 0.13. Web safe color of #df8ecd is #cc99cc. Color #df8ecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10001110 | 11001101 |
Octal | 337 | 216 | 315 |
Decimal | 223 | 142 | 205 |
Hex | DF | 8E | CD |
Shades of #df8ecd
Tints of #df8ecd
RGB Percentages of Color #df8ecd
CMYK Percentages of Color #df8ecd
Complementary Color
#df8ecd | #8edfa0 |
#df8ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df8ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df8ecd Color CSS Codes
.mybgcolor {background-color:#df8ecd; } .myforecolor {color:#df8ecd; } .mybordercolor {border:3px solid #df8ecd; }
#df8ecd Text Font Color
<p style="color:#df8ecd">Text here</p>
This sample text font color is #df8ecd
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.
#df8ecd Background Color
<div style="background-color:#df8ecd">
Div content here</div>
This div background color is #df8ecd
#df8ecd Border Color
<div style="border:3px solid #df8ecd">
Div here</div>
This div border color is #df8ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,142,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df8ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df8ecd; -webkit-box-shadow: 1px 1px 3px 2px #df8ecd; box-shadow: 1px 1px 3px 2px #df8ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,142,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df8ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df8ecd; -webkit-box-shadow: 1px 1px 3px 2px #df8ecd; box-shadow: 1px 1px 3px 2px #df8ecd;">
Div content here</div>
This div box has shadow with color #df8ecd
Comments
No comments written yet.
Please login to write comment.