Color spaces of #eb505c
RGB | 235 | 80 | 92 |
---|---|---|---|
HSL | 0.99 | 0.79 | 0.62 |
HSV | 355° | 66° | 92° |
CMYK | 0.00 | 0.66 | 0.61 0.08 |
XYZ | 39.0614 | 24.1722 | 12.7322 |
Yxy | 24.1722 | 0.5142 | 0.3182 |
Hunter Lab | 49.1652 | 55.7777 | 19.0615 |
CIE-Lab | 56.2598 | 60.2758 | 26.7846 |
#eb505c color RGB value is (235,80,92).
#eb505c hex color red value is 235, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #eb505c hue: 0.99 , saturation: 0.79 and the lightness value of eb505c is 0.62.
The process color (four color CMYK) of #eb505c color hex is 0.00, 0.66, 0.61, 0.08. Web safe color of #eb505c is #ff6666. Color #eb505c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01010000 | 01011100 |
Octal | 353 | 120 | 134 |
Decimal | 235 | 80 | 92 |
Hex | EB | 50 | 5C |
Shades of #eb505c
Tints of #eb505c
RGB Percentages of Color #eb505c
CMYK Percentages of Color #eb505c
Complementary Color
#eb505c | #50ebdf |
#eb505c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb505c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb505c Color CSS Codes
.mybgcolor {background-color:#eb505c; } .myforecolor {color:#eb505c; } .mybordercolor {border:3px solid #eb505c; }
#eb505c Text Font Color
<p style="color:#eb505c">Text here</p>
This sample text font color is #eb505c
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.
#eb505c Background Color
<div style="background-color:#eb505c">
Div content here</div>
This div background color is #eb505c
#eb505c Border Color
<div style="border:3px solid #eb505c">
Div here</div>
This div border color is #eb505c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,80,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb505c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb505c; -webkit-box-shadow: 1px 1px 3px 2px #eb505c; box-shadow: 1px 1px 3px 2px #eb505c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,80,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 #eb505c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb505c; -webkit-box-shadow: 1px 1px 3px 2px #eb505c; box-shadow: 1px 1px 3px 2px #eb505c;">
Div content here</div>
This div box has shadow with color #eb505c
Comments
No comments written yet.
Please login to write comment.