Color spaces of #da568d
RGB | 218 | 86 | 141 |
---|---|---|---|
HSL | 0.93 | 0.64 | 0.60 |
HSV | 335° | 61° | 85° |
CMYK | 0.00 | 0.61 | 0.35 0.15 |
XYZ | 37.0489 | 23.4841 | 27.7795 |
Yxy | 23.4841 | 0.4195 | 0.2659 |
Hunter Lab | 48.4604 | 51.6610 | -0.0652 |
CIE-Lab | 55.5675 | 56.7627 | -3.4561 |
#da568d color RGB value is (218,86,141).
#da568d hex color red value is 218, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #da568d hue: 0.93 , saturation: 0.64 and the lightness value of da568d is 0.60.
The process color (four color CMYK) of #da568d color hex is 0.00, 0.61, 0.35, 0.15. Web safe color of #da568d is #cc6699. Color #da568d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010110 | 10001101 |
Octal | 332 | 126 | 215 |
Decimal | 218 | 86 | 141 |
Hex | DA | 56 | 8D |
Shades of #da568d
Tints of #da568d
RGB Percentages of Color #da568d
CMYK Percentages of Color #da568d
Complementary Color
#da568d | #56daa3 |
#da568d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da568d Color Preview on White Background
Lorem ipsum dolor sit amet.
#da568d Color CSS Codes
.mybgcolor {background-color:#da568d; } .myforecolor {color:#da568d; } .mybordercolor {border:3px solid #da568d; }
#da568d Text Font Color
<p style="color:#da568d">Text here</p>
This sample text font color is #da568d
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.
#da568d Background Color
<div style="background-color:#da568d">
Div content here</div>
This div background color is #da568d
#da568d Border Color
<div style="border:3px solid #da568d">
Div here</div>
This div border color is #da568d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,86,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da568d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da568d; -webkit-box-shadow: 1px 1px 3px 2px #da568d; box-shadow: 1px 1px 3px 2px #da568d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,86,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da568d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da568d; -webkit-box-shadow: 1px 1px 3px 2px #da568d; box-shadow: 1px 1px 3px 2px #da568d;">
Div content here</div>
This div box has shadow with color #da568d
Comments
No comments written yet.
Please login to write comment.