Color spaces of #ef7baf
RGB | 239 | 123 | 175 |
---|---|---|---|
HSL | 0.93 | 0.78 | 0.71 |
HSV | 333° | 49° | 94° |
CMYK | 0.00 | 0.49 | 0.27 0.06 |
XYZ | 50.4174 | 35.6118 | 44.7739 |
Yxy | 35.6118 | 0.3854 | 0.2723 |
Hunter Lab | 59.6756 | 46.3747 | -2.7116 |
CIE-Lab | 66.2222 | 50.3411 | -6.9629 |
#ef7baf color RGB value is (239,123,175).
#ef7baf hex color red value is 239, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef7baf hue: 0.93 , saturation: 0.78 and the lightness value of ef7baf is 0.71.
The process color (four color CMYK) of #ef7baf color hex is 0.00, 0.49, 0.27, 0.06. Web safe color of #ef7baf is #ff6699. Color #ef7baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01111011 | 10101111 |
Octal | 357 | 173 | 257 |
Decimal | 239 | 123 | 175 |
Hex | EF | 7B | AF |
Shades of #ef7baf
Tints of #ef7baf
RGB Percentages of Color #ef7baf
CMYK Percentages of Color #ef7baf
Complementary Color
#ef7baf | #7befbb |
#ef7baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef7baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef7baf Color CSS Codes
.mybgcolor {background-color:#ef7baf; } .myforecolor {color:#ef7baf; } .mybordercolor {border:3px solid #ef7baf; }
#ef7baf Text Font Color
<p style="color:#ef7baf">Text here</p>
This sample text font color is #ef7baf
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.
#ef7baf Background Color
<div style="background-color:#ef7baf">
Div content here</div>
This div background color is #ef7baf
#ef7baf Border Color
<div style="border:3px solid #ef7baf">
Div here</div>
This div border color is #ef7baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,123,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef7baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef7baf; -webkit-box-shadow: 1px 1px 3px 2px #ef7baf; box-shadow: 1px 1px 3px 2px #ef7baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,123,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef7baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef7baf; -webkit-box-shadow: 1px 1px 3px 2px #ef7baf; box-shadow: 1px 1px 3px 2px #ef7baf;">
Div content here</div>
This div box has shadow with color #ef7baf
Comments
No comments written yet.
Please login to write comment.