Color spaces of #ecd7fc
RGB | 236 | 215 | 252 |
---|---|---|---|
HSL | 0.76 | 0.86 | 0.92 |
HSV | 274° | 15° | 99° |
CMYK | 0.06 | 0.15 | 0.00 0.01 |
XYZ | 76.4632 | 73.4620 | 102.2450 |
Yxy | 73.4620 | 0.3032 | 0.2913 |
Hunter Lab | 85.7100 | 9.2502 | -10.7311 |
CIE-Lab | 88.6676 | 13.8699 | -15.3888 |
#ecd7fc color RGB value is (236,215,252).
#ecd7fc hex color red value is 236, green value is 215 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ecd7fc hue: 0.76 , saturation: 0.86 and the lightness value of ecd7fc is 0.92.
The process color (four color CMYK) of #ecd7fc color hex is 0.06, 0.15, 0.00, 0.01. Web safe color of #ecd7fc is #ffccff. Color #ecd7fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010111 | 11111100 |
Octal | 354 | 327 | 374 |
Decimal | 236 | 215 | 252 |
Hex | EC | D7 | FC |
Shades of #ecd7fc
Tints of #ecd7fc
RGB Percentages of Color #ecd7fc
CMYK Percentages of Color #ecd7fc
Complementary Color
#ecd7fc | #e7fcd7 |
#ecd7fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd7fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd7fc Color CSS Codes
.mybgcolor {background-color:#ecd7fc; } .myforecolor {color:#ecd7fc; } .mybordercolor {border:3px solid #ecd7fc; }
#ecd7fc Text Font Color
<p style="color:#ecd7fc">Text here</p>
This sample text font color is #ecd7fc
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.
#ecd7fc Background Color
<div style="background-color:#ecd7fc">
Div content here</div>
This div background color is #ecd7fc
#ecd7fc Border Color
<div style="border:3px solid #ecd7fc">
Div here</div>
This div border color is #ecd7fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,215,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd7fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd7fc; -webkit-box-shadow: 1px 1px 3px 2px #ecd7fc; box-shadow: 1px 1px 3px 2px #ecd7fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,215,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 #ecd7fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd7fc; -webkit-box-shadow: 1px 1px 3px 2px #ecd7fc; box-shadow: 1px 1px 3px 2px #ecd7fc;">
Div content here</div>
This div box has shadow with color #ecd7fc
Related Colors
Comments
No comments written yet.
Please login to write comment.