Color spaces of #db92fb
RGB | 219 | 146 | 251 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.78 |
HSV | 282° | 42° | 98° |
CMYK | 0.13 | 0.42 | 0.00 0.02 |
XYZ | 56.9049 | 42.5829 | 96.4869 |
Yxy | 42.5829 | 0.2904 | 0.2173 |
Hunter Lab | 65.2556 | 41.4603 | -41.9873 |
CIE-Lab | 71.2710 | 45.2443 | -41.6352 |
#db92fb color RGB value is (219,146,251).
#db92fb hex color red value is 219, green value is 146 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db92fb hue: 0.78 , saturation: 0.93 and the lightness value of db92fb is 0.78.
The process color (four color CMYK) of #db92fb color hex is 0.13, 0.42, 0.00, 0.02. Web safe color of #db92fb is #cc99ff. Color #db92fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10010010 | 11111011 |
Octal | 333 | 222 | 373 |
Decimal | 219 | 146 | 251 |
Hex | DB | 92 | FB |
Shades of #db92fb
Tints of #db92fb
RGB Percentages of Color #db92fb
CMYK Percentages of Color #db92fb
Complementary Color
#db92fb | #b2fb92 |
#db92fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db92fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db92fb Color CSS Codes
.mybgcolor {background-color:#db92fb; } .myforecolor {color:#db92fb; } .mybordercolor {border:3px solid #db92fb; }
#db92fb Text Font Color
<p style="color:#db92fb">Text here</p>
This sample text font color is #db92fb
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.
#db92fb Background Color
<div style="background-color:#db92fb">
Div content here</div>
This div background color is #db92fb
#db92fb Border Color
<div style="border:3px solid #db92fb">
Div here</div>
This div border color is #db92fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,146,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db92fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db92fb; -webkit-box-shadow: 1px 1px 3px 2px #db92fb; box-shadow: 1px 1px 3px 2px #db92fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,146,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 #db92fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db92fb; -webkit-box-shadow: 1px 1px 3px 2px #db92fb; box-shadow: 1px 1px 3px 2px #db92fb;">
Div content here</div>
This div box has shadow with color #db92fb
Comments
No comments written yet.
Please login to write comment.