Color spaces of #ec71fa
RGB | 236 | 113 | 250 |
---|---|---|---|
HSL | 0.82 | 0.93 | 0.71 |
HSV | 294° | 55° | 98° |
CMYK | 0.06 | 0.55 | 0.00 0.02 |
XYZ | 57.7525 | 36.5452 | 94.4525 |
Yxy | 36.5452 | 0.3060 | 0.1936 |
Hunter Lab | 60.4526 | 64.7352 | -50.3191 |
CIE-Lab | 66.9344 | 66.0183 | -47.7523 |
#ec71fa color RGB value is (236,113,250).
#ec71fa hex color red value is 236, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ec71fa hue: 0.82 , saturation: 0.93 and the lightness value of ec71fa is 0.71.
The process color (four color CMYK) of #ec71fa color hex is 0.06, 0.55, 0.00, 0.02. Web safe color of #ec71fa is #ff66ff. Color #ec71fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01110001 | 11111010 |
Octal | 354 | 161 | 372 |
Decimal | 236 | 113 | 250 |
Hex | EC | 71 | FA |
Shades of #ec71fa
Tints of #ec71fa
RGB Percentages of Color #ec71fa
CMYK Percentages of Color #ec71fa
Complementary Color
#ec71fa | #7ffa71 |
#ec71fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec71fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec71fa Color CSS Codes
.mybgcolor {background-color:#ec71fa; } .myforecolor {color:#ec71fa; } .mybordercolor {border:3px solid #ec71fa; }
#ec71fa Text Font Color
<p style="color:#ec71fa">Text here</p>
This sample text font color is #ec71fa
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.
#ec71fa Background Color
<div style="background-color:#ec71fa">
Div content here</div>
This div background color is #ec71fa
#ec71fa Border Color
<div style="border:3px solid #ec71fa">
Div here</div>
This div border color is #ec71fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,113,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec71fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec71fa; -webkit-box-shadow: 1px 1px 3px 2px #ec71fa; box-shadow: 1px 1px 3px 2px #ec71fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,113,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec71fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec71fa; -webkit-box-shadow: 1px 1px 3px 2px #ec71fa; box-shadow: 1px 1px 3px 2px #ec71fa;">
Div content here</div>
This div box has shadow with color #ec71fa
Comments
No comments written yet.
Please login to write comment.