Color spaces of #ed37ed
RGB | 237 | 55 | 237 |
---|---|---|---|
HSL | 0.83 | 0.83 | 0.57 |
HSV | 300° | 77° | 93° |
CMYK | 0.00 | 0.77 | 0.00 0.07 |
XYZ | 51.5773 | 26.8513 | 82.5852 |
Yxy | 26.8513 | 0.3203 | 0.1668 |
Hunter Lab | 51.8182 | 86.9881 | -58.2205 |
CIE-Lab | 58.8364 | 85.2569 | -53.3657 |
#ed37ed color RGB value is (237,55,237).
#ed37ed hex color red value is 237, green value is 55 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ed37ed hue: 0.83 , saturation: 0.83 and the lightness value of ed37ed is 0.57.
The process color (four color CMYK) of #ed37ed color hex is 0.00, 0.77, 0.00, 0.07. Web safe color of #ed37ed is #ff33ff. Color #ed37ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00110111 | 11101101 |
Octal | 355 | 67 | 355 |
Decimal | 237 | 55 | 237 |
Hex | ED | 37 | ED |
Shades of #ed37ed
Tints of #ed37ed
RGB Percentages of Color #ed37ed
CMYK Percentages of Color #ed37ed
Complementary Color
#ed37ed | #37ed37 |
#ed37ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed37ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed37ed Color CSS Codes
.mybgcolor {background-color:#ed37ed; } .myforecolor {color:#ed37ed; } .mybordercolor {border:3px solid #ed37ed; }
#ed37ed Text Font Color
<p style="color:#ed37ed">Text here</p>
This sample text font color is #ed37ed
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.
#ed37ed Background Color
<div style="background-color:#ed37ed">
Div content here</div>
This div background color is #ed37ed
#ed37ed Border Color
<div style="border:3px solid #ed37ed">
Div here</div>
This div border color is #ed37ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,55,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed37ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed37ed; -webkit-box-shadow: 1px 1px 3px 2px #ed37ed; box-shadow: 1px 1px 3px 2px #ed37ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,55,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 #ed37ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed37ed; -webkit-box-shadow: 1px 1px 3px 2px #ed37ed; box-shadow: 1px 1px 3px 2px #ed37ed;">
Div content here</div>
This div box has shadow with color #ed37ed
Comments
No comments written yet.
Please login to write comment.