Color spaces of #ec0ab1
RGB | 236 | 10 | 177 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.48 |
HSV | 316° | 96° | 93° |
CMYK | 0.00 | 0.96 | 0.25 0.07 |
XYZ | 42.6364 | 21.2243 | 43.4445 |
Yxy | 21.2243 | 0.3973 | 0.1978 |
Hunter Lab | 46.0698 | 84.5747 | -23.6624 |
CIE-Lab | 53.1941 | 84.5015 | -27.9384 |
#ec0ab1 color RGB value is (236,10,177).
#ec0ab1 hex color red value is 236, green value is 10 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ec0ab1 hue: 0.88 , saturation: 0.92 and the lightness value of ec0ab1 is 0.48.
The process color (four color CMYK) of #ec0ab1 color hex is 0.00, 0.96, 0.25, 0.07. Web safe color of #ec0ab1 is #ff0099. Color #ec0ab1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00001010 | 10110001 |
Octal | 354 | 12 | 261 |
Decimal | 236 | 10 | 177 |
Hex | EC | A | B1 |
Shades of #ec0ab1
Tints of #ec0ab1
RGB Percentages of Color #ec0ab1
CMYK Percentages of Color #ec0ab1
Complementary Color
#ec0ab1 | #0aec45 |
#ec0ab1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec0ab1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec0ab1 Color CSS Codes
.mybgcolor {background-color:#ec0ab1; } .myforecolor {color:#ec0ab1; } .mybordercolor {border:3px solid #ec0ab1; }
#ec0ab1 Text Font Color
<p style="color:#ec0ab1">Text here</p>
This sample text font color is #ec0ab1
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.
#ec0ab1 Background Color
<div style="background-color:#ec0ab1">
Div content here</div>
This div background color is #ec0ab1
#ec0ab1 Border Color
<div style="border:3px solid #ec0ab1">
Div here</div>
This div border color is #ec0ab1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,10,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec0ab1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec0ab1; -webkit-box-shadow: 1px 1px 3px 2px #ec0ab1; box-shadow: 1px 1px 3px 2px #ec0ab1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,10,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec0ab1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec0ab1; -webkit-box-shadow: 1px 1px 3px 2px #ec0ab1; box-shadow: 1px 1px 3px 2px #ec0ab1;">
Div content here</div>
This div box has shadow with color #ec0ab1
Comments
No comments written yet.
Please login to write comment.