Color spaces of #df9fdd
RGB | 223 | 159 | 221 |
---|---|---|---|
HSL | 0.84 | 0.50 | 0.75 |
HSV | 302° | 29° | 87° |
CMYK | 0.00 | 0.29 | 0.01 0.13 |
XYZ | 55.8807 | 45.7047 | 74.2833 |
Yxy | 45.7047 | 0.3177 | 0.2599 |
Hunter Lab | 67.6053 | 29.2342 | -17.8230 |
CIE-Lab | 73.3535 | 33.7242 | -22.0075 |
#df9fdd color RGB value is (223,159,221).
#df9fdd hex color red value is 223, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df9fdd hue: 0.84 , saturation: 0.50 and the lightness value of df9fdd is 0.75.
The process color (four color CMYK) of #df9fdd color hex is 0.00, 0.29, 0.01, 0.13. Web safe color of #df9fdd is #cc99cc. Color #df9fdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10011111 | 11011101 |
Octal | 337 | 237 | 335 |
Decimal | 223 | 159 | 221 |
Hex | DF | 9F | DD |
Shades of #df9fdd
Tints of #df9fdd
RGB Percentages of Color #df9fdd
CMYK Percentages of Color #df9fdd
Complementary Color
#df9fdd | #9fdfa1 |
#df9fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df9fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df9fdd Color CSS Codes
.mybgcolor {background-color:#df9fdd; } .myforecolor {color:#df9fdd; } .mybordercolor {border:3px solid #df9fdd; }
#df9fdd Text Font Color
<p style="color:#df9fdd">Text here</p>
This sample text font color is #df9fdd
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.
#df9fdd Background Color
<div style="background-color:#df9fdd">
Div content here</div>
This div background color is #df9fdd
#df9fdd Border Color
<div style="border:3px solid #df9fdd">
Div here</div>
This div border color is #df9fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,159,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df9fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df9fdd; -webkit-box-shadow: 1px 1px 3px 2px #df9fdd; box-shadow: 1px 1px 3px 2px #df9fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,159,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df9fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df9fdd; -webkit-box-shadow: 1px 1px 3px 2px #df9fdd; box-shadow: 1px 1px 3px 2px #df9fdd;">
Div content here</div>
This div box has shadow with color #df9fdd
Comments
No comments written yet.
Please login to write comment.