Color spaces of #d04fdb
RGB | 208 | 79 | 219 |
---|---|---|---|
HSL | 0.82 | 0.66 | 0.58 |
HSV | 295° | 64° | 86° |
CMYK | 0.05 | 0.64 | 0.00 0.14 |
XYZ | 41.5946 | 24.1163 | 69.4805 |
Yxy | 24.1163 | 0.3077 | 0.1784 |
Hunter Lab | 49.1083 | 65.2493 | -49.5101 |
CIE-Lab | 56.2040 | 68.3844 | -47.6962 |
#d04fdb color RGB value is (208,79,219).
#d04fdb hex color red value is 208, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d04fdb hue: 0.82 , saturation: 0.66 and the lightness value of d04fdb is 0.58.
The process color (four color CMYK) of #d04fdb color hex is 0.05, 0.64, 0.00, 0.14. Web safe color of #d04fdb is #cc66cc. Color #d04fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01001111 | 11011011 |
Octal | 320 | 117 | 333 |
Decimal | 208 | 79 | 219 |
Hex | D0 | 4F | DB |
Shades of #d04fdb
Tints of #d04fdb
RGB Percentages of Color #d04fdb
CMYK Percentages of Color #d04fdb
Complementary Color
#d04fdb | #5adb4f |
#d04fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d04fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d04fdb Color CSS Codes
.mybgcolor {background-color:#d04fdb; } .myforecolor {color:#d04fdb; } .mybordercolor {border:3px solid #d04fdb; }
#d04fdb Text Font Color
<p style="color:#d04fdb">Text here</p>
This sample text font color is #d04fdb
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.
#d04fdb Background Color
<div style="background-color:#d04fdb">
Div content here</div>
This div background color is #d04fdb
#d04fdb Border Color
<div style="border:3px solid #d04fdb">
Div here</div>
This div border color is #d04fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,79,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d04fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d04fdb; -webkit-box-shadow: 1px 1px 3px 2px #d04fdb; box-shadow: 1px 1px 3px 2px #d04fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,79,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d04fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d04fdb; -webkit-box-shadow: 1px 1px 3px 2px #d04fdb; box-shadow: 1px 1px 3px 2px #d04fdb;">
Div content here</div>
This div box has shadow with color #d04fdb
Comments
No comments written yet.
Please login to write comment.