Color spaces of #df39cd
RGB | 223 | 57 | 205 |
---|---|---|---|
HSL | 0.85 | 0.72 | 0.55 |
HSV | 307° | 74° | 87° |
CMYK | 0.00 | 0.74 | 0.08 0.13 |
XYZ | 42.9140 | 23.0220 | 59.9395 |
Yxy | 23.0220 | 0.3409 | 0.1829 |
Hunter Lab | 47.9812 | 75.6816 | -40.4798 |
CIE-Lab | 55.0950 | 77.1369 | -41.3358 |
#df39cd color RGB value is (223,57,205).
#df39cd hex color red value is 223, green value is 57 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df39cd hue: 0.85 , saturation: 0.72 and the lightness value of df39cd is 0.55.
The process color (four color CMYK) of #df39cd color hex is 0.00, 0.74, 0.08, 0.13. Web safe color of #df39cd is #cc33cc. Color #df39cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00111001 | 11001101 |
Octal | 337 | 71 | 315 |
Decimal | 223 | 57 | 205 |
Hex | DF | 39 | CD |
Shades of #df39cd
Tints of #df39cd
RGB Percentages of Color #df39cd
CMYK Percentages of Color #df39cd
Complementary Color
#df39cd | #39df4b |
#df39cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df39cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df39cd Color CSS Codes
.mybgcolor {background-color:#df39cd; } .myforecolor {color:#df39cd; } .mybordercolor {border:3px solid #df39cd; }
#df39cd Text Font Color
<p style="color:#df39cd">Text here</p>
This sample text font color is #df39cd
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.
#df39cd Background Color
<div style="background-color:#df39cd">
Div content here</div>
This div background color is #df39cd
#df39cd Border Color
<div style="border:3px solid #df39cd">
Div here</div>
This div border color is #df39cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,57,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df39cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df39cd; -webkit-box-shadow: 1px 1px 3px 2px #df39cd; box-shadow: 1px 1px 3px 2px #df39cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,57,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 #df39cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df39cd; -webkit-box-shadow: 1px 1px 3px 2px #df39cd; box-shadow: 1px 1px 3px 2px #df39cd;">
Div content here</div>
This div box has shadow with color #df39cd
Comments
No comments written yet.
Please login to write comment.