Color spaces of #db42fb
RGB | 219 | 66 | 251 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.62 |
HSV | 290° | 74° | 98° |
CMYK | 0.13 | 0.74 | 0.00 0.02 |
XYZ | 48.5742 | 25.9215 | 93.7100 |
Yxy | 25.9215 | 0.2888 | 0.1541 |
Hunter Lab | 50.9132 | 81.2016 | -73.4891 |
CIE-Lab | 57.9625 | 80.9499 | -62.7200 |
#db42fb color RGB value is (219,66,251).
#db42fb hex color red value is 219, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db42fb hue: 0.80 , saturation: 0.96 and the lightness value of db42fb is 0.62.
The process color (four color CMYK) of #db42fb color hex is 0.13, 0.74, 0.00, 0.02. Web safe color of #db42fb is #cc33ff. Color #db42fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01000010 | 11111011 |
Octal | 333 | 102 | 373 |
Decimal | 219 | 66 | 251 |
Hex | DB | 42 | FB |
Shades of #db42fb
Tints of #db42fb
RGB Percentages of Color #db42fb
CMYK Percentages of Color #db42fb
Complementary Color
#db42fb | #62fb42 |
#db42fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db42fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db42fb Color CSS Codes
.mybgcolor {background-color:#db42fb; } .myforecolor {color:#db42fb; } .mybordercolor {border:3px solid #db42fb; }
#db42fb Text Font Color
<p style="color:#db42fb">Text here</p>
This sample text font color is #db42fb
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.
#db42fb Background Color
<div style="background-color:#db42fb">
Div content here</div>
This div background color is #db42fb
#db42fb Border Color
<div style="border:3px solid #db42fb">
Div here</div>
This div border color is #db42fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,66,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db42fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db42fb; -webkit-box-shadow: 1px 1px 3px 2px #db42fb; box-shadow: 1px 1px 3px 2px #db42fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,66,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db42fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db42fb; -webkit-box-shadow: 1px 1px 3px 2px #db42fb; box-shadow: 1px 1px 3px 2px #db42fb;">
Div content here</div>
This div box has shadow with color #db42fb
Comments
No comments written yet.
Please login to write comment.