Color spaces of #e3396f
RGB | 227 | 57 | 111 |
---|---|---|---|
HSL | 0.95 | 0.75 | 0.56 |
HSV | 341° | 75° | 89° |
CMYK | 0.00 | 0.75 | 0.51 0.11 |
XYZ | 36.0109 | 20.4048 | 17.0795 |
Yxy | 20.4048 | 0.4900 | 0.2776 |
Hunter Lab | 45.1717 | 63.2499 | 9.2025 |
CIE-Lab | 52.2918 | 67.4386 | 9.8826 |
#e3396f color RGB value is (227,57,111).
#e3396f hex color red value is 227, green value is 57 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e3396f hue: 0.95 , saturation: 0.75 and the lightness value of e3396f is 0.56.
The process color (four color CMYK) of #e3396f color hex is 0.00, 0.75, 0.51, 0.11. Web safe color of #e3396f is #cc3366. Color #e3396f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00111001 | 01101111 |
Octal | 343 | 71 | 157 |
Decimal | 227 | 57 | 111 |
Hex | E3 | 39 | 6F |
Shades of #e3396f
Tints of #e3396f
RGB Percentages of Color #e3396f
CMYK Percentages of Color #e3396f
Complementary Color
#e3396f | #39e3ad |
#e3396f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3396f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3396f Color CSS Codes
.mybgcolor {background-color:#e3396f; } .myforecolor {color:#e3396f; } .mybordercolor {border:3px solid #e3396f; }
#e3396f Text Font Color
<p style="color:#e3396f">Text here</p>
This sample text font color is #e3396f
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.
#e3396f Background Color
<div style="background-color:#e3396f">
Div content here</div>
This div background color is #e3396f
#e3396f Border Color
<div style="border:3px solid #e3396f">
Div here</div>
This div border color is #e3396f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,57,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3396f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3396f; -webkit-box-shadow: 1px 1px 3px 2px #e3396f; box-shadow: 1px 1px 3px 2px #e3396f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,57,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3396f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3396f; -webkit-box-shadow: 1px 1px 3px 2px #e3396f; box-shadow: 1px 1px 3px 2px #e3396f;">
Div content here</div>
This div box has shadow with color #e3396f
Comments
No comments written yet.
Please login to write comment.