Color spaces of #eb213f
RGB | 235 | 33 | 63 |
---|---|---|---|
HSL | 0.98 | 0.83 | 0.53 |
HSV | 351° | 86° | 92° |
CMYK | 0.00 | 0.86 | 0.73 0.08 |
XYZ | 35.7020 | 19.1088 | 6.5093 |
Yxy | 19.1088 | 0.5822 | 0.3116 |
Hunter Lab | 43.7136 | 69.2866 | 21.7708 |
CIE-Lab | 50.8143 | 72.7700 | 36.9944 |
#eb213f color RGB value is (235,33,63).
#eb213f hex color red value is 235, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eb213f hue: 0.98 , saturation: 0.83 and the lightness value of eb213f is 0.53.
The process color (four color CMYK) of #eb213f color hex is 0.00, 0.86, 0.73, 0.08. Web safe color of #eb213f is #ff3333. Color #eb213f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00100001 | 00111111 |
Octal | 353 | 41 | 77 |
Decimal | 235 | 33 | 63 |
Hex | EB | 21 | 3F |
Shades of #eb213f
Tints of #eb213f
RGB Percentages of Color #eb213f
CMYK Percentages of Color #eb213f
Complementary Color
#eb213f | #21ebcd |
#eb213f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb213f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb213f Color CSS Codes
.mybgcolor {background-color:#eb213f; } .myforecolor {color:#eb213f; } .mybordercolor {border:3px solid #eb213f; }
#eb213f Text Font Color
<p style="color:#eb213f">Text here</p>
This sample text font color is #eb213f
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.
#eb213f Background Color
<div style="background-color:#eb213f">
Div content here</div>
This div background color is #eb213f
#eb213f Border Color
<div style="border:3px solid #eb213f">
Div here</div>
This div border color is #eb213f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,33,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb213f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb213f; -webkit-box-shadow: 1px 1px 3px 2px #eb213f; box-shadow: 1px 1px 3px 2px #eb213f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,33,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 #eb213f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb213f; -webkit-box-shadow: 1px 1px 3px 2px #eb213f; box-shadow: 1px 1px 3px 2px #eb213f;">
Div content here</div>
This div box has shadow with color #eb213f
Comments
No comments written yet.
Please login to write comment.