Color spaces of #da2fbe
RGB | 218 | 47 | 190 |
---|---|---|---|
HSL | 0.86 | 0.70 | 0.52 |
HSV | 310° | 78° | 85° |
CMYK | 0.00 | 0.78 | 0.13 0.15 |
XYZ | 39.2242 | 20.6562 | 50.6349 |
Yxy | 20.6562 | 0.3549 | 0.1869 |
Hunter Lab | 45.4491 | 74.5160 | -34.2407 |
CIE-Lab | 52.5712 | 76.6908 | -36.7245 |
#da2fbe color RGB value is (218,47,190).
#da2fbe hex color red value is 218, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da2fbe hue: 0.86 , saturation: 0.70 and the lightness value of da2fbe is 0.52.
The process color (four color CMYK) of #da2fbe color hex is 0.00, 0.78, 0.13, 0.15. Web safe color of #da2fbe is #cc33cc. Color #da2fbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00101111 | 10111110 |
Octal | 332 | 57 | 276 |
Decimal | 218 | 47 | 190 |
Hex | DA | 2F | BE |
Shades of #da2fbe
Tints of #da2fbe
RGB Percentages of Color #da2fbe
CMYK Percentages of Color #da2fbe
Complementary Color
#da2fbe | #2fda4b |
#da2fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da2fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#da2fbe Color CSS Codes
.mybgcolor {background-color:#da2fbe; } .myforecolor {color:#da2fbe; } .mybordercolor {border:3px solid #da2fbe; }
#da2fbe Text Font Color
<p style="color:#da2fbe">Text here</p>
This sample text font color is #da2fbe
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.
#da2fbe Background Color
<div style="background-color:#da2fbe">
Div content here</div>
This div background color is #da2fbe
#da2fbe Border Color
<div style="border:3px solid #da2fbe">
Div here</div>
This div border color is #da2fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,47,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da2fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da2fbe; -webkit-box-shadow: 1px 1px 3px 2px #da2fbe; box-shadow: 1px 1px 3px 2px #da2fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,47,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 #da2fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da2fbe; -webkit-box-shadow: 1px 1px 3px 2px #da2fbe; box-shadow: 1px 1px 3px 2px #da2fbe;">
Div content here</div>
This div box has shadow with color #da2fbe
Comments
No comments written yet.
Please login to write comment.