Color spaces of #da715e
RGB | 218 | 113 | 94 |
---|---|---|---|
HSL | 0.03 | 0.63 | 0.61 |
HSV | 9° | 57° | 85° |
CMYK | 0.00 | 0.48 | 0.57 0.15 |
XYZ | 36.8389 | 27.5238 | 13.9607 |
Yxy | 27.5238 | 0.4703 | 0.3514 |
Hunter Lab | 52.4631 | 33.5298 | 20.9468 |
CIE-Lab | 59.4561 | 39.3103 | 29.2459 |
#da715e color RGB value is (218,113,94).
#da715e hex color red value is 218, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da715e hue: 0.03 , saturation: 0.63 and the lightness value of da715e is 0.61.
The process color (four color CMYK) of #da715e color hex is 0.00, 0.48, 0.57, 0.15. Web safe color of #da715e is #cc6666. Color #da715e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01110001 | 01011110 |
Octal | 332 | 161 | 136 |
Decimal | 218 | 113 | 94 |
Hex | DA | 71 | 5E |
Shades of #da715e
Tints of #da715e
RGB Percentages of Color #da715e
CMYK Percentages of Color #da715e
Complementary Color
#da715e | #5ec7da |
#da715e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da715e Color Preview on White Background
Lorem ipsum dolor sit amet.
#da715e Color CSS Codes
.mybgcolor {background-color:#da715e; } .myforecolor {color:#da715e; } .mybordercolor {border:3px solid #da715e; }
#da715e Text Font Color
<p style="color:#da715e">Text here</p>
This sample text font color is #da715e
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.
#da715e Background Color
<div style="background-color:#da715e">
Div content here</div>
This div background color is #da715e
#da715e Border Color
<div style="border:3px solid #da715e">
Div here</div>
This div border color is #da715e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,113,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da715e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da715e; -webkit-box-shadow: 1px 1px 3px 2px #da715e; box-shadow: 1px 1px 3px 2px #da715e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,113,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 #da715e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da715e; -webkit-box-shadow: 1px 1px 3px 2px #da715e; box-shadow: 1px 1px 3px 2px #da715e;">
Div content here</div>
This div box has shadow with color #da715e
Comments
No comments written yet.
Please login to write comment.