Color spaces of #ec56fc
RGB | 236 | 86 | 252 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.66 |
HSV | 294° | 66° | 99° |
CMYK | 0.06 | 0.66 | 0.00 0.01 |
XYZ | 55.4905 | 31.5167 | 95.2541 |
Yxy | 31.5167 | 0.3045 | 0.1729 |
Hunter Lab | 56.1397 | 78.1912 | -61.3014 |
CIE-Lab | 62.9414 | 77.6267 | -55.1748 |
#ec56fc color RGB value is (236,86,252).
#ec56fc hex color red value is 236, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec56fc hue: 0.82 , saturation: 0.97 and the lightness value of ec56fc is 0.66.
The process color (four color CMYK) of #ec56fc color hex is 0.06, 0.66, 0.00, 0.01. Web safe color of #ec56fc is #ff66ff. Color #ec56fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01010110 | 11111100 |
Octal | 354 | 126 | 374 |
Decimal | 236 | 86 | 252 |
Hex | EC | 56 | FC |
Shades of #ec56fc
Tints of #ec56fc
RGB Percentages of Color #ec56fc
CMYK Percentages of Color #ec56fc
Complementary Color
#ec56fc | #66fc56 |
#ec56fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec56fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec56fc Color CSS Codes
.mybgcolor {background-color:#ec56fc; } .myforecolor {color:#ec56fc; } .mybordercolor {border:3px solid #ec56fc; }
#ec56fc Text Font Color
<p style="color:#ec56fc">Text here</p>
This sample text font color is #ec56fc
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.
#ec56fc Background Color
<div style="background-color:#ec56fc">
Div content here</div>
This div background color is #ec56fc
#ec56fc Border Color
<div style="border:3px solid #ec56fc">
Div here</div>
This div border color is #ec56fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,86,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec56fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec56fc; -webkit-box-shadow: 1px 1px 3px 2px #ec56fc; box-shadow: 1px 1px 3px 2px #ec56fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,86,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 #ec56fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec56fc; -webkit-box-shadow: 1px 1px 3px 2px #ec56fc; box-shadow: 1px 1px 3px 2px #ec56fc;">
Div content here</div>
This div box has shadow with color #ec56fc
Comments
No comments written yet.
Please login to write comment.