Color spaces of #ec00ff
RGB | 236 | 0 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.50 |
HSV | 296° | 100° | 100° |
CMYK | 0.07 | 1.00 | 0.00 0.00 |
XYZ | 52.6421 | 25.0529 | 96.6689 |
Yxy | 25.0529 | 0.3019 | 0.1437 |
Hunter Lab | 50.0529 | 100.1413 | -79.4719 |
CIE-Lab | 57.1269 | 95.4128 | -66.1422 |
#ec00ff color RGB value is (236,0,255).
#ec00ff hex color red value is 236, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ec00ff hue: 0.82 , saturation: 1.00 and the lightness value of ec00ff is 0.50.
The process color (four color CMYK) of #ec00ff color hex is 0.07, 1.00, 0.00, 0.00. Web safe color of #ec00ff is #ff00ff. Color #ec00ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00000000 | 11111111 |
Octal | 354 | 0 | 377 |
Decimal | 236 | 0 | 255 |
Hex | EC | 0 | FF |
Shades of #ec00ff
Tints of #ec00ff
RGB Percentages of Color #ec00ff
CMYK Percentages of Color #ec00ff
Complementary Color
#ec00ff | #13ff00 |
#ec00ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec00ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec00ff Color CSS Codes
.mybgcolor {background-color:#ec00ff; } .myforecolor {color:#ec00ff; } .mybordercolor {border:3px solid #ec00ff; }
#ec00ff Text Font Color
<p style="color:#ec00ff">Text here</p>
This sample text font color is #ec00ff
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.
#ec00ff Background Color
<div style="background-color:#ec00ff">
Div content here</div>
This div background color is #ec00ff
#ec00ff Border Color
<div style="border:3px solid #ec00ff">
Div here</div>
This div border color is #ec00ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,0,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec00ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec00ff; -webkit-box-shadow: 1px 1px 3px 2px #ec00ff; box-shadow: 1px 1px 3px 2px #ec00ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,0,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec00ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec00ff; -webkit-box-shadow: 1px 1px 3px 2px #ec00ff; box-shadow: 1px 1px 3px 2px #ec00ff;">
Div content here</div>
This div box has shadow with color #ec00ff
Related Colors
#ec00ff Color Palettes
Comments
No comments written yet.
Please login to write comment.