Color spaces of #db55ff
RGB | 219 | 85 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.67 |
HSV | 287° | 67° | 100° |
CMYK | 0.14 | 0.67 | 0.00 0.00 |
XYZ | 50.5119 | 28.7771 | 97.5000 |
Yxy | 28.7771 | 0.2857 | 0.1628 |
Hunter Lab | 53.6443 | 74.1995 | -70.2102 |
CIE-Lab | 60.5844 | 74.8949 | -60.7303 |
#db55ff color RGB value is (219,85,255).
#db55ff hex color red value is 219, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db55ff hue: 0.80 , saturation: 1.00 and the lightness value of db55ff is 0.67.
The process color (four color CMYK) of #db55ff color hex is 0.14, 0.67, 0.00, 0.00. Web safe color of #db55ff is #cc66ff. Color #db55ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010101 | 11111111 |
Octal | 333 | 125 | 377 |
Decimal | 219 | 85 | 255 |
Hex | DB | 55 | FF |
Shades of #db55ff
Tints of #db55ff
RGB Percentages of Color #db55ff
CMYK Percentages of Color #db55ff
Complementary Color
#db55ff | #79ff55 |
#db55ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db55ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#db55ff Color CSS Codes
.mybgcolor {background-color:#db55ff; } .myforecolor {color:#db55ff; } .mybordercolor {border:3px solid #db55ff; }
#db55ff Text Font Color
<p style="color:#db55ff">Text here</p>
This sample text font color is #db55ff
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.
#db55ff Background Color
<div style="background-color:#db55ff">
Div content here</div>
This div background color is #db55ff
#db55ff Border Color
<div style="border:3px solid #db55ff">
Div here</div>
This div border color is #db55ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,85,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db55ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db55ff; -webkit-box-shadow: 1px 1px 3px 2px #db55ff; box-shadow: 1px 1px 3px 2px #db55ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,85,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db55ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db55ff; -webkit-box-shadow: 1px 1px 3px 2px #db55ff; box-shadow: 1px 1px 3px 2px #db55ff;">
Div content here</div>
This div box has shadow with color #db55ff
Related Colors
Comments
No comments written yet.
Please login to write comment.