Color spaces of #da789a
RGB | 218 | 120 | 154 |
---|---|---|---|
HSL | 0.94 | 0.57 | 0.66 |
HSV | 339° | 45° | 85° |
CMYK | 0.00 | 0.45 | 0.29 0.15 |
XYZ | 41.4626 | 30.6715 | 34.3067 |
Yxy | 30.6715 | 0.3895 | 0.2882 |
Hunter Lab | 55.3819 | 36.7189 | 2.0397 |
CIE-Lab | 62.2293 | 42.0113 | -1.2150 |
#da789a color RGB value is (218,120,154).
#da789a hex color red value is 218, green value is 120 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da789a hue: 0.94 , saturation: 0.57 and the lightness value of da789a is 0.66.
The process color (four color CMYK) of #da789a color hex is 0.00, 0.45, 0.29, 0.15. Web safe color of #da789a is #cc6699. Color #da789a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01111000 | 10011010 |
Octal | 332 | 170 | 232 |
Decimal | 218 | 120 | 154 |
Hex | DA | 78 | 9A |
Shades of #da789a
Tints of #da789a
RGB Percentages of Color #da789a
CMYK Percentages of Color #da789a
Complementary Color
#da789a | #78dab8 |
#da789a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da789a Color Preview on White Background
Lorem ipsum dolor sit amet.
#da789a Color CSS Codes
.mybgcolor {background-color:#da789a; } .myforecolor {color:#da789a; } .mybordercolor {border:3px solid #da789a; }
#da789a Text Font Color
<p style="color:#da789a">Text here</p>
This sample text font color is #da789a
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.
#da789a Background Color
<div style="background-color:#da789a">
Div content here</div>
This div background color is #da789a
#da789a Border Color
<div style="border:3px solid #da789a">
Div here</div>
This div border color is #da789a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,120,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da789a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da789a; -webkit-box-shadow: 1px 1px 3px 2px #da789a; box-shadow: 1px 1px 3px 2px #da789a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,120,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da789a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da789a; -webkit-box-shadow: 1px 1px 3px 2px #da789a; box-shadow: 1px 1px 3px 2px #da789a;">
Div content here</div>
This div box has shadow with color #da789a
Comments
No comments written yet.
Please login to write comment.