Color spaces of #db74ca
RGB | 219 | 116 | 202 |
---|---|---|---|
HSL | 0.86 | 0.59 | 0.66 |
HSV | 310° | 47° | 86° |
CMYK | 0.00 | 0.47 | 0.08 0.14 |
XYZ | 46.1195 | 31.8151 | 59.5873 |
Yxy | 31.8151 | 0.3354 | 0.2313 |
Hunter Lab | 56.4049 | 47.2422 | -23.1518 |
CIE-Lab | 63.1898 | 51.5678 | -27.0576 |
#db74ca color RGB value is (219,116,202).
#db74ca hex color red value is 219, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db74ca hue: 0.86 , saturation: 0.59 and the lightness value of db74ca is 0.66.
The process color (four color CMYK) of #db74ca color hex is 0.00, 0.47, 0.08, 0.14. Web safe color of #db74ca is #cc66cc. Color #db74ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110100 | 11001010 |
Octal | 333 | 164 | 312 |
Decimal | 219 | 116 | 202 |
Hex | DB | 74 | CA |
Shades of #db74ca
Tints of #db74ca
RGB Percentages of Color #db74ca
CMYK Percentages of Color #db74ca
Complementary Color
#db74ca | #74db85 |
#db74ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db74ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#db74ca Color CSS Codes
.mybgcolor {background-color:#db74ca; } .myforecolor {color:#db74ca; } .mybordercolor {border:3px solid #db74ca; }
#db74ca Text Font Color
<p style="color:#db74ca">Text here</p>
This sample text font color is #db74ca
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.
#db74ca Background Color
<div style="background-color:#db74ca">
Div content here</div>
This div background color is #db74ca
#db74ca Border Color
<div style="border:3px solid #db74ca">
Div here</div>
This div border color is #db74ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,116,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db74ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db74ca; -webkit-box-shadow: 1px 1px 3px 2px #db74ca; box-shadow: 1px 1px 3px 2px #db74ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,116,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db74ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db74ca; -webkit-box-shadow: 1px 1px 3px 2px #db74ca; box-shadow: 1px 1px 3px 2px #db74ca;">
Div content here</div>
This div box has shadow with color #db74ca
Comments
No comments written yet.
Please login to write comment.