Color spaces of #eb302a
RGB | 235 | 48 | 42 |
---|---|---|---|
HSL | 0.01 | 0.83 | 0.54 |
HSV | 2° | 82° | 92° |
CMYK | 0.00 | 0.80 | 0.82 0.08 |
XYZ | 35.7358 | 19.9432 | 4.1564 |
Yxy | 19.9432 | 0.5972 | 0.3333 |
Hunter Lab | 44.6578 | 64.6870 | 25.7422 |
CIE-Lab | 51.7729 | 68.7516 | 49.5084 |
#eb302a color RGB value is (235,48,42).
#eb302a hex color red value is 235, green value is 48 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb302a hue: 0.01 , saturation: 0.83 and the lightness value of eb302a is 0.54.
The process color (four color CMYK) of #eb302a color hex is 0.00, 0.80, 0.82, 0.08. Web safe color of #eb302a is #ff3333. Color #eb302a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00110000 | 00101010 |
Octal | 353 | 60 | 52 |
Decimal | 235 | 48 | 42 |
Hex | EB | 30 | 2A |
Shades of #eb302a
Tints of #eb302a
RGB Percentages of Color #eb302a
CMYK Percentages of Color #eb302a
Complementary Color
#eb302a | #2ae5eb |
#eb302a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb302a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb302a Color CSS Codes
.mybgcolor {background-color:#eb302a; } .myforecolor {color:#eb302a; } .mybordercolor {border:3px solid #eb302a; }
#eb302a Text Font Color
<p style="color:#eb302a">Text here</p>
This sample text font color is #eb302a
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.
#eb302a Background Color
<div style="background-color:#eb302a">
Div content here</div>
This div background color is #eb302a
#eb302a Border Color
<div style="border:3px solid #eb302a">
Div here</div>
This div border color is #eb302a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,48,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb302a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb302a; -webkit-box-shadow: 1px 1px 3px 2px #eb302a; box-shadow: 1px 1px 3px 2px #eb302a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,48,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb302a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb302a; -webkit-box-shadow: 1px 1px 3px 2px #eb302a; box-shadow: 1px 1px 3px 2px #eb302a;">
Div content here</div>
This div box has shadow with color #eb302a
Comments
No comments written yet.
Please login to write comment.