Color spaces of #ec21ac
RGB | 236 | 33 | 172 |
---|---|---|---|
HSL | 0.89 | 0.84 | 0.53 |
HSV | 319° | 86° | 93° |
CMYK | 0.00 | 0.86 | 0.27 0.07 |
XYZ | 42.5823 | 21.8991 | 41.0123 |
Yxy | 21.8991 | 0.4036 | 0.2076 |
Hunter Lab | 46.7965 | 80.5317 | -19.2041 |
CIE-Lab | 53.9198 | 81.2116 | -23.8866 |
#ec21ac color RGB value is (236,33,172).
#ec21ac hex color red value is 236, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec21ac hue: 0.89 , saturation: 0.84 and the lightness value of ec21ac is 0.53.
The process color (four color CMYK) of #ec21ac color hex is 0.00, 0.86, 0.27, 0.07. Web safe color of #ec21ac is #ff3399. Color #ec21ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00100001 | 10101100 |
Octal | 354 | 41 | 254 |
Decimal | 236 | 33 | 172 |
Hex | EC | 21 | AC |
Shades of #ec21ac
Tints of #ec21ac
RGB Percentages of Color #ec21ac
CMYK Percentages of Color #ec21ac
Complementary Color
#ec21ac | #21ec61 |
#ec21ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec21ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec21ac Color CSS Codes
.mybgcolor {background-color:#ec21ac; } .myforecolor {color:#ec21ac; } .mybordercolor {border:3px solid #ec21ac; }
#ec21ac Text Font Color
<p style="color:#ec21ac">Text here</p>
This sample text font color is #ec21ac
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.
#ec21ac Background Color
<div style="background-color:#ec21ac">
Div content here</div>
This div background color is #ec21ac
#ec21ac Border Color
<div style="border:3px solid #ec21ac">
Div here</div>
This div border color is #ec21ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,33,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec21ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec21ac; -webkit-box-shadow: 1px 1px 3px 2px #ec21ac; box-shadow: 1px 1px 3px 2px #ec21ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,33,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 #ec21ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec21ac; -webkit-box-shadow: 1px 1px 3px 2px #ec21ac; box-shadow: 1px 1px 3px 2px #ec21ac;">
Div content here</div>
This div box has shadow with color #ec21ac
Comments
No comments written yet.
Please login to write comment.