Color spaces of #ed78ed
RGB | 237 | 120 | 237 |
---|---|---|---|
HSL | 0.83 | 0.76 | 0.70 |
HSV | 300° | 49° | 93° |
CMYK | 0.00 | 0.49 | 0.00 0.07 |
XYZ | 56.9276 | 37.5519 | 84.3686 |
Yxy | 37.5519 | 0.3183 | 0.2100 |
Hunter Lab | 61.2796 | 58.5838 | -38.7336 |
CIE-Lab | 67.6890 | 60.7396 | -39.4062 |
#ed78ed color RGB value is (237,120,237).
#ed78ed hex color red value is 237, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ed78ed hue: 0.83 , saturation: 0.76 and the lightness value of ed78ed is 0.70.
The process color (four color CMYK) of #ed78ed color hex is 0.00, 0.49, 0.00, 0.07. Web safe color of #ed78ed is #ff66ff. Color #ed78ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01111000 | 11101101 |
Octal | 355 | 170 | 355 |
Decimal | 237 | 120 | 237 |
Hex | ED | 78 | ED |
Shades of #ed78ed
Tints of #ed78ed
RGB Percentages of Color #ed78ed
CMYK Percentages of Color #ed78ed
Complementary Color
#ed78ed | #78ed78 |
#ed78ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed78ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed78ed Color CSS Codes
.mybgcolor {background-color:#ed78ed; } .myforecolor {color:#ed78ed; } .mybordercolor {border:3px solid #ed78ed; }
#ed78ed Text Font Color
<p style="color:#ed78ed">Text here</p>
This sample text font color is #ed78ed
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.
#ed78ed Background Color
<div style="background-color:#ed78ed">
Div content here</div>
This div background color is #ed78ed
#ed78ed Border Color
<div style="border:3px solid #ed78ed">
Div here</div>
This div border color is #ed78ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,120,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed78ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed78ed; -webkit-box-shadow: 1px 1px 3px 2px #ed78ed; box-shadow: 1px 1px 3px 2px #ed78ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,120,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed78ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed78ed; -webkit-box-shadow: 1px 1px 3px 2px #ed78ed; box-shadow: 1px 1px 3px 2px #ed78ed;">
Div content here</div>
This div box has shadow with color #ed78ed
Comments
No comments written yet.
Please login to write comment.