Color spaces of #ef89ad
RGB | 239 | 137 | 173 |
---|---|---|---|
HSL | 0.94 | 0.76 | 0.74 |
HSV | 339° | 43° | 94° |
CMYK | 0.00 | 0.43 | 0.28 0.06 |
XYZ | 52.0851 | 39.2592 | 44.3678 |
Yxy | 39.2592 | 0.3838 | 0.2893 |
Hunter Lab | 62.6572 | 38.7319 | 1.8765 |
CIE-Lab | 68.9386 | 43.0471 | -1.8284 |
#ef89ad color RGB value is (239,137,173).
#ef89ad hex color red value is 239, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ef89ad hue: 0.94 , saturation: 0.76 and the lightness value of ef89ad is 0.74.
The process color (four color CMYK) of #ef89ad color hex is 0.00, 0.43, 0.28, 0.06. Web safe color of #ef89ad is #ff9999. Color #ef89ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10001001 | 10101101 |
Octal | 357 | 211 | 255 |
Decimal | 239 | 137 | 173 |
Hex | EF | 89 | AD |
Shades of #ef89ad
Tints of #ef89ad
RGB Percentages of Color #ef89ad
CMYK Percentages of Color #ef89ad
Complementary Color
#ef89ad | #89efcb |
#ef89ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef89ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef89ad Color CSS Codes
.mybgcolor {background-color:#ef89ad; } .myforecolor {color:#ef89ad; } .mybordercolor {border:3px solid #ef89ad; }
#ef89ad Text Font Color
<p style="color:#ef89ad">Text here</p>
This sample text font color is #ef89ad
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.
#ef89ad Background Color
<div style="background-color:#ef89ad">
Div content here</div>
This div background color is #ef89ad
#ef89ad Border Color
<div style="border:3px solid #ef89ad">
Div here</div>
This div border color is #ef89ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,137,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef89ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef89ad; -webkit-box-shadow: 1px 1px 3px 2px #ef89ad; box-shadow: 1px 1px 3px 2px #ef89ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,137,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef89ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef89ad; -webkit-box-shadow: 1px 1px 3px 2px #ef89ad; box-shadow: 1px 1px 3px 2px #ef89ad;">
Div content here</div>
This div box has shadow with color #ef89ad
Comments
No comments written yet.
Please login to write comment.