Color spaces of #ed598f
RGB | 237 | 89 | 143 |
---|---|---|---|
HSL | 0.94 | 0.80 | 0.64 |
HSV | 338° | 62° | 93° |
CMYK | 0.00 | 0.62 | 0.40 0.07 |
XYZ | 43.4554 | 27.1325 | 28.9333 |
Yxy | 27.1325 | 0.4366 | 0.2726 |
Hunter Lab | 52.0889 | 57.7590 | 3.5290 |
CIE-Lab | 59.0968 | 61.4942 | 0.8964 |
#ed598f color RGB value is (237,89,143).
#ed598f hex color red value is 237, green value is 89 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ed598f hue: 0.94 , saturation: 0.80 and the lightness value of ed598f is 0.64.
The process color (four color CMYK) of #ed598f color hex is 0.00, 0.62, 0.40, 0.07. Web safe color of #ed598f is #ff6699. Color #ed598f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01011001 | 10001111 |
Octal | 355 | 131 | 217 |
Decimal | 237 | 89 | 143 |
Hex | ED | 59 | 8F |
Shades of #ed598f
Tints of #ed598f
RGB Percentages of Color #ed598f
CMYK Percentages of Color #ed598f
Complementary Color
#ed598f | #59edb7 |
#ed598f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed598f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed598f Color CSS Codes
.mybgcolor {background-color:#ed598f; } .myforecolor {color:#ed598f; } .mybordercolor {border:3px solid #ed598f; }
#ed598f Text Font Color
<p style="color:#ed598f">Text here</p>
This sample text font color is #ed598f
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.
#ed598f Background Color
<div style="background-color:#ed598f">
Div content here</div>
This div background color is #ed598f
#ed598f Border Color
<div style="border:3px solid #ed598f">
Div here</div>
This div border color is #ed598f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,89,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed598f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed598f; -webkit-box-shadow: 1px 1px 3px 2px #ed598f; box-shadow: 1px 1px 3px 2px #ed598f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,89,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed598f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed598f; -webkit-box-shadow: 1px 1px 3px 2px #ed598f; box-shadow: 1px 1px 3px 2px #ed598f;">
Div content here</div>
This div box has shadow with color #ed598f
Comments
No comments written yet.
Please login to write comment.