Color spaces of #ef4dfb
RGB | 239 | 77 | 251 |
---|---|---|---|
HSL | 0.82 | 0.96 | 0.64 |
HSV | 296° | 69° | 98° |
CMYK | 0.05 | 0.69 | 0.00 0.02 |
XYZ | 55.6631 | 30.6235 | 94.2439 |
Yxy | 30.6235 | 0.3083 | 0.1696 |
Hunter Lab | 55.3385 | 82.7046 | -62.2365 |
CIE-Lab | 62.1885 | 81.3048 | -55.7943 |
#ef4dfb color RGB value is (239,77,251).
#ef4dfb hex color red value is 239, green value is 77 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ef4dfb hue: 0.82 , saturation: 0.96 and the lightness value of ef4dfb is 0.64.
The process color (four color CMYK) of #ef4dfb color hex is 0.05, 0.69, 0.00, 0.02. Web safe color of #ef4dfb is #ff66ff. Color #ef4dfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01001101 | 11111011 |
Octal | 357 | 115 | 373 |
Decimal | 239 | 77 | 251 |
Hex | EF | 4D | FB |
Shades of #ef4dfb
Tints of #ef4dfb
RGB Percentages of Color #ef4dfb
CMYK Percentages of Color #ef4dfb
Complementary Color
#ef4dfb | #59fb4d |
#ef4dfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef4dfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef4dfb Color CSS Codes
.mybgcolor {background-color:#ef4dfb; } .myforecolor {color:#ef4dfb; } .mybordercolor {border:3px solid #ef4dfb; }
#ef4dfb Text Font Color
<p style="color:#ef4dfb">Text here</p>
This sample text font color is #ef4dfb
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.
#ef4dfb Background Color
<div style="background-color:#ef4dfb">
Div content here</div>
This div background color is #ef4dfb
#ef4dfb Border Color
<div style="border:3px solid #ef4dfb">
Div here</div>
This div border color is #ef4dfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,77,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef4dfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef4dfb; -webkit-box-shadow: 1px 1px 3px 2px #ef4dfb; box-shadow: 1px 1px 3px 2px #ef4dfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,77,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef4dfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef4dfb; -webkit-box-shadow: 1px 1px 3px 2px #ef4dfb; box-shadow: 1px 1px 3px 2px #ef4dfb;">
Div content here</div>
This div box has shadow with color #ef4dfb
Comments
No comments written yet.
Please login to write comment.