Color spaces of #ed5fec
RGB | 237 | 95 | 236 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.65 |
HSV | 300° | 60° | 93° |
CMYK | 0.00 | 0.60 | 0.00 0.07 |
XYZ | 54.1576 | 32.2451 | 82.7264 |
Yxy | 32.2451 | 0.3202 | 0.1907 |
Hunter Lab | 56.7848 | 70.8683 | -46.6268 |
CIE-Lab | 63.5449 | 71.6521 | -45.3515 |
#ed5fec color RGB value is (237,95,236).
#ed5fec hex color red value is 237, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ed5fec hue: 0.83 , saturation: 0.80 and the lightness value of ed5fec is 0.65.
The process color (four color CMYK) of #ed5fec color hex is 0.00, 0.60, 0.00, 0.07. Web safe color of #ed5fec is #ff66ff. Color #ed5fec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01011111 | 11101100 |
Octal | 355 | 137 | 354 |
Decimal | 237 | 95 | 236 |
Hex | ED | 5F | EC |
Shades of #ed5fec
Tints of #ed5fec
RGB Percentages of Color #ed5fec
CMYK Percentages of Color #ed5fec
Complementary Color
#ed5fec | #5fed60 |
#ed5fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed5fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed5fec Color CSS Codes
.mybgcolor {background-color:#ed5fec; } .myforecolor {color:#ed5fec; } .mybordercolor {border:3px solid #ed5fec; }
#ed5fec Text Font Color
<p style="color:#ed5fec">Text here</p>
This sample text font color is #ed5fec
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.
#ed5fec Background Color
<div style="background-color:#ed5fec">
Div content here</div>
This div background color is #ed5fec
#ed5fec Border Color
<div style="border:3px solid #ed5fec">
Div here</div>
This div border color is #ed5fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,95,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed5fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed5fec; -webkit-box-shadow: 1px 1px 3px 2px #ed5fec; box-shadow: 1px 1px 3px 2px #ed5fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,95,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed5fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed5fec; -webkit-box-shadow: 1px 1px 3px 2px #ed5fec; box-shadow: 1px 1px 3px 2px #ed5fec;">
Div content here</div>
This div box has shadow with color #ed5fec
Comments
No comments written yet.
Please login to write comment.