Color spaces of #ef78da
RGB | 239 | 120 | 218 |
---|---|---|---|
HSL | 0.86 | 0.79 | 0.70 |
HSV | 311° | 50° | 94° |
CMYK | 0.00 | 0.50 | 0.09 0.06 |
XYZ | 54.9680 | 36.8456 | 70.5445 |
Yxy | 36.8456 | 0.3386 | 0.2269 |
Hunter Lab | 60.7006 | 55.4164 | -26.4148 |
CIE-Lab | 67.1610 | 58.1229 | -29.6793 |
#ef78da color RGB value is (239,120,218).
#ef78da hex color red value is 239, green value is 120 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ef78da hue: 0.86 , saturation: 0.79 and the lightness value of ef78da is 0.70.
The process color (four color CMYK) of #ef78da color hex is 0.00, 0.50, 0.09, 0.06. Web safe color of #ef78da is #ff66cc. Color #ef78da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01111000 | 11011010 |
Octal | 357 | 170 | 332 |
Decimal | 239 | 120 | 218 |
Hex | EF | 78 | DA |
Shades of #ef78da
Tints of #ef78da
RGB Percentages of Color #ef78da
CMYK Percentages of Color #ef78da
Complementary Color
#ef78da | #78ef8d |
#ef78da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef78da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef78da Color CSS Codes
.mybgcolor {background-color:#ef78da; } .myforecolor {color:#ef78da; } .mybordercolor {border:3px solid #ef78da; }
#ef78da Text Font Color
<p style="color:#ef78da">Text here</p>
This sample text font color is #ef78da
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.
#ef78da Background Color
<div style="background-color:#ef78da">
Div content here</div>
This div background color is #ef78da
#ef78da Border Color
<div style="border:3px solid #ef78da">
Div here</div>
This div border color is #ef78da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,120,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef78da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef78da; -webkit-box-shadow: 1px 1px 3px 2px #ef78da; box-shadow: 1px 1px 3px 2px #ef78da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,120,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef78da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef78da; -webkit-box-shadow: 1px 1px 3px 2px #ef78da; box-shadow: 1px 1px 3px 2px #ef78da;">
Div content here</div>
This div box has shadow with color #ef78da
Comments
No comments written yet.
Please login to write comment.