Color spaces of #da508d
RGB | 218 | 80 | 141 |
---|---|---|---|
HSL | 0.93 | 0.65 | 0.58 |
HSV | 333° | 63° | 85° |
CMYK | 0.00 | 0.63 | 0.35 0.15 |
XYZ | 36.5898 | 22.5658 | 27.6264 |
Yxy | 22.5658 | 0.4216 | 0.2600 |
Hunter Lab | 47.5035 | 54.3595 | -1.2286 |
CIE-Lab | 54.6223 | 59.3221 | -4.8524 |
#da508d color RGB value is (218,80,141).
#da508d hex color red value is 218, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #da508d hue: 0.93 , saturation: 0.65 and the lightness value of da508d is 0.58.
The process color (four color CMYK) of #da508d color hex is 0.00, 0.63, 0.35, 0.15. Web safe color of #da508d is #cc6699. Color #da508d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010000 | 10001101 |
Octal | 332 | 120 | 215 |
Decimal | 218 | 80 | 141 |
Hex | DA | 50 | 8D |
Shades of #da508d
Tints of #da508d
RGB Percentages of Color #da508d
CMYK Percentages of Color #da508d
Complementary Color
#da508d | #50da9d |
#da508d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da508d Color Preview on White Background
Lorem ipsum dolor sit amet.
#da508d Color CSS Codes
.mybgcolor {background-color:#da508d; } .myforecolor {color:#da508d; } .mybordercolor {border:3px solid #da508d; }
#da508d Text Font Color
<p style="color:#da508d">Text here</p>
This sample text font color is #da508d
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.
#da508d Background Color
<div style="background-color:#da508d">
Div content here</div>
This div background color is #da508d
#da508d Border Color
<div style="border:3px solid #da508d">
Div here</div>
This div border color is #da508d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,80,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da508d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da508d; -webkit-box-shadow: 1px 1px 3px 2px #da508d; box-shadow: 1px 1px 3px 2px #da508d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,80,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 #da508d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da508d; -webkit-box-shadow: 1px 1px 3px 2px #da508d; box-shadow: 1px 1px 3px 2px #da508d;">
Div content here</div>
This div box has shadow with color #da508d
Comments
No comments written yet.
Please login to write comment.