Color spaces of #ef2dbf
RGB | 239 | 45 | 191 |
---|---|---|---|
HSL | 0.87 | 0.86 | 0.56 |
HSV | 315° | 81° | 94° |
CMYK | 0.00 | 0.81 | 0.20 0.06 |
XYZ | 45.9390 | 23.9891 | 51.4993 |
Yxy | 23.9891 | 0.3783 | 0.1976 |
Hunter Lab | 48.9787 | 81.7094 | -28.0562 |
CIE-Lab | 56.0769 | 81.7136 | -31.5569 |
#ef2dbf color RGB value is (239,45,191).
#ef2dbf hex color red value is 239, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ef2dbf hue: 0.87 , saturation: 0.86 and the lightness value of ef2dbf is 0.56.
The process color (four color CMYK) of #ef2dbf color hex is 0.00, 0.81, 0.20, 0.06. Web safe color of #ef2dbf is #ff33cc. Color #ef2dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00101101 | 10111111 |
Octal | 357 | 55 | 277 |
Decimal | 239 | 45 | 191 |
Hex | EF | 2D | BF |
Shades of #ef2dbf
Tints of #ef2dbf
RGB Percentages of Color #ef2dbf
CMYK Percentages of Color #ef2dbf
Complementary Color
#ef2dbf | #2def5d |
#ef2dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef2dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef2dbf Color CSS Codes
.mybgcolor {background-color:#ef2dbf; } .myforecolor {color:#ef2dbf; } .mybordercolor {border:3px solid #ef2dbf; }
#ef2dbf Text Font Color
<p style="color:#ef2dbf">Text here</p>
This sample text font color is #ef2dbf
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.
#ef2dbf Background Color
<div style="background-color:#ef2dbf">
Div content here</div>
This div background color is #ef2dbf
#ef2dbf Border Color
<div style="border:3px solid #ef2dbf">
Div here</div>
This div border color is #ef2dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,45,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef2dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef2dbf; -webkit-box-shadow: 1px 1px 3px 2px #ef2dbf; box-shadow: 1px 1px 3px 2px #ef2dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,45,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef2dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef2dbf; -webkit-box-shadow: 1px 1px 3px 2px #ef2dbf; box-shadow: 1px 1px 3px 2px #ef2dbf;">
Div content here</div>
This div box has shadow with color #ef2dbf
Comments
No comments written yet.
Please login to write comment.