Color spaces of #ef37ff
RGB | 239 | 55 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.61 |
HSV | 295° | 78° | 100° |
CMYK | 0.06 | 0.78 | 0.00 0.00 |
XYZ | 55.0128 | 28.3031 | 97.1713 |
Yxy | 28.3031 | 0.3048 | 0.1568 |
Hunter Lab | 53.2007 | 91.4790 | -71.0531 |
CIE-Lab | 60.1616 | 88.4061 | -61.2424 |
#ef37ff color RGB value is (239,55,255).
#ef37ff hex color red value is 239, green value is 55 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ef37ff hue: 0.82 , saturation: 1.00 and the lightness value of ef37ff is 0.61.
The process color (four color CMYK) of #ef37ff color hex is 0.06, 0.78, 0.00, 0.00. Web safe color of #ef37ff is #ff33ff. Color #ef37ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00110111 | 11111111 |
Octal | 357 | 67 | 377 |
Decimal | 239 | 55 | 255 |
Hex | EF | 37 | FF |
Shades of #ef37ff
Tints of #ef37ff
RGB Percentages of Color #ef37ff
CMYK Percentages of Color #ef37ff
Complementary Color
#ef37ff | #47ff37 |
#ef37ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef37ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef37ff Color CSS Codes
.mybgcolor {background-color:#ef37ff; } .myforecolor {color:#ef37ff; } .mybordercolor {border:3px solid #ef37ff; }
#ef37ff Text Font Color
<p style="color:#ef37ff">Text here</p>
This sample text font color is #ef37ff
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.
#ef37ff Background Color
<div style="background-color:#ef37ff">
Div content here</div>
This div background color is #ef37ff
#ef37ff Border Color
<div style="border:3px solid #ef37ff">
Div here</div>
This div border color is #ef37ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,55,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef37ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef37ff; -webkit-box-shadow: 1px 1px 3px 2px #ef37ff; box-shadow: 1px 1px 3px 2px #ef37ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,55,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef37ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef37ff; -webkit-box-shadow: 1px 1px 3px 2px #ef37ff; box-shadow: 1px 1px 3px 2px #ef37ff;">
Div content here</div>
This div box has shadow with color #ef37ff
Comments
No comments written yet.
Please login to write comment.