Color spaces of #da574a
RGB | 218 | 87 | 74 |
---|---|---|---|
HSL | 0.02 | 0.66 | 0.57 |
HSV | 5° | 66° | 85° |
CMYK | 0.00 | 0.60 | 0.66 0.15 |
XYZ | 33.5577 | 22.2162 | 8.9980 |
Yxy | 22.2162 | 0.5181 | 0.3430 |
Hunter Lab | 47.1341 | 44.6007 | 21.6752 |
CIE-Lab | 54.2556 | 50.5642 | 34.0156 |
#da574a color RGB value is (218,87,74).
#da574a hex color red value is 218, green value is 87 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da574a hue: 0.02 , saturation: 0.66 and the lightness value of da574a is 0.57.
The process color (four color CMYK) of #da574a color hex is 0.00, 0.60, 0.66, 0.15. Web safe color of #da574a is #cc6633. Color #da574a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010111 | 01001010 |
Octal | 332 | 127 | 112 |
Decimal | 218 | 87 | 74 |
Hex | DA | 57 | 4A |
Shades of #da574a
Tints of #da574a
RGB Percentages of Color #da574a
CMYK Percentages of Color #da574a
Complementary Color
#da574a | #4acdda |
#da574a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da574a Color Preview on White Background
Lorem ipsum dolor sit amet.
#da574a Color CSS Codes
.mybgcolor {background-color:#da574a; } .myforecolor {color:#da574a; } .mybordercolor {border:3px solid #da574a; }
#da574a Text Font Color
<p style="color:#da574a">Text here</p>
This sample text font color is #da574a
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.
#da574a Background Color
<div style="background-color:#da574a">
Div content here</div>
This div background color is #da574a
#da574a Border Color
<div style="border:3px solid #da574a">
Div here</div>
This div border color is #da574a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,87,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da574a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da574a; -webkit-box-shadow: 1px 1px 3px 2px #da574a; box-shadow: 1px 1px 3px 2px #da574a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,87,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da574a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da574a; -webkit-box-shadow: 1px 1px 3px 2px #da574a; box-shadow: 1px 1px 3px 2px #da574a;">
Div content here</div>
This div box has shadow with color #da574a
Comments
No comments written yet.
Please login to write comment.