Color spaces of #db607c
RGB | 219 | 96 | 124 |
---|---|---|---|
HSL | 0.96 | 0.63 | 0.62 |
HSV | 346° | 56° | 86° |
CMYK | 0.00 | 0.56 | 0.43 0.14 |
XYZ | 37.0344 | 24.8810 | 21.9194 |
Yxy | 24.8810 | 0.4418 | 0.2968 |
Hunter Lab | 49.8809 | 45.2371 | 8.8625 |
CIE-Lab | 56.9593 | 50.7160 | 8.5761 |
#db607c color RGB value is (219,96,124).
#db607c hex color red value is 219, green value is 96 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db607c hue: 0.96 , saturation: 0.63 and the lightness value of db607c is 0.62.
The process color (four color CMYK) of #db607c color hex is 0.00, 0.56, 0.43, 0.14. Web safe color of #db607c is #cc6666. Color #db607c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01100000 | 01111100 |
Octal | 333 | 140 | 174 |
Decimal | 219 | 96 | 124 |
Hex | DB | 60 | 7C |
Shades of #db607c
Tints of #db607c
RGB Percentages of Color #db607c
CMYK Percentages of Color #db607c
Complementary Color
#db607c | #60dbbf |
#db607c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db607c Color Preview on White Background
Lorem ipsum dolor sit amet.
#db607c Color CSS Codes
.mybgcolor {background-color:#db607c; } .myforecolor {color:#db607c; } .mybordercolor {border:3px solid #db607c; }
#db607c Text Font Color
<p style="color:#db607c">Text here</p>
This sample text font color is #db607c
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.
#db607c Background Color
<div style="background-color:#db607c">
Div content here</div>
This div background color is #db607c
#db607c Border Color
<div style="border:3px solid #db607c">
Div here</div>
This div border color is #db607c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,96,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db607c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db607c; -webkit-box-shadow: 1px 1px 3px 2px #db607c; box-shadow: 1px 1px 3px 2px #db607c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,96,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db607c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db607c; -webkit-box-shadow: 1px 1px 3px 2px #db607c; box-shadow: 1px 1px 3px 2px #db607c;">
Div content here</div>
This div box has shadow with color #db607c
Comments
No comments written yet.
Please login to write comment.