Color spaces of #ec729e
RGB | 236 | 114 | 158 |
---|---|---|---|
HSL | 0.94 | 0.76 | 0.69 |
HSV | 338° | 52° | 93° |
CMYK | 0.00 | 0.52 | 0.33 0.07 |
XYZ | 46.7809 | 32.3361 | 36.1236 |
Yxy | 32.3361 | 0.4059 | 0.2806 |
Hunter Lab | 56.8648 | 47.3328 | 2.1412 |
CIE-Lab | 63.6197 | 51.5840 | -1.1791 |
#ec729e color RGB value is (236,114,158).
#ec729e hex color red value is 236, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ec729e hue: 0.94 , saturation: 0.76 and the lightness value of ec729e is 0.69.
The process color (four color CMYK) of #ec729e color hex is 0.00, 0.52, 0.33, 0.07. Web safe color of #ec729e is #ff6699. Color #ec729e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01110010 | 10011110 |
Octal | 354 | 162 | 236 |
Decimal | 236 | 114 | 158 |
Hex | EC | 72 | 9E |
Shades of #ec729e
Tints of #ec729e
RGB Percentages of Color #ec729e
CMYK Percentages of Color #ec729e
Complementary Color
#ec729e | #72ecc0 |
#ec729e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec729e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec729e Color CSS Codes
.mybgcolor {background-color:#ec729e; } .myforecolor {color:#ec729e; } .mybordercolor {border:3px solid #ec729e; }
#ec729e Text Font Color
<p style="color:#ec729e">Text here</p>
This sample text font color is #ec729e
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.
#ec729e Background Color
<div style="background-color:#ec729e">
Div content here</div>
This div background color is #ec729e
#ec729e Border Color
<div style="border:3px solid #ec729e">
Div here</div>
This div border color is #ec729e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,114,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec729e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec729e; -webkit-box-shadow: 1px 1px 3px 2px #ec729e; box-shadow: 1px 1px 3px 2px #ec729e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,114,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 #ec729e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec729e; -webkit-box-shadow: 1px 1px 3px 2px #ec729e; box-shadow: 1px 1px 3px 2px #ec729e;">
Div content here</div>
This div box has shadow with color #ec729e
Comments
No comments written yet.
Please login to write comment.