Color spaces of #d66cff
RGB | 214 | 108 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.71 |
HSV | 283° | 58° | 100° |
CMYK | 0.16 | 0.58 | 0.00 0.00 |
XYZ | 51.1441 | 32.2413 | 98.1353 |
Yxy | 32.2413 | 0.2818 | 0.1776 |
Hunter Lab | 56.7814 | 61.4108 | -62.7239 |
CIE-Lab | 63.5418 | 63.8301 | -56.0491 |
#d66cff color RGB value is (214,108,255).
#d66cff hex color red value is 214, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d66cff hue: 0.79 , saturation: 1.00 and the lightness value of d66cff is 0.71.
The process color (four color CMYK) of #d66cff color hex is 0.16, 0.58, 0.00, 0.00. Web safe color of #d66cff is #cc66ff. Color #d66cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01101100 | 11111111 |
Octal | 326 | 154 | 377 |
Decimal | 214 | 108 | 255 |
Hex | D6 | 6C | FF |
Shades of #d66cff
Tints of #d66cff
RGB Percentages of Color #d66cff
CMYK Percentages of Color #d66cff
Complementary Color
#d66cff | #95ff6c |
#d66cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d66cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d66cff Color CSS Codes
.mybgcolor {background-color:#d66cff; } .myforecolor {color:#d66cff; } .mybordercolor {border:3px solid #d66cff; }
#d66cff Text Font Color
<p style="color:#d66cff">Text here</p>
This sample text font color is #d66cff
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.
#d66cff Background Color
<div style="background-color:#d66cff">
Div content here</div>
This div background color is #d66cff
#d66cff Border Color
<div style="border:3px solid #d66cff">
Div here</div>
This div border color is #d66cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,108,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d66cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d66cff; -webkit-box-shadow: 1px 1px 3px 2px #d66cff; box-shadow: 1px 1px 3px 2px #d66cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,108,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 #d66cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d66cff; -webkit-box-shadow: 1px 1px 3px 2px #d66cff; box-shadow: 1px 1px 3px 2px #d66cff;">
Div content here</div>
This div box has shadow with color #d66cff
#d66cff Color Palettes
Comments
No comments written yet.
Please login to write comment.