Color spaces of #df6cdb
RGB | 223 | 108 | 219 |
---|---|---|---|
HSL | 0.84 | 0.64 | 0.65 |
HSV | 302° | 52° | 87° |
CMYK | 0.00 | 0.52 | 0.02 0.13 |
XYZ | 48.5802 | 31.5276 | 70.5428 |
Yxy | 31.5276 | 0.3225 | 0.2093 |
Hunter Lab | 56.1494 | 56.1757 | -35.1838 |
CIE-Lab | 62.9505 | 59.4662 | -36.9374 |
#df6cdb color RGB value is (223,108,219).
#df6cdb hex color red value is 223, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #df6cdb hue: 0.84 , saturation: 0.64 and the lightness value of df6cdb is 0.65.
The process color (four color CMYK) of #df6cdb color hex is 0.00, 0.52, 0.02, 0.13. Web safe color of #df6cdb is #cc66cc. Color #df6cdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01101100 | 11011011 |
Octal | 337 | 154 | 333 |
Decimal | 223 | 108 | 219 |
Hex | DF | 6C | DB |
Shades of #df6cdb
Tints of #df6cdb
RGB Percentages of Color #df6cdb
CMYK Percentages of Color #df6cdb
Complementary Color
#df6cdb | #6cdf70 |
#df6cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df6cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df6cdb Color CSS Codes
.mybgcolor {background-color:#df6cdb; } .myforecolor {color:#df6cdb; } .mybordercolor {border:3px solid #df6cdb; }
#df6cdb Text Font Color
<p style="color:#df6cdb">Text here</p>
This sample text font color is #df6cdb
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.
#df6cdb Background Color
<div style="background-color:#df6cdb">
Div content here</div>
This div background color is #df6cdb
#df6cdb Border Color
<div style="border:3px solid #df6cdb">
Div here</div>
This div border color is #df6cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,108,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df6cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df6cdb; -webkit-box-shadow: 1px 1px 3px 2px #df6cdb; box-shadow: 1px 1px 3px 2px #df6cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,108,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df6cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df6cdb; -webkit-box-shadow: 1px 1px 3px 2px #df6cdb; box-shadow: 1px 1px 3px 2px #df6cdb;">
Div content here</div>
This div box has shadow with color #df6cdb
Comments
No comments written yet.
Please login to write comment.