Color spaces of #da7769
RGB | 218 | 119 | 105 |
---|---|---|---|
HSL | 0.02 | 0.60 | 0.63 |
HSV | 7° | 52° | 85° |
CMYK | 0.00 | 0.45 | 0.52 0.15 |
XYZ | 38.0601 | 29.1190 | 16.9791 |
Yxy | 29.1190 | 0.4522 | 0.3460 |
Hunter Lab | 53.9620 | 31.4648 | 19.1179 |
CIE-Lab | 60.8865 | 37.1291 | 24.9127 |
#da7769 color RGB value is (218,119,105).
#da7769 hex color red value is 218, green value is 119 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #da7769 hue: 0.02 , saturation: 0.60 and the lightness value of da7769 is 0.63.
The process color (four color CMYK) of #da7769 color hex is 0.00, 0.45, 0.52, 0.15. Web safe color of #da7769 is #cc6666. Color #da7769 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01110111 | 01101001 |
Octal | 332 | 167 | 151 |
Decimal | 218 | 119 | 105 |
Hex | DA | 77 | 69 |
Shades of #da7769
Tints of #da7769
RGB Percentages of Color #da7769
CMYK Percentages of Color #da7769
Complementary Color
#da7769 | #69ccda |
#da7769 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da7769 Color Preview on White Background
Lorem ipsum dolor sit amet.
#da7769 Color CSS Codes
.mybgcolor {background-color:#da7769; } .myforecolor {color:#da7769; } .mybordercolor {border:3px solid #da7769; }
#da7769 Text Font Color
<p style="color:#da7769">Text here</p>
This sample text font color is #da7769
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.
#da7769 Background Color
<div style="background-color:#da7769">
Div content here</div>
This div background color is #da7769
#da7769 Border Color
<div style="border:3px solid #da7769">
Div here</div>
This div border color is #da7769
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,119,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da7769; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da7769; -webkit-box-shadow: 1px 1px 3px 2px #da7769; box-shadow: 1px 1px 3px 2px #da7769; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,119,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da7769">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da7769; -webkit-box-shadow: 1px 1px 3px 2px #da7769; box-shadow: 1px 1px 3px 2px #da7769;">
Div content here</div>
This div box has shadow with color #da7769
Comments
No comments written yet.
Please login to write comment.