Color spaces of #ed73dc
RGB | 237 | 115 | 220 |
---|---|---|---|
HSL | 0.86 | 0.77 | 0.69 |
HSV | 308° | 51° | 93° |
CMYK | 0.00 | 0.51 | 0.07 0.07 |
XYZ | 53.9741 | 35.4333 | 71.7047 |
Yxy | 35.4333 | 0.3350 | 0.2199 |
Hunter Lab | 59.5259 | 57.6816 | -29.7524 |
CIE-Lab | 66.0846 | 60.2365 | -32.4788 |
#ed73dc color RGB value is (237,115,220).
#ed73dc hex color red value is 237, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ed73dc hue: 0.86 , saturation: 0.77 and the lightness value of ed73dc is 0.69.
The process color (four color CMYK) of #ed73dc color hex is 0.00, 0.51, 0.07, 0.07. Web safe color of #ed73dc is #ff66cc. Color #ed73dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01110011 | 11011100 |
Octal | 355 | 163 | 334 |
Decimal | 237 | 115 | 220 |
Hex | ED | 73 | DC |
Shades of #ed73dc
Tints of #ed73dc
RGB Percentages of Color #ed73dc
CMYK Percentages of Color #ed73dc
Complementary Color
#ed73dc | #73ed84 |
#ed73dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed73dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed73dc Color CSS Codes
.mybgcolor {background-color:#ed73dc; } .myforecolor {color:#ed73dc; } .mybordercolor {border:3px solid #ed73dc; }
#ed73dc Text Font Color
<p style="color:#ed73dc">Text here</p>
This sample text font color is #ed73dc
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.
#ed73dc Background Color
<div style="background-color:#ed73dc">
Div content here</div>
This div background color is #ed73dc
#ed73dc Border Color
<div style="border:3px solid #ed73dc">
Div here</div>
This div border color is #ed73dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,115,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed73dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed73dc; -webkit-box-shadow: 1px 1px 3px 2px #ed73dc; box-shadow: 1px 1px 3px 2px #ed73dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,115,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed73dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed73dc; -webkit-box-shadow: 1px 1px 3px 2px #ed73dc; box-shadow: 1px 1px 3px 2px #ed73dc;">
Div content here</div>
This div box has shadow with color #ed73dc
Comments
No comments written yet.
Please login to write comment.