Color spaces of #ec11b5
RGB | 236 | 17 | 181 |
---|---|---|---|
HSL | 0.88 | 0.87 | 0.50 |
HSV | 315° | 93° | 93° |
CMYK | 0.00 | 0.93 | 0.23 0.07 |
XYZ | 43.1330 | 21.5700 | 45.6061 |
Yxy | 21.5700 | 0.3910 | 0.1955 |
Hunter Lab | 46.4435 | 84.5003 | -25.7105 |
CIE-Lab | 53.5678 | 84.3712 | -29.6967 |
#ec11b5 color RGB value is (236,17,181).
#ec11b5 hex color red value is 236, green value is 17 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ec11b5 hue: 0.88 , saturation: 0.87 and the lightness value of ec11b5 is 0.50.
The process color (four color CMYK) of #ec11b5 color hex is 0.00, 0.93, 0.23, 0.07. Web safe color of #ec11b5 is #ff00cc. Color #ec11b5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00010001 | 10110101 |
Octal | 354 | 21 | 265 |
Decimal | 236 | 17 | 181 |
Hex | EC | 11 | B5 |
Shades of #ec11b5
Tints of #ec11b5
RGB Percentages of Color #ec11b5
CMYK Percentages of Color #ec11b5
Complementary Color
#ec11b5 | #11ec48 |
#ec11b5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec11b5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec11b5 Color CSS Codes
.mybgcolor {background-color:#ec11b5; } .myforecolor {color:#ec11b5; } .mybordercolor {border:3px solid #ec11b5; }
#ec11b5 Text Font Color
<p style="color:#ec11b5">Text here</p>
This sample text font color is #ec11b5
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.
#ec11b5 Background Color
<div style="background-color:#ec11b5">
Div content here</div>
This div background color is #ec11b5
#ec11b5 Border Color
<div style="border:3px solid #ec11b5">
Div here</div>
This div border color is #ec11b5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,17,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec11b5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec11b5; -webkit-box-shadow: 1px 1px 3px 2px #ec11b5; box-shadow: 1px 1px 3px 2px #ec11b5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,17,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec11b5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec11b5; -webkit-box-shadow: 1px 1px 3px 2px #ec11b5; box-shadow: 1px 1px 3px 2px #ec11b5;">
Div content here</div>
This div box has shadow with color #ec11b5
Comments
No comments written yet.
Please login to write comment.