Color spaces of #ed11da
RGB | 237 | 17 | 218 |
---|---|---|---|
HSL | 0.85 | 0.87 | 0.50 |
HSV | 305° | 93° | 93° |
CMYK | 0.00 | 0.93 | 0.08 0.07 |
XYZ | 47.7804 | 23.4674 | 68.3410 |
Yxy | 23.4674 | 0.3423 | 0.1681 |
Hunter Lab | 48.4432 | 91.2824 | -49.7329 |
CIE-Lab | 55.5506 | 89.1565 | -47.8764 |
#ed11da color RGB value is (237,17,218).
#ed11da hex color red value is 237, green value is 17 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ed11da hue: 0.85 , saturation: 0.87 and the lightness value of ed11da is 0.50.
The process color (four color CMYK) of #ed11da color hex is 0.00, 0.93, 0.08, 0.07. Web safe color of #ed11da is #ff00cc. Color #ed11da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00010001 | 11011010 |
Octal | 355 | 21 | 332 |
Decimal | 237 | 17 | 218 |
Hex | ED | 11 | DA |
Shades of #ed11da
Tints of #ed11da
RGB Percentages of Color #ed11da
CMYK Percentages of Color #ed11da
Complementary Color
#ed11da | #11ed24 |
#ed11da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed11da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed11da Color CSS Codes
.mybgcolor {background-color:#ed11da; } .myforecolor {color:#ed11da; } .mybordercolor {border:3px solid #ed11da; }
#ed11da Text Font Color
<p style="color:#ed11da">Text here</p>
This sample text font color is #ed11da
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.
#ed11da Background Color
<div style="background-color:#ed11da">
Div content here</div>
This div background color is #ed11da
#ed11da Border Color
<div style="border:3px solid #ed11da">
Div here</div>
This div border color is #ed11da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,17,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed11da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed11da; -webkit-box-shadow: 1px 1px 3px 2px #ed11da; box-shadow: 1px 1px 3px 2px #ed11da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,17,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed11da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed11da; -webkit-box-shadow: 1px 1px 3px 2px #ed11da; box-shadow: 1px 1px 3px 2px #ed11da;">
Div content here</div>
This div box has shadow with color #ed11da
Comments
No comments written yet.
Please login to write comment.