Color spaces of #da1cbe
RGB | 218 | 28 | 190 |
---|---|---|---|
HSL | 0.86 | 0.77 | 0.48 |
HSV | 309° | 87° | 85° |
CMYK | 0.00 | 0.87 | 0.13 0.15 |
XYZ | 38.6230 | 19.4536 | 50.4345 |
Yxy | 19.4536 | 0.3559 | 0.1793 |
Hunter Lab | 44.1062 | 79.1232 | -36.9224 |
CIE-Lab | 51.2137 | 80.6301 | -38.8602 |
#da1cbe color RGB value is (218,28,190).
#da1cbe hex color red value is 218, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da1cbe hue: 0.86 , saturation: 0.77 and the lightness value of da1cbe is 0.48.
The process color (four color CMYK) of #da1cbe color hex is 0.00, 0.87, 0.13, 0.15. Web safe color of #da1cbe is #cc33cc. Color #da1cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00011100 | 10111110 |
Octal | 332 | 34 | 276 |
Decimal | 218 | 28 | 190 |
Hex | DA | 1C | BE |
Shades of #da1cbe
Tints of #da1cbe
RGB Percentages of Color #da1cbe
CMYK Percentages of Color #da1cbe
Complementary Color
#da1cbe | #1cda38 |
#da1cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da1cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#da1cbe Color CSS Codes
.mybgcolor {background-color:#da1cbe; } .myforecolor {color:#da1cbe; } .mybordercolor {border:3px solid #da1cbe; }
#da1cbe Text Font Color
<p style="color:#da1cbe">Text here</p>
This sample text font color is #da1cbe
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.
#da1cbe Background Color
<div style="background-color:#da1cbe">
Div content here</div>
This div background color is #da1cbe
#da1cbe Border Color
<div style="border:3px solid #da1cbe">
Div here</div>
This div border color is #da1cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,28,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da1cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da1cbe; -webkit-box-shadow: 1px 1px 3px 2px #da1cbe; box-shadow: 1px 1px 3px 2px #da1cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,28,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da1cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da1cbe; -webkit-box-shadow: 1px 1px 3px 2px #da1cbe; box-shadow: 1px 1px 3px 2px #da1cbe;">
Div content here</div>
This div box has shadow with color #da1cbe
Comments
No comments written yet.
Please login to write comment.