Color spaces of #ed88ce
RGB | 237 | 136 | 206 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.73 |
HSV | 318° | 43° | 93° |
CMYK | 0.00 | 0.43 | 0.13 0.07 |
XYZ | 54.8698 | 40.0691 | 63.2347 |
Yxy | 40.0691 | 0.3469 | 0.2533 |
Hunter Lab | 63.3002 | 43.9520 | -14.9186 |
CIE-Lab | 69.5187 | 47.7122 | -19.4176 |
#ed88ce color RGB value is (237,136,206).
#ed88ce hex color red value is 237, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed88ce hue: 0.88 , saturation: 0.74 and the lightness value of ed88ce is 0.73.
The process color (four color CMYK) of #ed88ce color hex is 0.00, 0.43, 0.13, 0.07. Web safe color of #ed88ce is #ff99cc. Color #ed88ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10001000 | 11001110 |
Octal | 355 | 210 | 316 |
Decimal | 237 | 136 | 206 |
Hex | ED | 88 | CE |
Shades of #ed88ce
Tints of #ed88ce
RGB Percentages of Color #ed88ce
CMYK Percentages of Color #ed88ce
Complementary Color
#ed88ce | #88eda7 |
#ed88ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed88ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed88ce Color CSS Codes
.mybgcolor {background-color:#ed88ce; } .myforecolor {color:#ed88ce; } .mybordercolor {border:3px solid #ed88ce; }
#ed88ce Text Font Color
<p style="color:#ed88ce">Text here</p>
This sample text font color is #ed88ce
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.
#ed88ce Background Color
<div style="background-color:#ed88ce">
Div content here</div>
This div background color is #ed88ce
#ed88ce Border Color
<div style="border:3px solid #ed88ce">
Div here</div>
This div border color is #ed88ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,136,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed88ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed88ce; -webkit-box-shadow: 1px 1px 3px 2px #ed88ce; box-shadow: 1px 1px 3px 2px #ed88ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,136,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed88ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed88ce; -webkit-box-shadow: 1px 1px 3px 2px #ed88ce; box-shadow: 1px 1px 3px 2px #ed88ce;">
Div content here</div>
This div box has shadow with color #ed88ce
Comments
No comments written yet.
Please login to write comment.