Color spaces of #da5bcc
RGB | 218 | 91 | 204 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.61 |
HSV | 307° | 58° | 85° |
CMYK | 0.00 | 0.58 | 0.06 0.15 |
XYZ | 43.5536 | 26.7472 | 59.9939 |
Yxy | 26.7472 | 0.3343 | 0.2053 |
Hunter Lab | 51.7177 | 59.8162 | -32.5756 |
CIE-Lab | 58.7396 | 63.3236 | -35.1016 |
#da5bcc color RGB value is (218,91,204).
#da5bcc hex color red value is 218, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da5bcc hue: 0.85 , saturation: 0.63 and the lightness value of da5bcc is 0.61.
The process color (four color CMYK) of #da5bcc color hex is 0.00, 0.58, 0.06, 0.15. Web safe color of #da5bcc is #cc66cc. Color #da5bcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01011011 | 11001100 |
Octal | 332 | 133 | 314 |
Decimal | 218 | 91 | 204 |
Hex | DA | 5B | CC |
Shades of #da5bcc
Tints of #da5bcc
RGB Percentages of Color #da5bcc
CMYK Percentages of Color #da5bcc
Complementary Color
#da5bcc | #5bda69 |
#da5bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da5bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#da5bcc Color CSS Codes
.mybgcolor {background-color:#da5bcc; } .myforecolor {color:#da5bcc; } .mybordercolor {border:3px solid #da5bcc; }
#da5bcc Text Font Color
<p style="color:#da5bcc">Text here</p>
This sample text font color is #da5bcc
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.
#da5bcc Background Color
<div style="background-color:#da5bcc">
Div content here</div>
This div background color is #da5bcc
#da5bcc Border Color
<div style="border:3px solid #da5bcc">
Div here</div>
This div border color is #da5bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,91,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da5bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da5bcc; -webkit-box-shadow: 1px 1px 3px 2px #da5bcc; box-shadow: 1px 1px 3px 2px #da5bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,91,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da5bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da5bcc; -webkit-box-shadow: 1px 1px 3px 2px #da5bcc; box-shadow: 1px 1px 3px 2px #da5bcc;">
Div content here</div>
This div box has shadow with color #da5bcc
Comments
No comments written yet.
Please login to write comment.