Color spaces of #df72cd
RGB | 223 | 114 | 205 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.66 |
HSV | 310° | 49° | 87° |
CMYK | 0.00 | 0.49 | 0.08 0.13 |
XYZ | 47.4682 | 32.1304 | 61.4575 |
Yxy | 32.1304 | 0.3365 | 0.2278 |
Hunter Lab | 56.6837 | 50.2835 | -24.6047 |
CIE-Lab | 63.4505 | 54.2372 | -28.3019 |
#df72cd color RGB value is (223,114,205).
#df72cd hex color red value is 223, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df72cd hue: 0.86 , saturation: 0.63 and the lightness value of df72cd is 0.66.
The process color (four color CMYK) of #df72cd color hex is 0.00, 0.49, 0.08, 0.13. Web safe color of #df72cd is #cc66cc. Color #df72cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01110010 | 11001101 |
Octal | 337 | 162 | 315 |
Decimal | 223 | 114 | 205 |
Hex | DF | 72 | CD |
Shades of #df72cd
Tints of #df72cd
RGB Percentages of Color #df72cd
CMYK Percentages of Color #df72cd
Complementary Color
#df72cd | #72df84 |
#df72cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df72cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df72cd Color CSS Codes
.mybgcolor {background-color:#df72cd; } .myforecolor {color:#df72cd; } .mybordercolor {border:3px solid #df72cd; }
#df72cd Text Font Color
<p style="color:#df72cd">Text here</p>
This sample text font color is #df72cd
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.
#df72cd Background Color
<div style="background-color:#df72cd">
Div content here</div>
This div background color is #df72cd
#df72cd Border Color
<div style="border:3px solid #df72cd">
Div here</div>
This div border color is #df72cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,114,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df72cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df72cd; -webkit-box-shadow: 1px 1px 3px 2px #df72cd; box-shadow: 1px 1px 3px 2px #df72cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,114,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 #df72cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df72cd; -webkit-box-shadow: 1px 1px 3px 2px #df72cd; box-shadow: 1px 1px 3px 2px #df72cd;">
Div content here</div>
This div box has shadow with color #df72cd
Comments
No comments written yet.
Please login to write comment.