Color spaces of #da47cb
RGB | 218 | 71 | 203 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.57 |
HSV | 306° | 67° | 85° |
CMYK | 0.00 | 0.67 | 0.07 0.15 |
XYZ | 41.9462 | 23.7237 | 58.8682 |
Yxy | 23.7237 | 0.3368 | 0.1905 |
Hunter Lab | 48.7070 | 68.4861 | -37.5642 |
CIE-Lab | 55.8101 | 71.1491 | -39.1204 |
#da47cb color RGB value is (218,71,203).
#da47cb hex color red value is 218, green value is 71 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da47cb hue: 0.85 , saturation: 0.67 and the lightness value of da47cb is 0.57.
The process color (four color CMYK) of #da47cb color hex is 0.00, 0.67, 0.07, 0.15. Web safe color of #da47cb is #cc33cc. Color #da47cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000111 | 11001011 |
Octal | 332 | 107 | 313 |
Decimal | 218 | 71 | 203 |
Hex | DA | 47 | CB |
Shades of #da47cb
Tints of #da47cb
RGB Percentages of Color #da47cb
CMYK Percentages of Color #da47cb
Complementary Color
#da47cb | #47da56 |
#da47cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da47cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#da47cb Color CSS Codes
.mybgcolor {background-color:#da47cb; } .myforecolor {color:#da47cb; } .mybordercolor {border:3px solid #da47cb; }
#da47cb Text Font Color
<p style="color:#da47cb">Text here</p>
This sample text font color is #da47cb
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.
#da47cb Background Color
<div style="background-color:#da47cb">
Div content here</div>
This div background color is #da47cb
#da47cb Border Color
<div style="border:3px solid #da47cb">
Div here</div>
This div border color is #da47cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,71,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da47cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da47cb; -webkit-box-shadow: 1px 1px 3px 2px #da47cb; box-shadow: 1px 1px 3px 2px #da47cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,71,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da47cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da47cb; -webkit-box-shadow: 1px 1px 3px 2px #da47cb; box-shadow: 1px 1px 3px 2px #da47cb;">
Div content here</div>
This div box has shadow with color #da47cb
Comments
No comments written yet.
Please login to write comment.