Color spaces of #ef2140
RGB | 239 | 33 | 64 |
---|---|---|---|
HSL | 0.97 | 0.87 | 0.53 |
HSV | 351° | 86° | 94° |
CMYK | 0.00 | 0.86 | 0.73 0.06 |
XYZ | 37.0659 | 19.8086 | 6.7203 |
Yxy | 19.8086 | 0.5828 | 0.3115 |
Hunter Lab | 44.5069 | 70.7702 | 22.2023 |
CIE-Lab | 51.6201 | 73.8332 | 37.5478 |
#ef2140 color RGB value is (239,33,64).
#ef2140 hex color red value is 239, green value is 33 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ef2140 hue: 0.97 , saturation: 0.87 and the lightness value of ef2140 is 0.53.
The process color (four color CMYK) of #ef2140 color hex is 0.00, 0.86, 0.73, 0.06. Web safe color of #ef2140 is #ff3333. Color #ef2140 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00100001 | 01000000 |
Octal | 357 | 41 | 100 |
Decimal | 239 | 33 | 64 |
Hex | EF | 21 | 40 |
Shades of #ef2140
Tints of #ef2140
RGB Percentages of Color #ef2140
CMYK Percentages of Color #ef2140
Complementary Color
#ef2140 | #21efd0 |
#ef2140 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef2140 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef2140 Color CSS Codes
.mybgcolor {background-color:#ef2140; } .myforecolor {color:#ef2140; } .mybordercolor {border:3px solid #ef2140; }
#ef2140 Text Font Color
<p style="color:#ef2140">Text here</p>
This sample text font color is #ef2140
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.
#ef2140 Background Color
<div style="background-color:#ef2140">
Div content here</div>
This div background color is #ef2140
#ef2140 Border Color
<div style="border:3px solid #ef2140">
Div here</div>
This div border color is #ef2140
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,33,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef2140; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef2140; -webkit-box-shadow: 1px 1px 3px 2px #ef2140; box-shadow: 1px 1px 3px 2px #ef2140; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,33,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef2140">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef2140; -webkit-box-shadow: 1px 1px 3px 2px #ef2140; box-shadow: 1px 1px 3px 2px #ef2140;">
Div content here</div>
This div box has shadow with color #ef2140
Comments
No comments written yet.
Please login to write comment.