Color spaces of #e32534
RGB | 227 | 37 | 52 |
---|---|---|---|
HSL | 0.99 | 0.77 | 0.52 |
HSV | 355° | 84° | 89° |
CMYK | 0.00 | 0.84 | 0.77 0.11 |
XYZ | 32.9600 | 17.9020 | 4.9671 |
Yxy | 17.9020 | 0.5904 | 0.3207 |
Hunter Lab | 42.3108 | 65.0073 | 22.6571 |
CIE-Lab | 49.3770 | 69.4821 | 41.2566 |
#e32534 color RGB value is (227,37,52).
#e32534 hex color red value is 227, green value is 37 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e32534 hue: 0.99 , saturation: 0.77 and the lightness value of e32534 is 0.52.
The process color (four color CMYK) of #e32534 color hex is 0.00, 0.84, 0.77, 0.11. Web safe color of #e32534 is #cc3333. Color #e32534 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00100101 | 00110100 |
Octal | 343 | 45 | 64 |
Decimal | 227 | 37 | 52 |
Hex | E3 | 25 | 34 |
Shades of #e32534
Tints of #e32534
RGB Percentages of Color #e32534
CMYK Percentages of Color #e32534
Complementary Color
#e32534 | #25e3d4 |
#e32534 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e32534 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e32534 Color CSS Codes
.mybgcolor {background-color:#e32534; } .myforecolor {color:#e32534; } .mybordercolor {border:3px solid #e32534; }
#e32534 Text Font Color
<p style="color:#e32534">Text here</p>
This sample text font color is #e32534
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.
#e32534 Background Color
<div style="background-color:#e32534">
Div content here</div>
This div background color is #e32534
#e32534 Border Color
<div style="border:3px solid #e32534">
Div here</div>
This div border color is #e32534
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,37,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e32534; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e32534; -webkit-box-shadow: 1px 1px 3px 2px #e32534; box-shadow: 1px 1px 3px 2px #e32534; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,37,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e32534">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e32534; -webkit-box-shadow: 1px 1px 3px 2px #e32534; box-shadow: 1px 1px 3px 2px #e32534;">
Div content here</div>
This div box has shadow with color #e32534
Comments
No comments written yet.
Please login to write comment.