Color spaces of #ec90ba
RGB | 236 | 144 | 186 |
---|---|---|---|
HSL | 0.92 | 0.71 | 0.75 |
HSV | 333° | 39° | 93° |
CMYK | 0.00 | 0.39 | 0.21 0.07 |
XYZ | 53.4283 | 41.3246 | 51.6148 |
Yxy | 41.3246 | 0.3650 | 0.2823 |
Hunter Lab | 64.2842 | 35.8587 | -2.6059 |
CIE-Lab | 70.4027 | 40.2236 | -6.9735 |
#ec90ba color RGB value is (236,144,186).
#ec90ba hex color red value is 236, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ec90ba hue: 0.92 , saturation: 0.71 and the lightness value of ec90ba is 0.75.
The process color (four color CMYK) of #ec90ba color hex is 0.00, 0.39, 0.21, 0.07. Web safe color of #ec90ba is #ff99cc. Color #ec90ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10010000 | 10111010 |
Octal | 354 | 220 | 272 |
Decimal | 236 | 144 | 186 |
Hex | EC | 90 | BA |
Shades of #ec90ba
Tints of #ec90ba
RGB Percentages of Color #ec90ba
CMYK Percentages of Color #ec90ba
Complementary Color
#ec90ba | #90ecc2 |
#ec90ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec90ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec90ba Color CSS Codes
.mybgcolor {background-color:#ec90ba; } .myforecolor {color:#ec90ba; } .mybordercolor {border:3px solid #ec90ba; }
#ec90ba Text Font Color
<p style="color:#ec90ba">Text here</p>
This sample text font color is #ec90ba
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.
#ec90ba Background Color
<div style="background-color:#ec90ba">
Div content here</div>
This div background color is #ec90ba
#ec90ba Border Color
<div style="border:3px solid #ec90ba">
Div here</div>
This div border color is #ec90ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,144,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec90ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec90ba; -webkit-box-shadow: 1px 1px 3px 2px #ec90ba; box-shadow: 1px 1px 3px 2px #ec90ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,144,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec90ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec90ba; -webkit-box-shadow: 1px 1px 3px 2px #ec90ba; box-shadow: 1px 1px 3px 2px #ec90ba;">
Div content here</div>
This div box has shadow with color #ec90ba
Comments
No comments written yet.
Please login to write comment.