Color spaces of #ec61fc
RGB | 236 | 97 | 252 |
---|---|---|---|
HSL | 0.82 | 0.96 | 0.68 |
HSV | 294° | 62° | 99° |
CMYK | 0.06 | 0.62 | 0.00 0.01 |
XYZ | 56.4375 | 33.4105 | 95.5698 |
Yxy | 33.4105 | 0.3044 | 0.1802 |
Hunter Lab | 57.8018 | 73.1336 | -57.5691 |
CIE-Lab | 64.4919 | 73.3073 | -52.7126 |
#ec61fc color RGB value is (236,97,252).
#ec61fc hex color red value is 236, green value is 97 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec61fc hue: 0.82 , saturation: 0.96 and the lightness value of ec61fc is 0.68.
The process color (four color CMYK) of #ec61fc color hex is 0.06, 0.62, 0.00, 0.01. Web safe color of #ec61fc is #ff66ff. Color #ec61fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01100001 | 11111100 |
Octal | 354 | 141 | 374 |
Decimal | 236 | 97 | 252 |
Hex | EC | 61 | FC |
Shades of #ec61fc
Tints of #ec61fc
RGB Percentages of Color #ec61fc
CMYK Percentages of Color #ec61fc
Complementary Color
#ec61fc | #71fc61 |
#ec61fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec61fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec61fc Color CSS Codes
.mybgcolor {background-color:#ec61fc; } .myforecolor {color:#ec61fc; } .mybordercolor {border:3px solid #ec61fc; }
#ec61fc Text Font Color
<p style="color:#ec61fc">Text here</p>
This sample text font color is #ec61fc
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.
#ec61fc Background Color
<div style="background-color:#ec61fc">
Div content here</div>
This div background color is #ec61fc
#ec61fc Border Color
<div style="border:3px solid #ec61fc">
Div here</div>
This div border color is #ec61fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,97,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec61fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec61fc; -webkit-box-shadow: 1px 1px 3px 2px #ec61fc; box-shadow: 1px 1px 3px 2px #ec61fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,97,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 #ec61fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec61fc; -webkit-box-shadow: 1px 1px 3px 2px #ec61fc; box-shadow: 1px 1px 3px 2px #ec61fc;">
Div content here</div>
This div box has shadow with color #ec61fc
Comments
No comments written yet.
Please login to write comment.