Color spaces of #df355e
RGB | 223 | 53 | 94 |
---|---|---|---|
HSL | 0.96 | 0.73 | 0.54 |
HSV | 346° | 76° | 87° |
CMYK | 0.00 | 0.76 | 0.58 0.13 |
XYZ | 33.7249 | 19.0423 | 12.4877 |
Yxy | 19.0423 | 0.5168 | 0.2918 |
Hunter Lab | 43.6375 | 61.5868 | 13.5793 |
CIE-Lab | 50.7367 | 66.3182 | 17.8920 |
#df355e color RGB value is (223,53,94).
#df355e hex color red value is 223, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #df355e hue: 0.96 , saturation: 0.73 and the lightness value of df355e is 0.54.
The process color (four color CMYK) of #df355e color hex is 0.00, 0.76, 0.58, 0.13. Web safe color of #df355e is #cc3366. Color #df355e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00110101 | 01011110 |
Octal | 337 | 65 | 136 |
Decimal | 223 | 53 | 94 |
Hex | DF | 35 | 5E |
Shades of #df355e
Tints of #df355e
RGB Percentages of Color #df355e
CMYK Percentages of Color #df355e
Complementary Color
#df355e | #35dfb6 |
#df355e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df355e Color Preview on White Background
Lorem ipsum dolor sit amet.
#df355e Color CSS Codes
.mybgcolor {background-color:#df355e; } .myforecolor {color:#df355e; } .mybordercolor {border:3px solid #df355e; }
#df355e Text Font Color
<p style="color:#df355e">Text here</p>
This sample text font color is #df355e
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.
#df355e Background Color
<div style="background-color:#df355e">
Div content here</div>
This div background color is #df355e
#df355e Border Color
<div style="border:3px solid #df355e">
Div here</div>
This div border color is #df355e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,53,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df355e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df355e; -webkit-box-shadow: 1px 1px 3px 2px #df355e; box-shadow: 1px 1px 3px 2px #df355e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,53,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df355e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df355e; -webkit-box-shadow: 1px 1px 3px 2px #df355e; box-shadow: 1px 1px 3px 2px #df355e;">
Div content here</div>
This div box has shadow with color #df355e
Comments
No comments written yet.
Please login to write comment.