Color spaces of #da675f
RGB | 218 | 103 | 95 |
---|---|---|---|
HSL | 0.01 | 0.62 | 0.61 |
HSV | 4° | 56° | 85° |
CMYK | 0.00 | 0.53 | 0.56 0.15 |
XYZ | 35.8292 | 25.4321 | 13.8470 |
Yxy | 25.4321 | 0.4770 | 0.3386 |
Hunter Lab | 50.4302 | 38.5660 | 19.0215 |
CIE-Lab | 57.4940 | 44.4058 | 26.1377 |
#da675f color RGB value is (218,103,95).
#da675f hex color red value is 218, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da675f hue: 0.01 , saturation: 0.62 and the lightness value of da675f is 0.61.
The process color (four color CMYK) of #da675f color hex is 0.00, 0.53, 0.56, 0.15. Web safe color of #da675f is #cc6666. Color #da675f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01100111 | 01011111 |
Octal | 332 | 147 | 137 |
Decimal | 218 | 103 | 95 |
Hex | DA | 67 | 5F |
Shades of #da675f
Tints of #da675f
RGB Percentages of Color #da675f
CMYK Percentages of Color #da675f
Complementary Color
#da675f | #5fd2da |
#da675f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da675f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da675f Color CSS Codes
.mybgcolor {background-color:#da675f; } .myforecolor {color:#da675f; } .mybordercolor {border:3px solid #da675f; }
#da675f Text Font Color
<p style="color:#da675f">Text here</p>
This sample text font color is #da675f
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.
#da675f Background Color
<div style="background-color:#da675f">
Div content here</div>
This div background color is #da675f
#da675f Border Color
<div style="border:3px solid #da675f">
Div here</div>
This div border color is #da675f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,103,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da675f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da675f; -webkit-box-shadow: 1px 1px 3px 2px #da675f; box-shadow: 1px 1px 3px 2px #da675f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,103,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da675f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da675f; -webkit-box-shadow: 1px 1px 3px 2px #da675f; box-shadow: 1px 1px 3px 2px #da675f;">
Div content here</div>
This div box has shadow with color #da675f
Comments
No comments written yet.
Please login to write comment.