Color spaces of #df464d
RGB | 223 | 70 | 77 |
---|---|---|---|
HSL | 0.99 | 0.71 | 0.57 |
HSV | 357° | 69° | 87° |
CMYK | 0.00 | 0.69 | 0.65 0.13 |
XYZ | 33.9611 | 20.6041 | 9.2082 |
Yxy | 20.6041 | 0.5325 | 0.3231 |
Hunter Lab | 45.3917 | 54.1142 | 19.7466 |
CIE-Lab | 52.5135 | 59.4841 | 30.3387 |
#df464d color RGB value is (223,70,77).
#df464d hex color red value is 223, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #df464d hue: 0.99 , saturation: 0.71 and the lightness value of df464d is 0.57.
The process color (four color CMYK) of #df464d color hex is 0.00, 0.69, 0.65, 0.13. Web safe color of #df464d is #cc3366. Color #df464d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000110 | 01001101 |
Octal | 337 | 106 | 115 |
Decimal | 223 | 70 | 77 |
Hex | DF | 46 | 4D |
Shades of #df464d
Tints of #df464d
RGB Percentages of Color #df464d
CMYK Percentages of Color #df464d
Complementary Color
#df464d | #46dfd8 |
#df464d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df464d Color Preview on White Background
Lorem ipsum dolor sit amet.
#df464d Color CSS Codes
.mybgcolor {background-color:#df464d; } .myforecolor {color:#df464d; } .mybordercolor {border:3px solid #df464d; }
#df464d Text Font Color
<p style="color:#df464d">Text here</p>
This sample text font color is #df464d
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.
#df464d Background Color
<div style="background-color:#df464d">
Div content here</div>
This div background color is #df464d
#df464d Border Color
<div style="border:3px solid #df464d">
Div here</div>
This div border color is #df464d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,70,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df464d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df464d; -webkit-box-shadow: 1px 1px 3px 2px #df464d; box-shadow: 1px 1px 3px 2px #df464d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,70,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df464d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df464d; -webkit-box-shadow: 1px 1px 3px 2px #df464d; box-shadow: 1px 1px 3px 2px #df464d;">
Div content here</div>
This div box has shadow with color #df464d
#df464d Color Palettes
Comments
No comments written yet.
Please login to write comment.