Color spaces of #df3fcd
RGB | 223 | 63 | 205 |
---|---|---|---|
HSL | 0.85 | 0.71 | 0.56 |
HSV | 307° | 72° | 87° |
CMYK | 0.00 | 0.72 | 0.08 0.13 |
XYZ | 43.2284 | 23.6508 | 60.0443 |
Yxy | 23.6508 | 0.3406 | 0.1863 |
Hunter Lab | 48.6321 | 73.5601 | -39.1608 |
CIE-Lab | 55.7365 | 75.3064 | -40.3253 |
#df3fcd color RGB value is (223,63,205).
#df3fcd hex color red value is 223, green value is 63 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df3fcd hue: 0.85 , saturation: 0.71 and the lightness value of df3fcd is 0.56.
The process color (four color CMYK) of #df3fcd color hex is 0.00, 0.72, 0.08, 0.13. Web safe color of #df3fcd is #cc33cc. Color #df3fcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00111111 | 11001101 |
Octal | 337 | 77 | 315 |
Decimal | 223 | 63 | 205 |
Hex | DF | 3F | CD |
Shades of #df3fcd
Tints of #df3fcd
RGB Percentages of Color #df3fcd
CMYK Percentages of Color #df3fcd
Complementary Color
#df3fcd | #3fdf51 |
#df3fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df3fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df3fcd Color CSS Codes
.mybgcolor {background-color:#df3fcd; } .myforecolor {color:#df3fcd; } .mybordercolor {border:3px solid #df3fcd; }
#df3fcd Text Font Color
<p style="color:#df3fcd">Text here</p>
This sample text font color is #df3fcd
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.
#df3fcd Background Color
<div style="background-color:#df3fcd">
Div content here</div>
This div background color is #df3fcd
#df3fcd Border Color
<div style="border:3px solid #df3fcd">
Div here</div>
This div border color is #df3fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,63,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df3fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df3fcd; -webkit-box-shadow: 1px 1px 3px 2px #df3fcd; box-shadow: 1px 1px 3px 2px #df3fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,63,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 #df3fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df3fcd; -webkit-box-shadow: 1px 1px 3px 2px #df3fcd; box-shadow: 1px 1px 3px 2px #df3fcd;">
Div content here</div>
This div box has shadow with color #df3fcd
Comments
No comments written yet.
Please login to write comment.