Color spaces of #ed08ce
RGB | 237 | 8 | 206 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.48 |
HSV | 308° | 97° | 93° |
CMYK | 0.00 | 0.97 | 0.13 0.07 |
XYZ | 46.1525 | 22.6344 | 60.3289 |
Yxy | 22.6344 | 0.3575 | 0.1753 |
Hunter Lab | 47.5756 | 89.9032 | -41.8805 |
CIE-Lab | 54.6937 | 88.2823 | -42.3818 |
#ed08ce color RGB value is (237,8,206).
#ed08ce hex color red value is 237, green value is 8 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed08ce hue: 0.86 , saturation: 0.93 and the lightness value of ed08ce is 0.48.
The process color (four color CMYK) of #ed08ce color hex is 0.00, 0.97, 0.13, 0.07. Web safe color of #ed08ce is #ff00cc. Color #ed08ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00001000 | 11001110 |
Octal | 355 | 10 | 316 |
Decimal | 237 | 8 | 206 |
Hex | ED | 8 | CE |
Shades of #ed08ce
Tints of #ed08ce
RGB Percentages of Color #ed08ce
CMYK Percentages of Color #ed08ce
Complementary Color
#ed08ce | #08ed27 |
#ed08ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed08ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed08ce Color CSS Codes
.mybgcolor {background-color:#ed08ce; } .myforecolor {color:#ed08ce; } .mybordercolor {border:3px solid #ed08ce; }
#ed08ce Text Font Color
<p style="color:#ed08ce">Text here</p>
This sample text font color is #ed08ce
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.
#ed08ce Background Color
<div style="background-color:#ed08ce">
Div content here</div>
This div background color is #ed08ce
#ed08ce Border Color
<div style="border:3px solid #ed08ce">
Div here</div>
This div border color is #ed08ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,8,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed08ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed08ce; -webkit-box-shadow: 1px 1px 3px 2px #ed08ce; box-shadow: 1px 1px 3px 2px #ed08ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,8,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed08ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed08ce; -webkit-box-shadow: 1px 1px 3px 2px #ed08ce; box-shadow: 1px 1px 3px 2px #ed08ce;">
Div content here</div>
This div box has shadow with color #ed08ce
Comments
No comments written yet.
Please login to write comment.