Color spaces of #db8bef
RGB | 219 | 139 | 239 |
---|---|---|---|
HSL | 0.80 | 0.76 | 0.74 |
HSV | 288° | 42° | 94° |
CMYK | 0.08 | 0.42 | 0.00 0.06 |
XYZ | 54.0260 | 39.7573 | 86.4878 |
Yxy | 39.7573 | 0.2997 | 0.2205 |
Hunter Lab | 63.0534 | 42.6006 | -37.1883 |
CIE-Lab | 69.2963 | 46.5257 | -38.1604 |
#db8bef color RGB value is (219,139,239).
#db8bef hex color red value is 219, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #db8bef hue: 0.80 , saturation: 0.76 and the lightness value of db8bef is 0.74.
The process color (four color CMYK) of #db8bef color hex is 0.08, 0.42, 0.00, 0.06. Web safe color of #db8bef is #cc99ff. Color #db8bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10001011 | 11101111 |
Octal | 333 | 213 | 357 |
Decimal | 219 | 139 | 239 |
Hex | DB | 8B | EF |
Shades of #db8bef
Tints of #db8bef
RGB Percentages of Color #db8bef
CMYK Percentages of Color #db8bef
Complementary Color
#db8bef | #9fef8b |
#db8bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db8bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#db8bef Color CSS Codes
.mybgcolor {background-color:#db8bef; } .myforecolor {color:#db8bef; } .mybordercolor {border:3px solid #db8bef; }
#db8bef Text Font Color
<p style="color:#db8bef">Text here</p>
This sample text font color is #db8bef
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.
#db8bef Background Color
<div style="background-color:#db8bef">
Div content here</div>
This div background color is #db8bef
#db8bef Border Color
<div style="border:3px solid #db8bef">
Div here</div>
This div border color is #db8bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,139,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db8bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db8bef; -webkit-box-shadow: 1px 1px 3px 2px #db8bef; box-shadow: 1px 1px 3px 2px #db8bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,139,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db8bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db8bef; -webkit-box-shadow: 1px 1px 3px 2px #db8bef; box-shadow: 1px 1px 3px 2px #db8bef;">
Div content here</div>
This div box has shadow with color #db8bef
Comments
No comments written yet.
Please login to write comment.