Color spaces of #ef859f
RGB | 239 | 133 | 159 |
---|---|---|---|
HSL | 0.96 | 0.77 | 0.73 |
HSV | 345° | 44° | 94° |
CMYK | 0.00 | 0.44 | 0.33 0.06 |
XYZ | 50.2421 | 37.6290 | 37.4160 |
Yxy | 37.6290 | 0.4010 | 0.3003 |
Hunter Lab | 61.3425 | 38.8497 | 6.7757 |
CIE-Lab | 67.7463 | 43.3023 | 4.3038 |
#ef859f color RGB value is (239,133,159).
#ef859f hex color red value is 239, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef859f hue: 0.96 , saturation: 0.77 and the lightness value of ef859f is 0.73.
The process color (four color CMYK) of #ef859f color hex is 0.00, 0.44, 0.33, 0.06. Web safe color of #ef859f is #ff9999. Color #ef859f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10000101 | 10011111 |
Octal | 357 | 205 | 237 |
Decimal | 239 | 133 | 159 |
Hex | EF | 85 | 9F |
Shades of #ef859f
Tints of #ef859f
RGB Percentages of Color #ef859f
CMYK Percentages of Color #ef859f
Complementary Color
#ef859f | #85efd5 |
#ef859f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef859f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef859f Color CSS Codes
.mybgcolor {background-color:#ef859f; } .myforecolor {color:#ef859f; } .mybordercolor {border:3px solid #ef859f; }
#ef859f Text Font Color
<p style="color:#ef859f">Text here</p>
This sample text font color is #ef859f
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.
#ef859f Background Color
<div style="background-color:#ef859f">
Div content here</div>
This div background color is #ef859f
#ef859f Border Color
<div style="border:3px solid #ef859f">
Div here</div>
This div border color is #ef859f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,133,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef859f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef859f; -webkit-box-shadow: 1px 1px 3px 2px #ef859f; box-shadow: 1px 1px 3px 2px #ef859f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,133,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 #ef859f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef859f; -webkit-box-shadow: 1px 1px 3px 2px #ef859f; box-shadow: 1px 1px 3px 2px #ef859f;">
Div content here</div>
This div box has shadow with color #ef859f
Comments
No comments written yet.
Please login to write comment.