Color spaces of #eb235c
RGB | 235 | 35 | 92 |
---|---|---|---|
HSL | 0.95 | 0.83 | 0.53 |
HSV | 343° | 85° | 92° |
CMYK | 0.00 | 0.85 | 0.61 0.08 |
XYZ | 36.7937 | 19.6369 | 11.9763 |
Yxy | 19.6369 | 0.5379 | 0.2871 |
Hunter Lab | 44.3135 | 70.6605 | 14.9956 |
CIE-Lab | 51.4242 | 73.7813 | 20.4224 |
#eb235c color RGB value is (235,35,92).
#eb235c hex color red value is 235, green value is 35 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #eb235c hue: 0.95 , saturation: 0.83 and the lightness value of eb235c is 0.53.
The process color (four color CMYK) of #eb235c color hex is 0.00, 0.85, 0.61, 0.08. Web safe color of #eb235c is #ff3366. Color #eb235c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00100011 | 01011100 |
Octal | 353 | 43 | 134 |
Decimal | 235 | 35 | 92 |
Hex | EB | 23 | 5C |
Shades of #eb235c
Tints of #eb235c
RGB Percentages of Color #eb235c
CMYK Percentages of Color #eb235c
Complementary Color
#eb235c | #23ebb2 |
#eb235c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb235c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb235c Color CSS Codes
.mybgcolor {background-color:#eb235c; } .myforecolor {color:#eb235c; } .mybordercolor {border:3px solid #eb235c; }
#eb235c Text Font Color
<p style="color:#eb235c">Text here</p>
This sample text font color is #eb235c
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.
#eb235c Background Color
<div style="background-color:#eb235c">
Div content here</div>
This div background color is #eb235c
#eb235c Border Color
<div style="border:3px solid #eb235c">
Div here</div>
This div border color is #eb235c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,35,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb235c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb235c; -webkit-box-shadow: 1px 1px 3px 2px #eb235c; box-shadow: 1px 1px 3px 2px #eb235c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,35,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb235c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb235c; -webkit-box-shadow: 1px 1px 3px 2px #eb235c; box-shadow: 1px 1px 3px 2px #eb235c;">
Div content here</div>
This div box has shadow with color #eb235c
Comments
No comments written yet.
Please login to write comment.