Color spaces of #d06eff
RGB | 208 | 110 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.72 |
HSV | 281° | 57° | 100° |
CMYK | 0.18 | 0.57 | 0.00 0.00 |
XYZ | 49.6384 | 31.7818 | 98.1260 |
Yxy | 31.7818 | 0.2765 | 0.1770 |
Hunter Lab | 56.3753 | 58.5121 | -63.7364 |
CIE-Lab | 63.1621 | 61.4358 | -56.6976 |
#d06eff color RGB value is (208,110,255).
#d06eff hex color red value is 208, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d06eff hue: 0.78 , saturation: 1.00 and the lightness value of d06eff is 0.72.
The process color (four color CMYK) of #d06eff color hex is 0.18, 0.57, 0.00, 0.00. Web safe color of #d06eff is #cc66ff. Color #d06eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01101110 | 11111111 |
Octal | 320 | 156 | 377 |
Decimal | 208 | 110 | 255 |
Hex | D0 | 6E | FF |
Shades of #d06eff
Tints of #d06eff
RGB Percentages of Color #d06eff
CMYK Percentages of Color #d06eff
Complementary Color
#d06eff | #9dff6e |
#d06eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d06eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d06eff Color CSS Codes
.mybgcolor {background-color:#d06eff; } .myforecolor {color:#d06eff; } .mybordercolor {border:3px solid #d06eff; }
#d06eff Text Font Color
<p style="color:#d06eff">Text here</p>
This sample text font color is #d06eff
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.
#d06eff Background Color
<div style="background-color:#d06eff">
Div content here</div>
This div background color is #d06eff
#d06eff Border Color
<div style="border:3px solid #d06eff">
Div here</div>
This div border color is #d06eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,110,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d06eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d06eff; -webkit-box-shadow: 1px 1px 3px 2px #d06eff; box-shadow: 1px 1px 3px 2px #d06eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,110,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 #d06eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d06eff; -webkit-box-shadow: 1px 1px 3px 2px #d06eff; box-shadow: 1px 1px 3px 2px #d06eff;">
Div content here</div>
This div box has shadow with color #d06eff
#d06eff Color Palettes
Comments
No comments written yet.
Please login to write comment.