Color spaces of #da356f
RGB | 218 | 53 | 111 |
---|---|---|---|
HSL | 0.94 | 0.69 | 0.53 |
HSV | 339° | 76° | 85° |
CMYK | 0.00 | 0.76 | 0.49 0.15 |
XYZ | 33.0558 | 18.5993 | 16.8867 |
Yxy | 18.5993 | 0.4823 | 0.2714 |
Hunter Lab | 43.1269 | 61.3441 | 6.9733 |
CIE-Lab | 50.2151 | 66.2098 | 6.7093 |
#da356f color RGB value is (218,53,111).
#da356f hex color red value is 218, green value is 53 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da356f hue: 0.94 , saturation: 0.69 and the lightness value of da356f is 0.53.
The process color (four color CMYK) of #da356f color hex is 0.00, 0.76, 0.49, 0.15. Web safe color of #da356f is #cc3366. Color #da356f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00110101 | 01101111 |
Octal | 332 | 65 | 157 |
Decimal | 218 | 53 | 111 |
Hex | DA | 35 | 6F |
Shades of #da356f
Tints of #da356f
RGB Percentages of Color #da356f
CMYK Percentages of Color #da356f
Complementary Color
#da356f | #35daa0 |
#da356f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da356f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da356f Color CSS Codes
.mybgcolor {background-color:#da356f; } .myforecolor {color:#da356f; } .mybordercolor {border:3px solid #da356f; }
#da356f Text Font Color
<p style="color:#da356f">Text here</p>
This sample text font color is #da356f
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.
#da356f Background Color
<div style="background-color:#da356f">
Div content here</div>
This div background color is #da356f
#da356f Border Color
<div style="border:3px solid #da356f">
Div here</div>
This div border color is #da356f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,53,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da356f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da356f; -webkit-box-shadow: 1px 1px 3px 2px #da356f; box-shadow: 1px 1px 3px 2px #da356f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,53,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da356f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da356f; -webkit-box-shadow: 1px 1px 3px 2px #da356f; box-shadow: 1px 1px 3px 2px #da356f;">
Div content here</div>
This div box has shadow with color #da356f
Comments
No comments written yet.
Please login to write comment.