Color spaces of #ed51db
RGB | 237 | 81 | 219 |
---|---|---|---|
HSL | 0.85 | 0.81 | 0.62 |
HSV | 307° | 66° | 93° |
CMYK | 0.00 | 0.66 | 0.08 0.07 |
XYZ | 50.6537 | 29.0039 | 69.9464 |
Yxy | 29.0039 | 0.3386 | 0.1939 |
Hunter Lab | 53.8553 | 73.6419 | -39.3063 |
CIE-Lab | 60.7851 | 74.4086 | -40.1819 |
#ed51db color RGB value is (237,81,219).
#ed51db hex color red value is 237, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed51db hue: 0.85 , saturation: 0.81 and the lightness value of ed51db is 0.62.
The process color (four color CMYK) of #ed51db color hex is 0.00, 0.66, 0.08, 0.07. Web safe color of #ed51db is #ff66cc. Color #ed51db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01010001 | 11011011 |
Octal | 355 | 121 | 333 |
Decimal | 237 | 81 | 219 |
Hex | ED | 51 | DB |
Shades of #ed51db
Tints of #ed51db
RGB Percentages of Color #ed51db
CMYK Percentages of Color #ed51db
Complementary Color
#ed51db | #51ed63 |
#ed51db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed51db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed51db Color CSS Codes
.mybgcolor {background-color:#ed51db; } .myforecolor {color:#ed51db; } .mybordercolor {border:3px solid #ed51db; }
#ed51db Text Font Color
<p style="color:#ed51db">Text here</p>
This sample text font color is #ed51db
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.
#ed51db Background Color
<div style="background-color:#ed51db">
Div content here</div>
This div background color is #ed51db
#ed51db Border Color
<div style="border:3px solid #ed51db">
Div here</div>
This div border color is #ed51db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,81,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed51db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed51db; -webkit-box-shadow: 1px 1px 3px 2px #ed51db; box-shadow: 1px 1px 3px 2px #ed51db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,81,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed51db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed51db; -webkit-box-shadow: 1px 1px 3px 2px #ed51db; box-shadow: 1px 1px 3px 2px #ed51db;">
Div content here</div>
This div box has shadow with color #ed51db
Comments
No comments written yet.
Please login to write comment.