Color spaces of #ef90bd
RGB | 239 | 144 | 189 |
---|---|---|---|
HSL | 0.92 | 0.75 | 0.75 |
HSV | 332° | 40° | 94° |
CMYK | 0.00 | 0.40 | 0.21 0.06 |
XYZ | 54.7552 | 41.9714 | 53.3595 |
Yxy | 41.9714 | 0.3648 | 0.2796 |
Hunter Lab | 64.7853 | 37.4901 | -3.4836 |
CIE-Lab | 70.8512 | 41.6787 | -7.9380 |
#ef90bd color RGB value is (239,144,189).
#ef90bd hex color red value is 239, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef90bd hue: 0.92 , saturation: 0.75 and the lightness value of ef90bd is 0.75.
The process color (four color CMYK) of #ef90bd color hex is 0.00, 0.40, 0.21, 0.06. Web safe color of #ef90bd is #ff99cc. Color #ef90bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10010000 | 10111101 |
Octal | 357 | 220 | 275 |
Decimal | 239 | 144 | 189 |
Hex | EF | 90 | BD |
Shades of #ef90bd
Tints of #ef90bd
RGB Percentages of Color #ef90bd
CMYK Percentages of Color #ef90bd
Complementary Color
#ef90bd | #90efc2 |
#ef90bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef90bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef90bd Color CSS Codes
.mybgcolor {background-color:#ef90bd; } .myforecolor {color:#ef90bd; } .mybordercolor {border:3px solid #ef90bd; }
#ef90bd Text Font Color
<p style="color:#ef90bd">Text here</p>
This sample text font color is #ef90bd
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.
#ef90bd Background Color
<div style="background-color:#ef90bd">
Div content here</div>
This div background color is #ef90bd
#ef90bd Border Color
<div style="border:3px solid #ef90bd">
Div here</div>
This div border color is #ef90bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,144,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef90bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef90bd; -webkit-box-shadow: 1px 1px 3px 2px #ef90bd; box-shadow: 1px 1px 3px 2px #ef90bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,144,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef90bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef90bd; -webkit-box-shadow: 1px 1px 3px 2px #ef90bd; box-shadow: 1px 1px 3px 2px #ef90bd;">
Div content here</div>
This div box has shadow with color #ef90bd
Comments
No comments written yet.
Please login to write comment.