Color spaces of #df51cb
RGB | 223 | 81 | 203 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.60 |
HSV | 308° | 64° | 87° |
CMYK | 0.00 | 0.64 | 0.09 0.13 |
XYZ | 44.1533 | 25.8846 | 59.1690 |
Yxy | 25.8846 | 0.3417 | 0.2003 |
Hunter Lab | 50.8769 | 65.8758 | -33.3394 |
CIE-Lab | 57.9274 | 68.5859 | -35.7470 |
#df51cb color RGB value is (223,81,203).
#df51cb hex color red value is 223, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #df51cb hue: 0.86 , saturation: 0.69 and the lightness value of df51cb is 0.60.
The process color (four color CMYK) of #df51cb color hex is 0.00, 0.64, 0.09, 0.13. Web safe color of #df51cb is #cc66cc. Color #df51cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010001 | 11001011 |
Octal | 337 | 121 | 313 |
Decimal | 223 | 81 | 203 |
Hex | DF | 51 | CB |
Shades of #df51cb
Tints of #df51cb
RGB Percentages of Color #df51cb
CMYK Percentages of Color #df51cb
Complementary Color
#df51cb | #51df65 |
#df51cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df51cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df51cb Color CSS Codes
.mybgcolor {background-color:#df51cb; } .myforecolor {color:#df51cb; } .mybordercolor {border:3px solid #df51cb; }
#df51cb Text Font Color
<p style="color:#df51cb">Text here</p>
This sample text font color is #df51cb
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.
#df51cb Background Color
<div style="background-color:#df51cb">
Div content here</div>
This div background color is #df51cb
#df51cb Border Color
<div style="border:3px solid #df51cb">
Div here</div>
This div border color is #df51cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,81,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df51cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df51cb; -webkit-box-shadow: 1px 1px 3px 2px #df51cb; box-shadow: 1px 1px 3px 2px #df51cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,81,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df51cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df51cb; -webkit-box-shadow: 1px 1px 3px 2px #df51cb; box-shadow: 1px 1px 3px 2px #df51cb;">
Div content here</div>
This div box has shadow with color #df51cb
Comments
No comments written yet.
Please login to write comment.