Color spaces of #ef473f
RGB | 239 | 71 | 63 |
---|---|---|---|
HSL | 0.01 | 0.85 | 0.59 |
HSV | 3° | 74° | 94° |
CMYK | 0.00 | 0.70 | 0.74 0.06 |
XYZ | 38.7470 | 23.2161 | 7.1416 |
Yxy | 23.2161 | 0.5607 | 0.3360 |
Hunter Lab | 48.1831 | 59.2225 | 24.9403 |
CIE-Lab | 55.2942 | 63.4376 | 42.2641 |
#ef473f color RGB value is (239,71,63).
#ef473f hex color red value is 239, green value is 71 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ef473f hue: 0.01 , saturation: 0.85 and the lightness value of ef473f is 0.59.
The process color (four color CMYK) of #ef473f color hex is 0.00, 0.70, 0.74, 0.06. Web safe color of #ef473f is #ff3333. Color #ef473f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01000111 | 00111111 |
Octal | 357 | 107 | 77 |
Decimal | 239 | 71 | 63 |
Hex | EF | 47 | 3F |
Shades of #ef473f
Tints of #ef473f
RGB Percentages of Color #ef473f
CMYK Percentages of Color #ef473f
Complementary Color
#ef473f | #3fe7ef |
#ef473f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef473f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef473f Color CSS Codes
.mybgcolor {background-color:#ef473f; } .myforecolor {color:#ef473f; } .mybordercolor {border:3px solid #ef473f; }
#ef473f Text Font Color
<p style="color:#ef473f">Text here</p>
This sample text font color is #ef473f
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.
#ef473f Background Color
<div style="background-color:#ef473f">
Div content here</div>
This div background color is #ef473f
#ef473f Border Color
<div style="border:3px solid #ef473f">
Div here</div>
This div border color is #ef473f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,71,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef473f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef473f; -webkit-box-shadow: 1px 1px 3px 2px #ef473f; box-shadow: 1px 1px 3px 2px #ef473f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,71,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef473f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef473f; -webkit-box-shadow: 1px 1px 3px 2px #ef473f; box-shadow: 1px 1px 3px 2px #ef473f;">
Div content here</div>
This div box has shadow with color #ef473f
Comments
No comments written yet.
Please login to write comment.