Color spaces of #d04efc
RGB | 208 | 78 | 252 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.65 |
HSV | 285° | 69° | 99° |
CMYK | 0.17 | 0.69 | 0.00 0.01 |
XYZ | 46.3075 | 25.8870 | 94.6515 |
Yxy | 25.8870 | 0.2775 | 0.1552 |
Hunter Lab | 50.8793 | 73.4221 | -74.6826 |
CIE-Lab | 57.9296 | 74.7740 | -63.4116 |
#d04efc color RGB value is (208,78,252).
#d04efc hex color red value is 208, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d04efc hue: 0.79 , saturation: 0.97 and the lightness value of d04efc is 0.65.
The process color (four color CMYK) of #d04efc color hex is 0.17, 0.69, 0.00, 0.01. Web safe color of #d04efc is #cc66ff. Color #d04efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01001110 | 11111100 |
Octal | 320 | 116 | 374 |
Decimal | 208 | 78 | 252 |
Hex | D0 | 4E | FC |
Shades of #d04efc
Tints of #d04efc
RGB Percentages of Color #d04efc
CMYK Percentages of Color #d04efc
Complementary Color
#d04efc | #7afc4e |
#d04efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d04efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d04efc Color CSS Codes
.mybgcolor {background-color:#d04efc; } .myforecolor {color:#d04efc; } .mybordercolor {border:3px solid #d04efc; }
#d04efc Text Font Color
<p style="color:#d04efc">Text here</p>
This sample text font color is #d04efc
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.
#d04efc Background Color
<div style="background-color:#d04efc">
Div content here</div>
This div background color is #d04efc
#d04efc Border Color
<div style="border:3px solid #d04efc">
Div here</div>
This div border color is #d04efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,78,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d04efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d04efc; -webkit-box-shadow: 1px 1px 3px 2px #d04efc; box-shadow: 1px 1px 3px 2px #d04efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,78,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d04efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d04efc; -webkit-box-shadow: 1px 1px 3px 2px #d04efc; box-shadow: 1px 1px 3px 2px #d04efc;">
Div content here</div>
This div box has shadow with color #d04efc
Comments
No comments written yet.
Please login to write comment.