Color spaces of #ed749e
RGB | 237 | 116 | 158 |
---|---|---|---|
HSL | 0.94 | 0.77 | 0.69 |
HSV | 339° | 51° | 93° |
CMYK | 0.00 | 0.51 | 0.33 0.07 |
XYZ | 47.3420 | 32.9639 | 36.2152 |
Yxy | 32.9639 | 0.4063 | 0.2829 |
Hunter Lab | 57.4142 | 46.7108 | 2.7915 |
CIE-Lab | 64.1317 | 50.9493 | -0.4133 |
#ed749e color RGB value is (237,116,158).
#ed749e hex color red value is 237, green value is 116 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ed749e hue: 0.94 , saturation: 0.77 and the lightness value of ed749e is 0.69.
The process color (four color CMYK) of #ed749e color hex is 0.00, 0.51, 0.33, 0.07. Web safe color of #ed749e is #ff6699. Color #ed749e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01110100 | 10011110 |
Octal | 355 | 164 | 236 |
Decimal | 237 | 116 | 158 |
Hex | ED | 74 | 9E |
Shades of #ed749e
Tints of #ed749e
RGB Percentages of Color #ed749e
CMYK Percentages of Color #ed749e
Complementary Color
#ed749e | #74edc3 |
#ed749e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed749e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed749e Color CSS Codes
.mybgcolor {background-color:#ed749e; } .myforecolor {color:#ed749e; } .mybordercolor {border:3px solid #ed749e; }
#ed749e Text Font Color
<p style="color:#ed749e">Text here</p>
This sample text font color is #ed749e
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.
#ed749e Background Color
<div style="background-color:#ed749e">
Div content here</div>
This div background color is #ed749e
#ed749e Border Color
<div style="border:3px solid #ed749e">
Div here</div>
This div border color is #ed749e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,116,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed749e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed749e; -webkit-box-shadow: 1px 1px 3px 2px #ed749e; box-shadow: 1px 1px 3px 2px #ed749e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,116,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed749e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed749e; -webkit-box-shadow: 1px 1px 3px 2px #ed749e; box-shadow: 1px 1px 3px 2px #ed749e;">
Div content here</div>
This div box has shadow with color #ed749e
Comments
No comments written yet.
Please login to write comment.