Color spaces of #ef133e
RGB | 239 | 19 | 62 |
---|---|---|---|
HSL | 0.97 | 0.87 | 0.51 |
HSV | 348° | 92° | 94° |
CMYK | 0.00 | 0.92 | 0.74 0.06 |
XYZ | 36.6990 | 19.1643 | 6.3222 |
Yxy | 19.1643 | 0.5902 | 0.3082 |
Hunter Lab | 43.7770 | 73.0296 | 22.0814 |
CIE-Lab | 50.8789 | 75.8189 | 37.8623 |
#ef133e color RGB value is (239,19,62).
#ef133e hex color red value is 239, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ef133e hue: 0.97 , saturation: 0.87 and the lightness value of ef133e is 0.51.
The process color (four color CMYK) of #ef133e color hex is 0.00, 0.92, 0.74, 0.06. Web safe color of #ef133e is #ff0033. Color #ef133e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00010011 | 00111110 |
Octal | 357 | 23 | 76 |
Decimal | 239 | 19 | 62 |
Hex | EF | 13 | 3E |
Shades of #ef133e
Tints of #ef133e
RGB Percentages of Color #ef133e
CMYK Percentages of Color #ef133e
Complementary Color
#ef133e | #13efc4 |
#ef133e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef133e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef133e Color CSS Codes
.mybgcolor {background-color:#ef133e; } .myforecolor {color:#ef133e; } .mybordercolor {border:3px solid #ef133e; }
#ef133e Text Font Color
<p style="color:#ef133e">Text here</p>
This sample text font color is #ef133e
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.
#ef133e Background Color
<div style="background-color:#ef133e">
Div content here</div>
This div background color is #ef133e
#ef133e Border Color
<div style="border:3px solid #ef133e">
Div here</div>
This div border color is #ef133e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,19,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef133e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef133e; -webkit-box-shadow: 1px 1px 3px 2px #ef133e; box-shadow: 1px 1px 3px 2px #ef133e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,19,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef133e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef133e; -webkit-box-shadow: 1px 1px 3px 2px #ef133e; box-shadow: 1px 1px 3px 2px #ef133e;">
Div content here</div>
This div box has shadow with color #ef133e
Comments
No comments written yet.
Please login to write comment.