Color spaces of #db42cd
RGB | 219 | 66 | 205 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.56 |
HSV | 305° | 70° | 86° |
CMYK | 0.00 | 0.70 | 0.06 0.14 |
XYZ | 42.1811 | 23.3643 | 60.0442 |
Yxy | 23.3643 | 0.3359 | 0.1860 |
Hunter Lab | 48.3366 | 71.1794 | -39.8149 |
CIE-Lab | 55.4456 | 73.4294 | -40.8266 |
#db42cd color RGB value is (219,66,205).
#db42cd hex color red value is 219, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #db42cd hue: 0.85 , saturation: 0.68 and the lightness value of db42cd is 0.56.
The process color (four color CMYK) of #db42cd color hex is 0.00, 0.70, 0.06, 0.14. Web safe color of #db42cd is #cc33cc. Color #db42cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01000010 | 11001101 |
Octal | 333 | 102 | 315 |
Decimal | 219 | 66 | 205 |
Hex | DB | 42 | CD |
Shades of #db42cd
Tints of #db42cd
RGB Percentages of Color #db42cd
CMYK Percentages of Color #db42cd
Complementary Color
#db42cd | #42db50 |
#db42cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db42cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#db42cd Color CSS Codes
.mybgcolor {background-color:#db42cd; } .myforecolor {color:#db42cd; } .mybordercolor {border:3px solid #db42cd; }
#db42cd Text Font Color
<p style="color:#db42cd">Text here</p>
This sample text font color is #db42cd
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.
#db42cd Background Color
<div style="background-color:#db42cd">
Div content here</div>
This div background color is #db42cd
#db42cd Border Color
<div style="border:3px solid #db42cd">
Div here</div>
This div border color is #db42cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,66,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db42cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db42cd; -webkit-box-shadow: 1px 1px 3px 2px #db42cd; box-shadow: 1px 1px 3px 2px #db42cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,66,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db42cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db42cd; -webkit-box-shadow: 1px 1px 3px 2px #db42cd; box-shadow: 1px 1px 3px 2px #db42cd;">
Div content here</div>
This div box has shadow with color #db42cd
Comments
No comments written yet.
Please login to write comment.