Color spaces of #ecd7fe
RGB | 236 | 215 | 254 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.92 |
HSV | 272° | 15° | 100° |
CMYK | 0.07 | 0.15 | 0.00 0.00 |
XYZ | 76.7819 | 73.5895 | 103.9233 |
Yxy | 73.5895 | 0.3019 | 0.2894 |
Hunter Lab | 85.7843 | 9.6452 | -11.7778 |
CIE-Lab | 88.7281 | 14.2542 | -16.3503 |
#ecd7fe color RGB value is (236,215,254).
#ecd7fe hex color red value is 236, green value is 215 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecd7fe hue: 0.76 , saturation: 0.95 and the lightness value of ecd7fe is 0.92.
The process color (four color CMYK) of #ecd7fe color hex is 0.07, 0.15, 0.00, 0.00. Web safe color of #ecd7fe is #ffccff. Color #ecd7fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010111 | 11111110 |
Octal | 354 | 327 | 376 |
Decimal | 236 | 215 | 254 |
Hex | EC | D7 | FE |
Shades of #ecd7fe
Tints of #ecd7fe
RGB Percentages of Color #ecd7fe
CMYK Percentages of Color #ecd7fe
Complementary Color
#ecd7fe | #e9fed7 |
#ecd7fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd7fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd7fe Color CSS Codes
.mybgcolor {background-color:#ecd7fe; } .myforecolor {color:#ecd7fe; } .mybordercolor {border:3px solid #ecd7fe; }
#ecd7fe Text Font Color
<p style="color:#ecd7fe">Text here</p>
This sample text font color is #ecd7fe
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.
#ecd7fe Background Color
<div style="background-color:#ecd7fe">
Div content here</div>
This div background color is #ecd7fe
#ecd7fe Border Color
<div style="border:3px solid #ecd7fe">
Div here</div>
This div border color is #ecd7fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,215,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd7fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd7fe; -webkit-box-shadow: 1px 1px 3px 2px #ecd7fe; box-shadow: 1px 1px 3px 2px #ecd7fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,215,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd7fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd7fe; -webkit-box-shadow: 1px 1px 3px 2px #ecd7fe; box-shadow: 1px 1px 3px 2px #ecd7fe;">
Div content here</div>
This div box has shadow with color #ecd7fe
Comments
No comments written yet.
Please login to write comment.