Color spaces of #e8235d
RGB | 232 | 35 | 93 |
---|---|---|---|
HSL | 0.95 | 0.81 | 0.52 |
HSV | 342° | 85° | 91° |
CMYK | 0.00 | 0.85 | 0.60 0.09 |
XYZ | 35.8555 | 19.1482 | 12.1621 |
Yxy | 19.1482 | 0.5338 | 0.2851 |
Hunter Lab | 43.7587 | 69.6839 | 14.1522 |
CIE-Lab | 50.8601 | 73.0885 | 18.9569 |
#e8235d color RGB value is (232,35,93).
#e8235d hex color red value is 232, green value is 35 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e8235d hue: 0.95 , saturation: 0.81 and the lightness value of e8235d is 0.52.
The process color (four color CMYK) of #e8235d color hex is 0.00, 0.85, 0.60, 0.09. Web safe color of #e8235d is #ff3366. Color #e8235d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00100011 | 01011101 |
Octal | 350 | 43 | 135 |
Decimal | 232 | 35 | 93 |
Hex | E8 | 23 | 5D |
Shades of #e8235d
Tints of #e8235d
RGB Percentages of Color #e8235d
CMYK Percentages of Color #e8235d
Complementary Color
#e8235d | #23e8ae |
#e8235d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8235d Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8235d Color CSS Codes
.mybgcolor {background-color:#e8235d; } .myforecolor {color:#e8235d; } .mybordercolor {border:3px solid #e8235d; }
#e8235d Text Font Color
<p style="color:#e8235d">Text here</p>
This sample text font color is #e8235d
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.
#e8235d Background Color
<div style="background-color:#e8235d">
Div content here</div>
This div background color is #e8235d
#e8235d Border Color
<div style="border:3px solid #e8235d">
Div here</div>
This div border color is #e8235d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,35,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8235d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8235d; -webkit-box-shadow: 1px 1px 3px 2px #e8235d; box-shadow: 1px 1px 3px 2px #e8235d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,35,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8235d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8235d; -webkit-box-shadow: 1px 1px 3px 2px #e8235d; box-shadow: 1px 1px 3px 2px #e8235d;">
Div content here</div>
This div box has shadow with color #e8235d
Comments
No comments written yet.
Please login to write comment.