Color spaces of #ed88db
RGB | 237 | 136 | 219 |
---|---|---|---|
HSL | 0.86 | 0.74 | 0.73 |
HSV | 311° | 43° | 93° |
CMYK | 0.00 | 0.43 | 0.08 0.07 |
XYZ | 56.5154 | 40.7273 | 71.9003 |
Yxy | 40.7273 | 0.3341 | 0.2408 |
Hunter Lab | 63.8179 | 46.3932 | -22.1263 |
CIE-Lab | 69.9844 | 49.8259 | -25.9130 |
#ed88db color RGB value is (237,136,219).
#ed88db hex color red value is 237, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed88db hue: 0.86 , saturation: 0.74 and the lightness value of ed88db is 0.73.
The process color (four color CMYK) of #ed88db color hex is 0.00, 0.43, 0.08, 0.07. Web safe color of #ed88db is #ff99cc. Color #ed88db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10001000 | 11011011 |
Octal | 355 | 210 | 333 |
Decimal | 237 | 136 | 219 |
Hex | ED | 88 | DB |
Shades of #ed88db
Tints of #ed88db
RGB Percentages of Color #ed88db
CMYK Percentages of Color #ed88db
Complementary Color
#ed88db | #88ed9a |
#ed88db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed88db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed88db Color CSS Codes
.mybgcolor {background-color:#ed88db; } .myforecolor {color:#ed88db; } .mybordercolor {border:3px solid #ed88db; }
#ed88db Text Font Color
<p style="color:#ed88db">Text here</p>
This sample text font color is #ed88db
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.
#ed88db Background Color
<div style="background-color:#ed88db">
Div content here</div>
This div background color is #ed88db
#ed88db Border Color
<div style="border:3px solid #ed88db">
Div here</div>
This div border color is #ed88db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,136,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed88db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed88db; -webkit-box-shadow: 1px 1px 3px 2px #ed88db; box-shadow: 1px 1px 3px 2px #ed88db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,136,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 #ed88db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed88db; -webkit-box-shadow: 1px 1px 3px 2px #ed88db; box-shadow: 1px 1px 3px 2px #ed88db;">
Div content here</div>
This div box has shadow with color #ed88db
Comments
No comments written yet.
Please login to write comment.