Color spaces of #ec8cce
RGB | 236 | 140 | 206 |
---|---|---|---|
HSL | 0.89 | 0.72 | 0.74 |
HSV | 319° | 41° | 93° |
CMYK | 0.00 | 0.41 | 0.13 0.07 |
XYZ | 55.1107 | 41.0453 | 63.4104 |
Yxy | 41.0453 | 0.3454 | 0.2572 |
Hunter Lab | 64.0666 | 41.4308 | -13.8361 |
CIE-Lab | 70.2076 | 45.3511 | -18.3842 |
#ec8cce color RGB value is (236,140,206).
#ec8cce hex color red value is 236, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ec8cce hue: 0.89 , saturation: 0.72 and the lightness value of ec8cce is 0.74.
The process color (four color CMYK) of #ec8cce color hex is 0.00, 0.41, 0.13, 0.07. Web safe color of #ec8cce is #ff99cc. Color #ec8cce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001100 | 11001110 |
Octal | 354 | 214 | 316 |
Decimal | 236 | 140 | 206 |
Hex | EC | 8C | CE |
Shades of #ec8cce
Tints of #ec8cce
RGB Percentages of Color #ec8cce
CMYK Percentages of Color #ec8cce
Complementary Color
#ec8cce | #8cecaa |
#ec8cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec8cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec8cce Color CSS Codes
.mybgcolor {background-color:#ec8cce; } .myforecolor {color:#ec8cce; } .mybordercolor {border:3px solid #ec8cce; }
#ec8cce Text Font Color
<p style="color:#ec8cce">Text here</p>
This sample text font color is #ec8cce
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.
#ec8cce Background Color
<div style="background-color:#ec8cce">
Div content here</div>
This div background color is #ec8cce
#ec8cce Border Color
<div style="border:3px solid #ec8cce">
Div here</div>
This div border color is #ec8cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,140,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec8cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec8cce; -webkit-box-shadow: 1px 1px 3px 2px #ec8cce; box-shadow: 1px 1px 3px 2px #ec8cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,140,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 #ec8cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec8cce; -webkit-box-shadow: 1px 1px 3px 2px #ec8cce; box-shadow: 1px 1px 3px 2px #ec8cce;">
Div content here</div>
This div box has shadow with color #ec8cce
Comments
No comments written yet.
Please login to write comment.