Color spaces of #ed8cbc
RGB | 237 | 140 | 188 |
---|---|---|---|
HSL | 0.92 | 0.73 | 0.74 |
HSV | 330° | 41° | 93° |
CMYK | 0.00 | 0.41 | 0.21 0.07 |
XYZ | 53.3802 | 40.3915 | 52.5599 |
Yxy | 40.3915 | 0.3648 | 0.2760 |
Hunter Lab | 63.5543 | 38.7047 | -4.5453 |
CIE-Lab | 69.7475 | 42.9241 | -9.0494 |
#ed8cbc color RGB value is (237,140,188).
#ed8cbc hex color red value is 237, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed8cbc hue: 0.92 , saturation: 0.73 and the lightness value of ed8cbc is 0.74.
The process color (four color CMYK) of #ed8cbc color hex is 0.00, 0.41, 0.21, 0.07. Web safe color of #ed8cbc is #ff99cc. Color #ed8cbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10001100 | 10111100 |
Octal | 355 | 214 | 274 |
Decimal | 237 | 140 | 188 |
Hex | ED | 8C | BC |
Shades of #ed8cbc
Tints of #ed8cbc
RGB Percentages of Color #ed8cbc
CMYK Percentages of Color #ed8cbc
Complementary Color
#ed8cbc | #8cedbd |
#ed8cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed8cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed8cbc Color CSS Codes
.mybgcolor {background-color:#ed8cbc; } .myforecolor {color:#ed8cbc; } .mybordercolor {border:3px solid #ed8cbc; }
#ed8cbc Text Font Color
<p style="color:#ed8cbc">Text here</p>
This sample text font color is #ed8cbc
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.
#ed8cbc Background Color
<div style="background-color:#ed8cbc">
Div content here</div>
This div background color is #ed8cbc
#ed8cbc Border Color
<div style="border:3px solid #ed8cbc">
Div here</div>
This div border color is #ed8cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,140,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed8cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed8cbc; -webkit-box-shadow: 1px 1px 3px 2px #ed8cbc; box-shadow: 1px 1px 3px 2px #ed8cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,140,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed8cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed8cbc; -webkit-box-shadow: 1px 1px 3px 2px #ed8cbc; box-shadow: 1px 1px 3px 2px #ed8cbc;">
Div content here</div>
This div box has shadow with color #ed8cbc
Comments
No comments written yet.
Please login to write comment.