Color spaces of #ec495f
RGB | 236 | 73 | 95 |
---|---|---|---|
HSL | 0.98 | 0.81 | 0.61 |
HSV | 352° | 69° | 93° |
CMYK | 0.00 | 0.69 | 0.60 0.07 |
XYZ | 39.0402 | 23.4242 | 13.2901 |
Yxy | 23.4242 | 0.5154 | 0.3092 |
Hunter Lab | 48.3986 | 59.2877 | 17.5981 |
CIE-Lab | 55.5066 | 63.4550 | 24.0779 |
#ec495f color RGB value is (236,73,95).
#ec495f hex color red value is 236, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec495f hue: 0.98 , saturation: 0.81 and the lightness value of ec495f is 0.61.
The process color (four color CMYK) of #ec495f color hex is 0.00, 0.69, 0.60, 0.07. Web safe color of #ec495f is #ff3366. Color #ec495f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01001001 | 01011111 |
Octal | 354 | 111 | 137 |
Decimal | 236 | 73 | 95 |
Hex | EC | 49 | 5F |
Shades of #ec495f
Tints of #ec495f
RGB Percentages of Color #ec495f
CMYK Percentages of Color #ec495f
Complementary Color
#ec495f | #49ecd6 |
#ec495f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec495f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec495f Color CSS Codes
.mybgcolor {background-color:#ec495f; } .myforecolor {color:#ec495f; } .mybordercolor {border:3px solid #ec495f; }
#ec495f Text Font Color
<p style="color:#ec495f">Text here</p>
This sample text font color is #ec495f
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.
#ec495f Background Color
<div style="background-color:#ec495f">
Div content here</div>
This div background color is #ec495f
#ec495f Border Color
<div style="border:3px solid #ec495f">
Div here</div>
This div border color is #ec495f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,73,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec495f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec495f; -webkit-box-shadow: 1px 1px 3px 2px #ec495f; box-shadow: 1px 1px 3px 2px #ec495f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,73,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec495f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec495f; -webkit-box-shadow: 1px 1px 3px 2px #ec495f; box-shadow: 1px 1px 3px 2px #ec495f;">
Div content here</div>
This div box has shadow with color #ec495f
Comments
No comments written yet.
Please login to write comment.