Color spaces of #ed63cd
RGB | 237 | 99 | 205 |
---|---|---|---|
HSL | 0.87 | 0.79 | 0.66 |
HSV | 314° | 58° | 93° |
CMYK | 0.00 | 0.58 | 0.14 0.07 |
XYZ | 50.4063 | 31.3360 | 61.1493 |
Yxy | 31.3360 | 0.3528 | 0.2193 |
Hunter Lab | 55.9786 | 62.7691 | -25.5816 |
CIE-Lab | 62.7903 | 65.1045 | -29.1635 |
#ed63cd color RGB value is (237,99,205).
#ed63cd hex color red value is 237, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed63cd hue: 0.87 , saturation: 0.79 and the lightness value of ed63cd is 0.66.
The process color (four color CMYK) of #ed63cd color hex is 0.00, 0.58, 0.14, 0.07. Web safe color of #ed63cd is #ff66cc. Color #ed63cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01100011 | 11001101 |
Octal | 355 | 143 | 315 |
Decimal | 237 | 99 | 205 |
Hex | ED | 63 | CD |
Shades of #ed63cd
Tints of #ed63cd
RGB Percentages of Color #ed63cd
CMYK Percentages of Color #ed63cd
Complementary Color
#ed63cd | #63ed83 |
#ed63cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed63cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed63cd Color CSS Codes
.mybgcolor {background-color:#ed63cd; } .myforecolor {color:#ed63cd; } .mybordercolor {border:3px solid #ed63cd; }
#ed63cd Text Font Color
<p style="color:#ed63cd">Text here</p>
This sample text font color is #ed63cd
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.
#ed63cd Background Color
<div style="background-color:#ed63cd">
Div content here</div>
This div background color is #ed63cd
#ed63cd Border Color
<div style="border:3px solid #ed63cd">
Div here</div>
This div border color is #ed63cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,99,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed63cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed63cd; -webkit-box-shadow: 1px 1px 3px 2px #ed63cd; box-shadow: 1px 1px 3px 2px #ed63cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,99,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed63cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed63cd; -webkit-box-shadow: 1px 1px 3px 2px #ed63cd; box-shadow: 1px 1px 3px 2px #ed63cd;">
Div content here</div>
This div box has shadow with color #ed63cd
Comments
No comments written yet.
Please login to write comment.