Color spaces of #ed818f
RGB | 237 | 129 | 143 |
---|---|---|---|
HSL | 0.98 | 0.75 | 0.72 |
HSV | 352° | 46° | 93° |
CMYK | 0.00 | 0.46 | 0.40 0.07 |
XYZ | 47.7332 | 35.6882 | 30.3593 |
Yxy | 35.6882 | 0.4195 | 0.3137 |
Hunter Lab | 59.7396 | 38.0810 | 11.6869 |
CIE-Lab | 66.2810 | 42.7737 | 11.2044 |
#ed818f color RGB value is (237,129,143).
#ed818f hex color red value is 237, green value is 129 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ed818f hue: 0.98 , saturation: 0.75 and the lightness value of ed818f is 0.72.
The process color (four color CMYK) of #ed818f color hex is 0.00, 0.46, 0.40, 0.07. Web safe color of #ed818f is #ff9999. Color #ed818f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10000001 | 10001111 |
Octal | 355 | 201 | 217 |
Decimal | 237 | 129 | 143 |
Hex | ED | 81 | 8F |
Shades of #ed818f
Tints of #ed818f
RGB Percentages of Color #ed818f
CMYK Percentages of Color #ed818f
Complementary Color
#ed818f | #81eddf |
#ed818f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed818f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed818f Color CSS Codes
.mybgcolor {background-color:#ed818f; } .myforecolor {color:#ed818f; } .mybordercolor {border:3px solid #ed818f; }
#ed818f Text Font Color
<p style="color:#ed818f">Text here</p>
This sample text font color is #ed818f
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.
#ed818f Background Color
<div style="background-color:#ed818f">
Div content here</div>
This div background color is #ed818f
#ed818f Border Color
<div style="border:3px solid #ed818f">
Div here</div>
This div border color is #ed818f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,129,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed818f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed818f; -webkit-box-shadow: 1px 1px 3px 2px #ed818f; box-shadow: 1px 1px 3px 2px #ed818f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,129,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 #ed818f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed818f; -webkit-box-shadow: 1px 1px 3px 2px #ed818f; box-shadow: 1px 1px 3px 2px #ed818f;">
Div content here</div>
This div box has shadow with color #ed818f
Comments
No comments written yet.
Please login to write comment.