Color spaces of #d66ebc
RGB | 214 | 110 | 188 |
---|---|---|---|
HSL | 0.88 | 0.56 | 0.64 |
HSV | 315° | 49° | 84° |
CMYK | 0.00 | 0.49 | 0.12 0.16 |
XYZ | 42.3846 | 29.0788 | 50.9558 |
Yxy | 29.0788 | 0.3462 | 0.2375 |
Hunter Lab | 53.9248 | 45.9318 | -18.2783 |
CIE-Lab | 60.8511 | 50.7422 | -22.7753 |
#d66ebc color RGB value is (214,110,188).
#d66ebc hex color red value is 214, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d66ebc hue: 0.88 , saturation: 0.56 and the lightness value of d66ebc is 0.64.
The process color (four color CMYK) of #d66ebc color hex is 0.00, 0.49, 0.12, 0.16. Web safe color of #d66ebc is #cc66cc. Color #d66ebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01101110 | 10111100 |
Octal | 326 | 156 | 274 |
Decimal | 214 | 110 | 188 |
Hex | D6 | 6E | BC |
Shades of #d66ebc
Tints of #d66ebc
RGB Percentages of Color #d66ebc
CMYK Percentages of Color #d66ebc
Complementary Color
#d66ebc | #6ed688 |
#d66ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d66ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d66ebc Color CSS Codes
.mybgcolor {background-color:#d66ebc; } .myforecolor {color:#d66ebc; } .mybordercolor {border:3px solid #d66ebc; }
#d66ebc Text Font Color
<p style="color:#d66ebc">Text here</p>
This sample text font color is #d66ebc
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.
#d66ebc Background Color
<div style="background-color:#d66ebc">
Div content here</div>
This div background color is #d66ebc
#d66ebc Border Color
<div style="border:3px solid #d66ebc">
Div here</div>
This div border color is #d66ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,110,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d66ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d66ebc; -webkit-box-shadow: 1px 1px 3px 2px #d66ebc; box-shadow: 1px 1px 3px 2px #d66ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,110,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d66ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d66ebc; -webkit-box-shadow: 1px 1px 3px 2px #d66ebc; box-shadow: 1px 1px 3px 2px #d66ebc;">
Div content here</div>
This div box has shadow with color #d66ebc
Comments
No comments written yet.
Please login to write comment.