Color spaces of #db88fd
RGB | 219 | 136 | 253 |
---|---|---|---|
HSL | 0.78 | 0.97 | 0.76 |
HSV | 283° | 46° | 99° |
CMYK | 0.13 | 0.46 | 0.00 0.01 |
XYZ | 55.7472 | 39.7602 | 97.6648 |
Yxy | 39.7602 | 0.2886 | 0.2058 |
Hunter Lab | 63.0557 | 47.4634 | -47.6933 |
CIE-Lab | 69.2984 | 50.8693 | -45.8148 |
#db88fd color RGB value is (219,136,253).
#db88fd hex color red value is 219, green value is 136 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db88fd hue: 0.78 , saturation: 0.97 and the lightness value of db88fd is 0.76.
The process color (four color CMYK) of #db88fd color hex is 0.13, 0.46, 0.00, 0.01. Web safe color of #db88fd is #cc99ff. Color #db88fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10001000 | 11111101 |
Octal | 333 | 210 | 375 |
Decimal | 219 | 136 | 253 |
Hex | DB | 88 | FD |
Shades of #db88fd
Tints of #db88fd
RGB Percentages of Color #db88fd
CMYK Percentages of Color #db88fd
Complementary Color
#db88fd | #aafd88 |
#db88fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db88fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#db88fd Color CSS Codes
.mybgcolor {background-color:#db88fd; } .myforecolor {color:#db88fd; } .mybordercolor {border:3px solid #db88fd; }
#db88fd Text Font Color
<p style="color:#db88fd">Text here</p>
This sample text font color is #db88fd
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.
#db88fd Background Color
<div style="background-color:#db88fd">
Div content here</div>
This div background color is #db88fd
#db88fd Border Color
<div style="border:3px solid #db88fd">
Div here</div>
This div border color is #db88fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,136,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db88fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db88fd; -webkit-box-shadow: 1px 1px 3px 2px #db88fd; box-shadow: 1px 1px 3px 2px #db88fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,136,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db88fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db88fd; -webkit-box-shadow: 1px 1px 3px 2px #db88fd; box-shadow: 1px 1px 3px 2px #db88fd;">
Div content here</div>
This div box has shadow with color #db88fd
Comments
No comments written yet.
Please login to write comment.