Color spaces of #ef139f
RGB | 239 | 19 | 159 |
---|---|---|---|
HSL | 0.89 | 0.87 | 0.51 |
HSV | 322° | 92° | 94° |
CMYK | 0.00 | 0.92 | 0.33 0.06 |
XYZ | 42.0875 | 21.3197 | 34.6977 |
Yxy | 21.3197 | 0.4290 | 0.2173 |
Hunter Lab | 46.1733 | 81.9018 | -12.2332 |
CIE-Lab | 53.2976 | 82.4056 | -17.1296 |
#ef139f color RGB value is (239,19,159).
#ef139f hex color red value is 239, green value is 19 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef139f hue: 0.89 , saturation: 0.87 and the lightness value of ef139f is 0.51.
The process color (four color CMYK) of #ef139f color hex is 0.00, 0.92, 0.33, 0.06. Web safe color of #ef139f is #ff0099. Color #ef139f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00010011 | 10011111 |
Octal | 357 | 23 | 237 |
Decimal | 239 | 19 | 159 |
Hex | EF | 13 | 9F |
Shades of #ef139f
Tints of #ef139f
RGB Percentages of Color #ef139f
CMYK Percentages of Color #ef139f
Complementary Color
#ef139f | #13ef63 |
#ef139f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef139f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef139f Color CSS Codes
.mybgcolor {background-color:#ef139f; } .myforecolor {color:#ef139f; } .mybordercolor {border:3px solid #ef139f; }
#ef139f Text Font Color
<p style="color:#ef139f">Text here</p>
This sample text font color is #ef139f
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.
#ef139f Background Color
<div style="background-color:#ef139f">
Div content here</div>
This div background color is #ef139f
#ef139f Border Color
<div style="border:3px solid #ef139f">
Div here</div>
This div border color is #ef139f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,19,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef139f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef139f; -webkit-box-shadow: 1px 1px 3px 2px #ef139f; box-shadow: 1px 1px 3px 2px #ef139f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,19,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef139f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef139f; -webkit-box-shadow: 1px 1px 3px 2px #ef139f; box-shadow: 1px 1px 3px 2px #ef139f;">
Div content here</div>
This div box has shadow with color #ef139f
Comments
No comments written yet.
Please login to write comment.