Color spaces of #db2ffc
RGB | 219 | 47 | 252 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.59 |
HSV | 290° | 81° | 99° |
CMYK | 0.13 | 0.81 | 0.00 0.01 |
XYZ | 47.8006 | 24.1214 | 94.2320 |
Yxy | 24.1214 | 0.2877 | 0.1452 |
Hunter Lab | 49.1135 | 87.7795 | -79.3776 |
CIE-Lab | 56.2091 | 86.3738 | -66.0956 |
#db2ffc color RGB value is (219,47,252).
#db2ffc hex color red value is 219, green value is 47 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #db2ffc hue: 0.81 , saturation: 0.97 and the lightness value of db2ffc is 0.59.
The process color (four color CMYK) of #db2ffc color hex is 0.13, 0.81, 0.00, 0.01. Web safe color of #db2ffc is #cc33ff. Color #db2ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00101111 | 11111100 |
Octal | 333 | 57 | 374 |
Decimal | 219 | 47 | 252 |
Hex | DB | 2F | FC |
Shades of #db2ffc
Tints of #db2ffc
RGB Percentages of Color #db2ffc
CMYK Percentages of Color #db2ffc
Complementary Color
#db2ffc | #50fc2f |
#db2ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db2ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#db2ffc Color CSS Codes
.mybgcolor {background-color:#db2ffc; } .myforecolor {color:#db2ffc; } .mybordercolor {border:3px solid #db2ffc; }
#db2ffc Text Font Color
<p style="color:#db2ffc">Text here</p>
This sample text font color is #db2ffc
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.
#db2ffc Background Color
<div style="background-color:#db2ffc">
Div content here</div>
This div background color is #db2ffc
#db2ffc Border Color
<div style="border:3px solid #db2ffc">
Div here</div>
This div border color is #db2ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,47,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db2ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db2ffc; -webkit-box-shadow: 1px 1px 3px 2px #db2ffc; box-shadow: 1px 1px 3px 2px #db2ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,47,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db2ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db2ffc; -webkit-box-shadow: 1px 1px 3px 2px #db2ffc; box-shadow: 1px 1px 3px 2px #db2ffc;">
Div content here</div>
This div box has shadow with color #db2ffc
Comments
No comments written yet.
Please login to write comment.