Color spaces of #db2fbd
RGB | 219 | 47 | 189 |
---|---|---|---|
HSL | 0.86 | 0.70 | 0.52 |
HSV | 310° | 79° | 86° |
CMYK | 0.00 | 0.79 | 0.14 0.14 |
XYZ | 39.4152 | 20.7672 | 50.0752 |
Yxy | 20.7672 | 0.3575 | 0.1884 |
Hunter Lab | 45.5710 | 74.6385 | -33.2504 |
CIE-Lab | 52.6938 | 76.7656 | -35.9400 |
#db2fbd color RGB value is (219,47,189).
#db2fbd hex color red value is 219, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db2fbd hue: 0.86 , saturation: 0.70 and the lightness value of db2fbd is 0.52.
The process color (four color CMYK) of #db2fbd color hex is 0.00, 0.79, 0.14, 0.14. Web safe color of #db2fbd is #cc33cc. Color #db2fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00101111 | 10111101 |
Octal | 333 | 57 | 275 |
Decimal | 219 | 47 | 189 |
Hex | DB | 2F | BD |
Shades of #db2fbd
Tints of #db2fbd
RGB Percentages of Color #db2fbd
CMYK Percentages of Color #db2fbd
Complementary Color
#db2fbd | #2fdb4d |
#db2fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db2fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#db2fbd Color CSS Codes
.mybgcolor {background-color:#db2fbd; } .myforecolor {color:#db2fbd; } .mybordercolor {border:3px solid #db2fbd; }
#db2fbd Text Font Color
<p style="color:#db2fbd">Text here</p>
This sample text font color is #db2fbd
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.
#db2fbd Background Color
<div style="background-color:#db2fbd">
Div content here</div>
This div background color is #db2fbd
#db2fbd Border Color
<div style="border:3px solid #db2fbd">
Div here</div>
This div border color is #db2fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,47,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db2fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db2fbd; -webkit-box-shadow: 1px 1px 3px 2px #db2fbd; box-shadow: 1px 1px 3px 2px #db2fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,47,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db2fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db2fbd; -webkit-box-shadow: 1px 1px 3px 2px #db2fbd; box-shadow: 1px 1px 3px 2px #db2fbd;">
Div content here</div>
This div box has shadow with color #db2fbd
Comments
No comments written yet.
Please login to write comment.