Color spaces of #db638f
RGB | 219 | 99 | 143 |
---|---|---|---|
HSL | 0.94 | 0.63 | 0.62 |
HSV | 338° | 55° | 86° |
CMYK | 0.00 | 0.55 | 0.35 0.14 |
XYZ | 38.6332 | 25.9669 | 28.9625 |
Yxy | 25.9669 | 0.4129 | 0.2775 |
Hunter Lab | 50.9577 | 46.1523 | 1.9722 |
CIE-Lab | 58.0056 | 51.3873 | -1.0281 |
#db638f color RGB value is (219,99,143).
#db638f hex color red value is 219, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db638f hue: 0.94 , saturation: 0.63 and the lightness value of db638f is 0.62.
The process color (four color CMYK) of #db638f color hex is 0.00, 0.55, 0.35, 0.14. Web safe color of #db638f is #cc6699. Color #db638f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01100011 | 10001111 |
Octal | 333 | 143 | 217 |
Decimal | 219 | 99 | 143 |
Hex | DB | 63 | 8F |
Shades of #db638f
Tints of #db638f
RGB Percentages of Color #db638f
CMYK Percentages of Color #db638f
Complementary Color
#db638f | #63dbaf |
#db638f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db638f Color Preview on White Background
Lorem ipsum dolor sit amet.
#db638f Color CSS Codes
.mybgcolor {background-color:#db638f; } .myforecolor {color:#db638f; } .mybordercolor {border:3px solid #db638f; }
#db638f Text Font Color
<p style="color:#db638f">Text here</p>
This sample text font color is #db638f
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.
#db638f Background Color
<div style="background-color:#db638f">
Div content here</div>
This div background color is #db638f
#db638f Border Color
<div style="border:3px solid #db638f">
Div here</div>
This div border color is #db638f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,99,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db638f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db638f; -webkit-box-shadow: 1px 1px 3px 2px #db638f; box-shadow: 1px 1px 3px 2px #db638f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,99,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db638f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db638f; -webkit-box-shadow: 1px 1px 3px 2px #db638f; box-shadow: 1px 1px 3px 2px #db638f;">
Div content here</div>
This div box has shadow with color #db638f
Comments
No comments written yet.
Please login to write comment.