Color spaces of #db68da
RGB | 219 | 104 | 218 |
---|---|---|---|
HSL | 0.83 | 0.61 | 0.63 |
HSV | 301° | 53° | 86° |
CMYK | 0.00 | 0.53 | 0.00 0.14 |
XYZ | 46.8186 | 30.0227 | 69.6570 |
Yxy | 30.0227 | 0.3196 | 0.2049 |
Hunter Lab | 54.7930 | 56.6340 | -37.0189 |
CIE-Lab | 61.6738 | 60.0775 | -38.4112 |
#db68da color RGB value is (219,104,218).
#db68da hex color red value is 219, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db68da hue: 0.83 , saturation: 0.61 and the lightness value of db68da is 0.63.
The process color (four color CMYK) of #db68da color hex is 0.00, 0.53, 0.00, 0.14. Web safe color of #db68da is #cc66cc. Color #db68da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01101000 | 11011010 |
Octal | 333 | 150 | 332 |
Decimal | 219 | 104 | 218 |
Hex | DB | 68 | DA |
Shades of #db68da
Tints of #db68da
RGB Percentages of Color #db68da
CMYK Percentages of Color #db68da
Complementary Color
#db68da | #68db69 |
#db68da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db68da Color Preview on White Background
Lorem ipsum dolor sit amet.
#db68da Color CSS Codes
.mybgcolor {background-color:#db68da; } .myforecolor {color:#db68da; } .mybordercolor {border:3px solid #db68da; }
#db68da Text Font Color
<p style="color:#db68da">Text here</p>
This sample text font color is #db68da
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.
#db68da Background Color
<div style="background-color:#db68da">
Div content here</div>
This div background color is #db68da
#db68da Border Color
<div style="border:3px solid #db68da">
Div here</div>
This div border color is #db68da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,104,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db68da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db68da; -webkit-box-shadow: 1px 1px 3px 2px #db68da; box-shadow: 1px 1px 3px 2px #db68da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,104,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db68da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db68da; -webkit-box-shadow: 1px 1px 3px 2px #db68da; box-shadow: 1px 1px 3px 2px #db68da;">
Div content here</div>
This div box has shadow with color #db68da
Comments
No comments written yet.
Please login to write comment.