Color spaces of #df62cf
RGB | 223 | 98 | 207 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.63 |
HSV | 308° | 56° | 87° |
CMYK | 0.00 | 0.56 | 0.07 0.13 |
XYZ | 46.0616 | 28.9283 | 62.1875 |
Yxy | 28.9283 | 0.3358 | 0.2109 |
Hunter Lab | 53.7850 | 58.7439 | -30.9029 |
CIE-Lab | 60.7183 | 62.0562 | -33.6645 |
#df62cf color RGB value is (223,98,207).
#df62cf hex color red value is 223, green value is 98 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #df62cf hue: 0.85 , saturation: 0.66 and the lightness value of df62cf is 0.63.
The process color (four color CMYK) of #df62cf color hex is 0.00, 0.56, 0.07, 0.13. Web safe color of #df62cf is #cc66cc. Color #df62cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01100010 | 11001111 |
Octal | 337 | 142 | 317 |
Decimal | 223 | 98 | 207 |
Hex | DF | 62 | CF |
Shades of #df62cf
Tints of #df62cf
RGB Percentages of Color #df62cf
CMYK Percentages of Color #df62cf
Complementary Color
#df62cf | #62df72 |
#df62cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df62cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#df62cf Color CSS Codes
.mybgcolor {background-color:#df62cf; } .myforecolor {color:#df62cf; } .mybordercolor {border:3px solid #df62cf; }
#df62cf Text Font Color
<p style="color:#df62cf">Text here</p>
This sample text font color is #df62cf
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.
#df62cf Background Color
<div style="background-color:#df62cf">
Div content here</div>
This div background color is #df62cf
#df62cf Border Color
<div style="border:3px solid #df62cf">
Div here</div>
This div border color is #df62cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,98,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df62cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df62cf; -webkit-box-shadow: 1px 1px 3px 2px #df62cf; box-shadow: 1px 1px 3px 2px #df62cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,98,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df62cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df62cf; -webkit-box-shadow: 1px 1px 3px 2px #df62cf; box-shadow: 1px 1px 3px 2px #df62cf;">
Div content here</div>
This div box has shadow with color #df62cf
Comments
No comments written yet.
Please login to write comment.