Color spaces of #ec10ac
RGB | 236 | 16 | 172 |
---|---|---|---|
HSL | 0.88 | 0.87 | 0.49 |
HSV | 317° | 93° | 93° |
CMYK | 0.00 | 0.93 | 0.27 0.07 |
XYZ | 42.2238 | 21.1820 | 40.8928 |
Yxy | 21.1820 | 0.4048 | 0.2031 |
Hunter Lab | 46.0239 | 83.2198 | -20.4632 |
CIE-Lab | 53.1481 | 83.4611 | -25.0767 |
#ec10ac color RGB value is (236,16,172).
#ec10ac hex color red value is 236, green value is 16 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec10ac hue: 0.88 , saturation: 0.87 and the lightness value of ec10ac is 0.49.
The process color (four color CMYK) of #ec10ac color hex is 0.00, 0.93, 0.27, 0.07. Web safe color of #ec10ac is #ff0099. Color #ec10ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00010000 | 10101100 |
Octal | 354 | 20 | 254 |
Decimal | 236 | 16 | 172 |
Hex | EC | 10 | AC |
Shades of #ec10ac
Tints of #ec10ac
RGB Percentages of Color #ec10ac
CMYK Percentages of Color #ec10ac
Complementary Color
#ec10ac | #10ec50 |
#ec10ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec10ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec10ac Color CSS Codes
.mybgcolor {background-color:#ec10ac; } .myforecolor {color:#ec10ac; } .mybordercolor {border:3px solid #ec10ac; }
#ec10ac Text Font Color
<p style="color:#ec10ac">Text here</p>
This sample text font color is #ec10ac
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.
#ec10ac Background Color
<div style="background-color:#ec10ac">
Div content here</div>
This div background color is #ec10ac
#ec10ac Border Color
<div style="border:3px solid #ec10ac">
Div here</div>
This div border color is #ec10ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,16,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec10ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec10ac; -webkit-box-shadow: 1px 1px 3px 2px #ec10ac; box-shadow: 1px 1px 3px 2px #ec10ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,16,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec10ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec10ac; -webkit-box-shadow: 1px 1px 3px 2px #ec10ac; box-shadow: 1px 1px 3px 2px #ec10ac;">
Div content here</div>
This div box has shadow with color #ec10ac
Comments
No comments written yet.
Please login to write comment.