Color spaces of #db26da
RGB | 219 | 38 | 218 |
---|---|---|---|
HSL | 0.83 | 0.72 | 0.50 |
HSV | 300° | 83° | 86° |
CMYK | 0.00 | 0.83 | 0.00 0.14 |
XYZ | 42.5614 | 21.5083 | 68.2379 |
Yxy | 21.5083 | 0.3217 | 0.1626 |
Hunter Lab | 46.3770 | 82.6542 | -54.7737 |
CIE-Lab | 53.5014 | 82.9525 | -51.3233 |
#db26da color RGB value is (219,38,218).
#db26da hex color red value is 219, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db26da hue: 0.83 , saturation: 0.72 and the lightness value of db26da is 0.50.
The process color (four color CMYK) of #db26da color hex is 0.00, 0.83, 0.00, 0.14. Web safe color of #db26da is #cc33cc. Color #db26da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00100110 | 11011010 |
Octal | 333 | 46 | 332 |
Decimal | 219 | 38 | 218 |
Hex | DB | 26 | DA |
Shades of #db26da
Tints of #db26da
RGB Percentages of Color #db26da
CMYK Percentages of Color #db26da
Complementary Color
#db26da | #26db27 |
#db26da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db26da Color Preview on White Background
Lorem ipsum dolor sit amet.
#db26da Color CSS Codes
.mybgcolor {background-color:#db26da; } .myforecolor {color:#db26da; } .mybordercolor {border:3px solid #db26da; }
#db26da Text Font Color
<p style="color:#db26da">Text here</p>
This sample text font color is #db26da
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.
#db26da Background Color
<div style="background-color:#db26da">
Div content here</div>
This div background color is #db26da
#db26da Border Color
<div style="border:3px solid #db26da">
Div here</div>
This div border color is #db26da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,38,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db26da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db26da; -webkit-box-shadow: 1px 1px 3px 2px #db26da; box-shadow: 1px 1px 3px 2px #db26da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,38,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 #db26da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db26da; -webkit-box-shadow: 1px 1px 3px 2px #db26da; box-shadow: 1px 1px 3px 2px #db26da;">
Div content here</div>
This div box has shadow with color #db26da
Comments
No comments written yet.
Please login to write comment.