Color spaces of #ec8bea
RGB | 236 | 139 | 234 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.74 |
HSV | 301° | 41° | 93° |
CMYK | 0.00 | 0.41 | 0.01 0.07 |
XYZ | 58.6760 | 42.2386 | 82.9022 |
Yxy | 42.2386 | 0.3192 | 0.2298 |
Hunter Lab | 64.9912 | 47.4204 | -30.1359 |
CIE-Lab | 71.0351 | 50.5882 | -32.5666 |
#ec8bea color RGB value is (236,139,234).
#ec8bea hex color red value is 236, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ec8bea hue: 0.84 , saturation: 0.72 and the lightness value of ec8bea is 0.74.
The process color (four color CMYK) of #ec8bea color hex is 0.00, 0.41, 0.01, 0.07. Web safe color of #ec8bea is #ff99ff. Color #ec8bea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001011 | 11101010 |
Octal | 354 | 213 | 352 |
Decimal | 236 | 139 | 234 |
Hex | EC | 8B | EA |
Shades of #ec8bea
Tints of #ec8bea
RGB Percentages of Color #ec8bea
CMYK Percentages of Color #ec8bea
Complementary Color
#ec8bea | #8bec8d |
#ec8bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec8bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec8bea Color CSS Codes
.mybgcolor {background-color:#ec8bea; } .myforecolor {color:#ec8bea; } .mybordercolor {border:3px solid #ec8bea; }
#ec8bea Text Font Color
<p style="color:#ec8bea">Text here</p>
This sample text font color is #ec8bea
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.
#ec8bea Background Color
<div style="background-color:#ec8bea">
Div content here</div>
This div background color is #ec8bea
#ec8bea Border Color
<div style="border:3px solid #ec8bea">
Div here</div>
This div border color is #ec8bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,139,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec8bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec8bea; -webkit-box-shadow: 1px 1px 3px 2px #ec8bea; box-shadow: 1px 1px 3px 2px #ec8bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,139,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec8bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec8bea; -webkit-box-shadow: 1px 1px 3px 2px #ec8bea; box-shadow: 1px 1px 3px 2px #ec8bea;">
Div content here</div>
This div box has shadow with color #ec8bea
Comments
No comments written yet.
Please login to write comment.