Color spaces of #da584c
RGB | 218 | 88 | 76 |
---|---|---|---|
HSL | 0.01 | 0.66 | 0.58 |
HSV | 5° | 65° | 85° |
CMYK | 0.00 | 0.60 | 0.65 0.15 |
XYZ | 33.7077 | 22.4067 | 9.3858 |
Yxy | 22.4067 | 0.5146 | 0.3421 |
Hunter Lab | 47.3357 | 44.2721 | 21.3789 |
CIE-Lab | 54.4559 | 50.2269 | 33.1269 |
#da584c color RGB value is (218,88,76).
#da584c hex color red value is 218, green value is 88 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da584c hue: 0.01 , saturation: 0.66 and the lightness value of da584c is 0.58.
The process color (four color CMYK) of #da584c color hex is 0.00, 0.60, 0.65, 0.15. Web safe color of #da584c is #cc6633. Color #da584c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01011000 | 01001100 |
Octal | 332 | 130 | 114 |
Decimal | 218 | 88 | 76 |
Hex | DA | 58 | 4C |
Shades of #da584c
Tints of #da584c
RGB Percentages of Color #da584c
CMYK Percentages of Color #da584c
Complementary Color
#da584c | #4cceda |
#da584c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da584c Color Preview on White Background
Lorem ipsum dolor sit amet.
#da584c Color CSS Codes
.mybgcolor {background-color:#da584c; } .myforecolor {color:#da584c; } .mybordercolor {border:3px solid #da584c; }
#da584c Text Font Color
<p style="color:#da584c">Text here</p>
This sample text font color is #da584c
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.
#da584c Background Color
<div style="background-color:#da584c">
Div content here</div>
This div background color is #da584c
#da584c Border Color
<div style="border:3px solid #da584c">
Div here</div>
This div border color is #da584c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,88,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da584c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da584c; -webkit-box-shadow: 1px 1px 3px 2px #da584c; box-shadow: 1px 1px 3px 2px #da584c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,88,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da584c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da584c; -webkit-box-shadow: 1px 1px 3px 2px #da584c; box-shadow: 1px 1px 3px 2px #da584c;">
Div content here</div>
This div box has shadow with color #da584c
Comments
No comments written yet.
Please login to write comment.