Color spaces of #ed70cd
RGB | 237 | 112 | 205 |
---|---|---|---|
HSL | 0.88 | 0.78 | 0.68 |
HSV | 315° | 53° | 93° |
CMYK | 0.00 | 0.53 | 0.14 0.07 |
XYZ | 51.7387 | 34.0006 | 61.5935 |
Yxy | 34.0006 | 0.3512 | 0.2308 |
Hunter Lab | 58.3100 | 56.3411 | -21.8116 |
CIE-Lab | 64.9630 | 59.2740 | -25.8159 |
#ed70cd color RGB value is (237,112,205).
#ed70cd hex color red value is 237, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed70cd hue: 0.88 , saturation: 0.78 and the lightness value of ed70cd is 0.68.
The process color (four color CMYK) of #ed70cd color hex is 0.00, 0.53, 0.14, 0.07. Web safe color of #ed70cd is #ff66cc. Color #ed70cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01110000 | 11001101 |
Octal | 355 | 160 | 315 |
Decimal | 237 | 112 | 205 |
Hex | ED | 70 | CD |
Shades of #ed70cd
Tints of #ed70cd
RGB Percentages of Color #ed70cd
CMYK Percentages of Color #ed70cd
Complementary Color
#ed70cd | #70ed90 |
#ed70cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed70cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed70cd Color CSS Codes
.mybgcolor {background-color:#ed70cd; } .myforecolor {color:#ed70cd; } .mybordercolor {border:3px solid #ed70cd; }
#ed70cd Text Font Color
<p style="color:#ed70cd">Text here</p>
This sample text font color is #ed70cd
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.
#ed70cd Background Color
<div style="background-color:#ed70cd">
Div content here</div>
This div background color is #ed70cd
#ed70cd Border Color
<div style="border:3px solid #ed70cd">
Div here</div>
This div border color is #ed70cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,112,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed70cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed70cd; -webkit-box-shadow: 1px 1px 3px 2px #ed70cd; box-shadow: 1px 1px 3px 2px #ed70cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,112,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 #ed70cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed70cd; -webkit-box-shadow: 1px 1px 3px 2px #ed70cd; box-shadow: 1px 1px 3px 2px #ed70cd;">
Div content here</div>
This div box has shadow with color #ed70cd
Comments
No comments written yet.
Please login to write comment.