Color spaces of #ed1bde
RGB | 237 | 27 | 222 |
---|---|---|---|
HSL | 0.85 | 0.85 | 0.52 |
HSV | 304° | 89° | 93° |
CMYK | 0.00 | 0.89 | 0.06 0.07 |
XYZ | 48.5018 | 24.0623 | 71.1954 |
Yxy | 24.0623 | 0.3374 | 0.1674 |
Hunter Lab | 49.0533 | 90.6497 | -51.7154 |
CIE-Lab | 56.1501 | 88.5630 | -49.1943 |
#ed1bde color RGB value is (237,27,222).
#ed1bde hex color red value is 237, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ed1bde hue: 0.85 , saturation: 0.85 and the lightness value of ed1bde is 0.52.
The process color (four color CMYK) of #ed1bde color hex is 0.00, 0.89, 0.06, 0.07. Web safe color of #ed1bde is #ff33cc. Color #ed1bde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00011011 | 11011110 |
Octal | 355 | 33 | 336 |
Decimal | 237 | 27 | 222 |
Hex | ED | 1B | DE |
Shades of #ed1bde
Tints of #ed1bde
RGB Percentages of Color #ed1bde
CMYK Percentages of Color #ed1bde
Complementary Color
#ed1bde | #1bed2a |
#ed1bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed1bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed1bde Color CSS Codes
.mybgcolor {background-color:#ed1bde; } .myforecolor {color:#ed1bde; } .mybordercolor {border:3px solid #ed1bde; }
#ed1bde Text Font Color
<p style="color:#ed1bde">Text here</p>
This sample text font color is #ed1bde
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.
#ed1bde Background Color
<div style="background-color:#ed1bde">
Div content here</div>
This div background color is #ed1bde
#ed1bde Border Color
<div style="border:3px solid #ed1bde">
Div here</div>
This div border color is #ed1bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,27,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed1bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed1bde; -webkit-box-shadow: 1px 1px 3px 2px #ed1bde; box-shadow: 1px 1px 3px 2px #ed1bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,27,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed1bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed1bde; -webkit-box-shadow: 1px 1px 3px 2px #ed1bde; box-shadow: 1px 1px 3px 2px #ed1bde;">
Div content here</div>
This div box has shadow with color #ed1bde
Comments
No comments written yet.
Please login to write comment.