Color spaces of #ef769f
RGB | 239 | 118 | 159 |
---|---|---|---|
HSL | 0.94 | 0.79 | 0.70 |
HSV | 340° | 51° | 94° |
CMYK | 0.00 | 0.51 | 0.33 0.06 |
XYZ | 48.3330 | 33.8108 | 36.7796 |
Yxy | 33.8108 | 0.4064 | 0.2843 |
Hunter Lab | 58.1471 | 46.6154 | 3.2004 |
CIE-Lab | 64.8121 | 50.7628 | 0.0437 |
#ef769f color RGB value is (239,118,159).
#ef769f hex color red value is 239, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef769f hue: 0.94 , saturation: 0.79 and the lightness value of ef769f is 0.70.
The process color (four color CMYK) of #ef769f color hex is 0.00, 0.51, 0.33, 0.06. Web safe color of #ef769f is #ff6699. Color #ef769f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01110110 | 10011111 |
Octal | 357 | 166 | 237 |
Decimal | 239 | 118 | 159 |
Hex | EF | 76 | 9F |
Shades of #ef769f
Tints of #ef769f
RGB Percentages of Color #ef769f
CMYK Percentages of Color #ef769f
Complementary Color
#ef769f | #76efc6 |
#ef769f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef769f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef769f Color CSS Codes
.mybgcolor {background-color:#ef769f; } .myforecolor {color:#ef769f; } .mybordercolor {border:3px solid #ef769f; }
#ef769f Text Font Color
<p style="color:#ef769f">Text here</p>
This sample text font color is #ef769f
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.
#ef769f Background Color
<div style="background-color:#ef769f">
Div content here</div>
This div background color is #ef769f
#ef769f Border Color
<div style="border:3px solid #ef769f">
Div here</div>
This div border color is #ef769f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,118,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef769f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef769f; -webkit-box-shadow: 1px 1px 3px 2px #ef769f; box-shadow: 1px 1px 3px 2px #ef769f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,118,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 #ef769f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef769f; -webkit-box-shadow: 1px 1px 3px 2px #ef769f; box-shadow: 1px 1px 3px 2px #ef769f;">
Div content here</div>
This div box has shadow with color #ef769f
Comments
No comments written yet.
Please login to write comment.