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