Color spaces of #eb172b
RGB | 235 | 23 | 43 |
---|---|---|---|
HSL | 0.98 | 0.84 | 0.51 |
HSV | 354° | 90° | 92° |
CMYK | 0.00 | 0.90 | 0.82 0.08 |
XYZ | 35.0034 | 18.4494 | 4.0017 |
Yxy | 18.4494 | 0.6092 | 0.3211 |
Hunter Lab | 42.9528 | 70.2973 | 24.5432 |
CIE-Lab | 50.0367 | 73.7529 | 47.3610 |
#eb172b color RGB value is (235,23,43).
#eb172b hex color red value is 235, green value is 23 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eb172b hue: 0.98 , saturation: 0.84 and the lightness value of eb172b is 0.51.
The process color (four color CMYK) of #eb172b color hex is 0.00, 0.90, 0.82, 0.08. Web safe color of #eb172b is #ff0033. Color #eb172b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00010111 | 00101011 |
Octal | 353 | 27 | 53 |
Decimal | 235 | 23 | 43 |
Hex | EB | 17 | 2B |
Shades of #eb172b
Tints of #eb172b
RGB Percentages of Color #eb172b
CMYK Percentages of Color #eb172b
Complementary Color
#eb172b | #17ebd7 |
#eb172b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb172b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb172b Color CSS Codes
.mybgcolor {background-color:#eb172b; } .myforecolor {color:#eb172b; } .mybordercolor {border:3px solid #eb172b; }
#eb172b Text Font Color
<p style="color:#eb172b">Text here</p>
This sample text font color is #eb172b
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.
#eb172b Background Color
<div style="background-color:#eb172b">
Div content here</div>
This div background color is #eb172b
#eb172b Border Color
<div style="border:3px solid #eb172b">
Div here</div>
This div border color is #eb172b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,23,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb172b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb172b; -webkit-box-shadow: 1px 1px 3px 2px #eb172b; box-shadow: 1px 1px 3px 2px #eb172b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,23,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb172b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb172b; -webkit-box-shadow: 1px 1px 3px 2px #eb172b; box-shadow: 1px 1px 3px 2px #eb172b;">
Div content here</div>
This div box has shadow with color #eb172b
Comments
No comments written yet.
Please login to write comment.