Color spaces of #ed72db
RGB | 237 | 114 | 219 |
---|---|---|---|
HSL | 0.86 | 0.77 | 0.69 |
HSV | 309° | 52° | 93° |
CMYK | 0.00 | 0.52 | 0.08 0.07 |
XYZ | 53.7285 | 35.1536 | 70.9714 |
Yxy | 35.1536 | 0.3361 | 0.2199 |
Hunter Lab | 59.2905 | 57.9968 | -29.4675 |
CIE-Lab | 65.8681 | 60.5409 | -32.2569 |
#ed72db color RGB value is (237,114,219).
#ed72db hex color red value is 237, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed72db hue: 0.86 , saturation: 0.77 and the lightness value of ed72db is 0.69.
The process color (four color CMYK) of #ed72db color hex is 0.00, 0.52, 0.08, 0.07. Web safe color of #ed72db is #ff66cc. Color #ed72db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01110010 | 11011011 |
Octal | 355 | 162 | 333 |
Decimal | 237 | 114 | 219 |
Hex | ED | 72 | DB |
Shades of #ed72db
Tints of #ed72db
RGB Percentages of Color #ed72db
CMYK Percentages of Color #ed72db
Complementary Color
#ed72db | #72ed84 |
#ed72db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed72db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed72db Color CSS Codes
.mybgcolor {background-color:#ed72db; } .myforecolor {color:#ed72db; } .mybordercolor {border:3px solid #ed72db; }
#ed72db Text Font Color
<p style="color:#ed72db">Text here</p>
This sample text font color is #ed72db
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.
#ed72db Background Color
<div style="background-color:#ed72db">
Div content here</div>
This div background color is #ed72db
#ed72db Border Color
<div style="border:3px solid #ed72db">
Div here</div>
This div border color is #ed72db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,114,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed72db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed72db; -webkit-box-shadow: 1px 1px 3px 2px #ed72db; box-shadow: 1px 1px 3px 2px #ed72db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,114,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 #ed72db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed72db; -webkit-box-shadow: 1px 1px 3px 2px #ed72db; box-shadow: 1px 1px 3px 2px #ed72db;">
Div content here</div>
This div box has shadow with color #ed72db
Comments
No comments written yet.
Please login to write comment.