Color spaces of #df3ddd
RGB | 223 | 61 | 221 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.56 |
HSV | 301° | 73° | 87° |
CMYK | 0.00 | 0.73 | 0.01 0.13 |
XYZ | 45.1513 | 24.2459 | 70.7068 |
Yxy | 24.2459 | 0.3223 | 0.1731 |
Hunter Lab | 49.2401 | 77.5074 | -50.6699 |
CIE-Lab | 56.3332 | 78.3533 | -48.4807 |
#df3ddd color RGB value is (223,61,221).
#df3ddd hex color red value is 223, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df3ddd hue: 0.84 , saturation: 0.72 and the lightness value of df3ddd is 0.56.
The process color (four color CMYK) of #df3ddd color hex is 0.00, 0.73, 0.01, 0.13. Web safe color of #df3ddd is #cc33cc. Color #df3ddd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00111101 | 11011101 |
Octal | 337 | 75 | 335 |
Decimal | 223 | 61 | 221 |
Hex | DF | 3D | DD |
Shades of #df3ddd
Tints of #df3ddd
RGB Percentages of Color #df3ddd
CMYK Percentages of Color #df3ddd
Complementary Color
#df3ddd | #3ddf3f |
#df3ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df3ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df3ddd Color CSS Codes
.mybgcolor {background-color:#df3ddd; } .myforecolor {color:#df3ddd; } .mybordercolor {border:3px solid #df3ddd; }
#df3ddd Text Font Color
<p style="color:#df3ddd">Text here</p>
This sample text font color is #df3ddd
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.
#df3ddd Background Color
<div style="background-color:#df3ddd">
Div content here</div>
This div background color is #df3ddd
#df3ddd Border Color
<div style="border:3px solid #df3ddd">
Div here</div>
This div border color is #df3ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,61,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df3ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df3ddd; -webkit-box-shadow: 1px 1px 3px 2px #df3ddd; box-shadow: 1px 1px 3px 2px #df3ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,61,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 #df3ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df3ddd; -webkit-box-shadow: 1px 1px 3px 2px #df3ddd; box-shadow: 1px 1px 3px 2px #df3ddd;">
Div content here</div>
This div box has shadow with color #df3ddd
Comments
No comments written yet.
Please login to write comment.