Color spaces of #ec89fc
RGB | 236 | 137 | 252 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.76 |
HSV | 292° | 46° | 99° |
CMYK | 0.06 | 0.46 | 0.00 0.01 |
XYZ | 61.1084 | 42.7525 | 97.1267 |
Yxy | 42.7525 | 0.3040 | 0.2127 |
Hunter Lab | 65.3854 | 52.3995 | -42.3025 |
CIE-Lab | 71.3867 | 54.8764 | -41.8594 |
#ec89fc color RGB value is (236,137,252).
#ec89fc hex color red value is 236, green value is 137 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec89fc hue: 0.81 , saturation: 0.95 and the lightness value of ec89fc is 0.76.
The process color (four color CMYK) of #ec89fc color hex is 0.06, 0.46, 0.00, 0.01. Web safe color of #ec89fc is #ff99ff. Color #ec89fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001001 | 11111100 |
Octal | 354 | 211 | 374 |
Decimal | 236 | 137 | 252 |
Hex | EC | 89 | FC |
Shades of #ec89fc
Tints of #ec89fc
RGB Percentages of Color #ec89fc
CMYK Percentages of Color #ec89fc
Complementary Color
#ec89fc | #99fc89 |
#ec89fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec89fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec89fc Color CSS Codes
.mybgcolor {background-color:#ec89fc; } .myforecolor {color:#ec89fc; } .mybordercolor {border:3px solid #ec89fc; }
#ec89fc Text Font Color
<p style="color:#ec89fc">Text here</p>
This sample text font color is #ec89fc
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.
#ec89fc Background Color
<div style="background-color:#ec89fc">
Div content here</div>
This div background color is #ec89fc
#ec89fc Border Color
<div style="border:3px solid #ec89fc">
Div here</div>
This div border color is #ec89fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,137,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec89fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec89fc; -webkit-box-shadow: 1px 1px 3px 2px #ec89fc; box-shadow: 1px 1px 3px 2px #ec89fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,137,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec89fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec89fc; -webkit-box-shadow: 1px 1px 3px 2px #ec89fc; box-shadow: 1px 1px 3px 2px #ec89fc;">
Div content here</div>
This div box has shadow with color #ec89fc
Comments
No comments written yet.
Please login to write comment.