Color spaces of #e33d4f
RGB | 227 | 61 | 79 |
---|---|---|---|
HSL | 0.98 | 0.75 | 0.56 |
HSV | 353° | 73° | 89° |
CMYK | 0.00 | 0.73 | 0.65 0.11 |
XYZ | 34.7586 | 20.2329 | 9.4705 |
Yxy | 20.2329 | 0.5392 | 0.3139 |
Hunter Lab | 44.9810 | 59.2173 | 19.0035 |
CIE-Lab | 52.0995 | 64.0241 | 28.7992 |
#e33d4f color RGB value is (227,61,79).
#e33d4f hex color red value is 227, green value is 61 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e33d4f hue: 0.98 , saturation: 0.75 and the lightness value of e33d4f is 0.56.
The process color (four color CMYK) of #e33d4f color hex is 0.00, 0.73, 0.65, 0.11. Web safe color of #e33d4f is #cc3366. Color #e33d4f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00111101 | 01001111 |
Octal | 343 | 75 | 117 |
Decimal | 227 | 61 | 79 |
Hex | E3 | 3D | 4F |
Shades of #e33d4f
Tints of #e33d4f
RGB Percentages of Color #e33d4f
CMYK Percentages of Color #e33d4f
Complementary Color
#e33d4f | #3de3d1 |
#e33d4f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e33d4f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e33d4f Color CSS Codes
.mybgcolor {background-color:#e33d4f; } .myforecolor {color:#e33d4f; } .mybordercolor {border:3px solid #e33d4f; }
#e33d4f Text Font Color
<p style="color:#e33d4f">Text here</p>
This sample text font color is #e33d4f
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.
#e33d4f Background Color
<div style="background-color:#e33d4f">
Div content here</div>
This div background color is #e33d4f
#e33d4f Border Color
<div style="border:3px solid #e33d4f">
Div here</div>
This div border color is #e33d4f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,61,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e33d4f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e33d4f; -webkit-box-shadow: 1px 1px 3px 2px #e33d4f; box-shadow: 1px 1px 3px 2px #e33d4f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,61,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e33d4f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e33d4f; -webkit-box-shadow: 1px 1px 3px 2px #e33d4f; box-shadow: 1px 1px 3px 2px #e33d4f;">
Div content here</div>
This div box has shadow with color #e33d4f
Comments
No comments written yet.
Please login to write comment.