Color spaces of #ef97af
RGB | 239 | 151 | 175 |
---|---|---|---|
HSL | 0.95 | 0.73 | 0.76 |
HSV | 344° | 37° | 94° |
CMYK | 0.00 | 0.37 | 0.27 0.06 |
XYZ | 54.4011 | 43.5791 | 46.1018 |
Yxy | 43.5791 | 0.3776 | 0.3025 |
Hunter Lab | 66.0145 | 31.5727 | 4.8044 |
CIE-Lab | 71.9463 | 36.0598 | 1.4502 |
#ef97af color RGB value is (239,151,175).
#ef97af hex color red value is 239, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef97af hue: 0.95 , saturation: 0.73 and the lightness value of ef97af is 0.76.
The process color (four color CMYK) of #ef97af color hex is 0.00, 0.37, 0.27, 0.06. Web safe color of #ef97af is #ff9999. Color #ef97af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10010111 | 10101111 |
Octal | 357 | 227 | 257 |
Decimal | 239 | 151 | 175 |
Hex | EF | 97 | AF |
Shades of #ef97af
Tints of #ef97af
RGB Percentages of Color #ef97af
CMYK Percentages of Color #ef97af
Complementary Color
#ef97af | #97efd7 |
#ef97af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef97af Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef97af Color CSS Codes
.mybgcolor {background-color:#ef97af; } .myforecolor {color:#ef97af; } .mybordercolor {border:3px solid #ef97af; }
#ef97af Text Font Color
<p style="color:#ef97af">Text here</p>
This sample text font color is #ef97af
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.
#ef97af Background Color
<div style="background-color:#ef97af">
Div content here</div>
This div background color is #ef97af
#ef97af Border Color
<div style="border:3px solid #ef97af">
Div here</div>
This div border color is #ef97af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,151,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef97af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef97af; -webkit-box-shadow: 1px 1px 3px 2px #ef97af; box-shadow: 1px 1px 3px 2px #ef97af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,151,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 #ef97af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef97af; -webkit-box-shadow: 1px 1px 3px 2px #ef97af; box-shadow: 1px 1px 3px 2px #ef97af;">
Div content here</div>
This div box has shadow with color #ef97af
Comments
No comments written yet.
Please login to write comment.