Color spaces of #da5741
RGB | 218 | 87 | 65 |
---|---|---|---|
HSL | 0.02 | 0.67 | 0.55 |
HSV | 9° | 70° | 85° |
CMYK | 0.00 | 0.60 | 0.70 0.15 |
XYZ | 33.2758 | 22.1035 | 7.5136 |
Yxy | 22.1035 | 0.5291 | 0.3514 |
Hunter Lab | 47.0144 | 44.0635 | 23.4346 |
CIE-Lab | 54.1366 | 50.0848 | 38.8915 |
#da5741 color RGB value is (218,87,65).
#da5741 hex color red value is 218, green value is 87 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #da5741 hue: 0.02 , saturation: 0.67 and the lightness value of da5741 is 0.55.
The process color (four color CMYK) of #da5741 color hex is 0.00, 0.60, 0.70, 0.15. Web safe color of #da5741 is #cc6633. Color #da5741 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010111 | 01000001 |
Octal | 332 | 127 | 101 |
Decimal | 218 | 87 | 65 |
Hex | DA | 57 | 41 |
Shades of #da5741
Tints of #da5741
RGB Percentages of Color #da5741
CMYK Percentages of Color #da5741
Complementary Color
#da5741 | #41c4da |
#da5741 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da5741 Color Preview on White Background
Lorem ipsum dolor sit amet.
#da5741 Color CSS Codes
.mybgcolor {background-color:#da5741; } .myforecolor {color:#da5741; } .mybordercolor {border:3px solid #da5741; }
#da5741 Text Font Color
<p style="color:#da5741">Text here</p>
This sample text font color is #da5741
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.
#da5741 Background Color
<div style="background-color:#da5741">
Div content here</div>
This div background color is #da5741
#da5741 Border Color
<div style="border:3px solid #da5741">
Div here</div>
This div border color is #da5741
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,87,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da5741; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da5741; -webkit-box-shadow: 1px 1px 3px 2px #da5741; box-shadow: 1px 1px 3px 2px #da5741; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,87,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da5741">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da5741; -webkit-box-shadow: 1px 1px 3px 2px #da5741; box-shadow: 1px 1px 3px 2px #da5741;">
Div content here</div>
This div box has shadow with color #da5741
Comments
No comments written yet.
Please login to write comment.