Color spaces of #da788b
RGB | 218 | 120 | 139 |
---|---|---|---|
HSL | 0.97 | 0.57 | 0.66 |
HSV | 348° | 45° | 85° |
CMYK | 0.00 | 0.45 | 0.36 0.15 |
XYZ | 40.2901 | 30.2024 | 28.1322 |
Yxy | 30.2024 | 0.4085 | 0.3062 |
Hunter Lab | 54.9567 | 34.6884 | 8.1193 |
CIE-Lab | 61.8285 | 40.1305 | 6.8041 |
#da788b color RGB value is (218,120,139).
#da788b hex color red value is 218, green value is 120 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da788b hue: 0.97 , saturation: 0.57 and the lightness value of da788b is 0.66.
The process color (four color CMYK) of #da788b color hex is 0.00, 0.45, 0.36, 0.15. Web safe color of #da788b is #cc6699. Color #da788b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01111000 | 10001011 |
Octal | 332 | 170 | 213 |
Decimal | 218 | 120 | 139 |
Hex | DA | 78 | 8B |
Shades of #da788b
Tints of #da788b
RGB Percentages of Color #da788b
CMYK Percentages of Color #da788b
Complementary Color
#da788b | #78dac7 |
#da788b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da788b Color Preview on White Background
Lorem ipsum dolor sit amet.
#da788b Color CSS Codes
.mybgcolor {background-color:#da788b; } .myforecolor {color:#da788b; } .mybordercolor {border:3px solid #da788b; }
#da788b Text Font Color
<p style="color:#da788b">Text here</p>
This sample text font color is #da788b
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.
#da788b Background Color
<div style="background-color:#da788b">
Div content here</div>
This div background color is #da788b
#da788b Border Color
<div style="border:3px solid #da788b">
Div here</div>
This div border color is #da788b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,120,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da788b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da788b; -webkit-box-shadow: 1px 1px 3px 2px #da788b; box-shadow: 1px 1px 3px 2px #da788b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,120,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da788b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da788b; -webkit-box-shadow: 1px 1px 3px 2px #da788b; box-shadow: 1px 1px 3px 2px #da788b;">
Div content here</div>
This div box has shadow with color #da788b
Comments
No comments written yet.
Please login to write comment.