Color spaces of #e3081f
RGB | 227 | 8 | 31 |
---|---|---|---|
HSL | 0.98 | 0.93 | 0.46 |
HSV | 354° | 96° | 89° |
CMYK | 0.00 | 0.96 | 0.86 0.11 |
XYZ | 32.0127 | 16.6035 | 2.8139 |
Yxy | 16.6035 | 0.6225 | 0.3228 |
Hunter Lab | 40.7474 | 68.9284 | 24.4288 |
CIE-Lab | 47.7565 | 73.0689 | 50.7943 |
#e3081f color RGB value is (227,8,31).
#e3081f hex color red value is 227, green value is 8 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e3081f hue: 0.98 , saturation: 0.93 and the lightness value of e3081f is 0.46.
The process color (four color CMYK) of #e3081f color hex is 0.00, 0.96, 0.86, 0.11. Web safe color of #e3081f is #cc0033. Color #e3081f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00001000 | 00011111 |
Octal | 343 | 10 | 37 |
Decimal | 227 | 8 | 31 |
Hex | E3 | 8 | 1F |
Shades of #e3081f
Tints of #e3081f
RGB Percentages of Color #e3081f
CMYK Percentages of Color #e3081f
Complementary Color
#e3081f | #08e3cc |
#e3081f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3081f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3081f Color CSS Codes
.mybgcolor {background-color:#e3081f; } .myforecolor {color:#e3081f; } .mybordercolor {border:3px solid #e3081f; }
#e3081f Text Font Color
<p style="color:#e3081f">Text here</p>
This sample text font color is #e3081f
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.
#e3081f Background Color
<div style="background-color:#e3081f">
Div content here</div>
This div background color is #e3081f
#e3081f Border Color
<div style="border:3px solid #e3081f">
Div here</div>
This div border color is #e3081f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,8,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3081f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3081f; -webkit-box-shadow: 1px 1px 3px 2px #e3081f; box-shadow: 1px 1px 3px 2px #e3081f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,8,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3081f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3081f; -webkit-box-shadow: 1px 1px 3px 2px #e3081f; box-shadow: 1px 1px 3px 2px #e3081f;">
Div content here</div>
This div box has shadow with color #e3081f
Comments
No comments written yet.
Please login to write comment.