Color spaces of #ed15ff
RGB | 237 | 21 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.54 |
HSV | 295° | 92° | 100° |
CMYK | 0.07 | 0.92 | 0.00 0.00 |
XYZ | 53.2432 | 25.7609 | 96.7739 |
Yxy | 25.7609 | 0.3029 | 0.1466 |
Hunter Lab | 50.7552 | 98.4284 | -77.5184 |
CIE-Lab | 57.8094 | 94.0281 | -65.0351 |
#ed15ff color RGB value is (237,21,255).
#ed15ff hex color red value is 237, green value is 21 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ed15ff hue: 0.82 , saturation: 1.00 and the lightness value of ed15ff is 0.54.
The process color (four color CMYK) of #ed15ff color hex is 0.07, 0.92, 0.00, 0.00. Web safe color of #ed15ff is #ff00ff. Color #ed15ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00010101 | 11111111 |
Octal | 355 | 25 | 377 |
Decimal | 237 | 21 | 255 |
Hex | ED | 15 | FF |
Shades of #ed15ff
Tints of #ed15ff
RGB Percentages of Color #ed15ff
CMYK Percentages of Color #ed15ff
Complementary Color
#ed15ff | #27ff15 |
#ed15ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed15ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed15ff Color CSS Codes
.mybgcolor {background-color:#ed15ff; } .myforecolor {color:#ed15ff; } .mybordercolor {border:3px solid #ed15ff; }
#ed15ff Text Font Color
<p style="color:#ed15ff">Text here</p>
This sample text font color is #ed15ff
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.
#ed15ff Background Color
<div style="background-color:#ed15ff">
Div content here</div>
This div background color is #ed15ff
#ed15ff Border Color
<div style="border:3px solid #ed15ff">
Div here</div>
This div border color is #ed15ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,21,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed15ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed15ff; -webkit-box-shadow: 1px 1px 3px 2px #ed15ff; box-shadow: 1px 1px 3px 2px #ed15ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,21,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 #ed15ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed15ff; -webkit-box-shadow: 1px 1px 3px 2px #ed15ff; box-shadow: 1px 1px 3px 2px #ed15ff;">
Div content here</div>
This div box has shadow with color #ed15ff
Comments
No comments written yet.
Please login to write comment.