Color spaces of #e3368d
RGB | 227 | 54 | 141 |
---|---|---|---|
HSL | 0.92 | 0.76 | 0.55 |
HSV | 330° | 76° | 89° |
CMYK | 0.00 | 0.76 | 0.38 0.11 |
XYZ | 37.8054 | 20.8923 | 27.2394 |
Yxy | 20.8923 | 0.4399 | 0.2431 |
Hunter Lab | 45.7081 | 67.6491 | -3.3378 |
CIE-Lab | 52.8314 | 71.0254 | -7.3460 |
#e3368d color RGB value is (227,54,141).
#e3368d hex color red value is 227, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e3368d hue: 0.92 , saturation: 0.76 and the lightness value of e3368d is 0.55.
The process color (four color CMYK) of #e3368d color hex is 0.00, 0.76, 0.38, 0.11. Web safe color of #e3368d is #cc3399. Color #e3368d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00110110 | 10001101 |
Octal | 343 | 66 | 215 |
Decimal | 227 | 54 | 141 |
Hex | E3 | 36 | 8D |
Shades of #e3368d
Tints of #e3368d
RGB Percentages of Color #e3368d
CMYK Percentages of Color #e3368d
Complementary Color
#e3368d | #36e38c |
#e3368d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3368d Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3368d Color CSS Codes
.mybgcolor {background-color:#e3368d; } .myforecolor {color:#e3368d; } .mybordercolor {border:3px solid #e3368d; }
#e3368d Text Font Color
<p style="color:#e3368d">Text here</p>
This sample text font color is #e3368d
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.
#e3368d Background Color
<div style="background-color:#e3368d">
Div content here</div>
This div background color is #e3368d
#e3368d Border Color
<div style="border:3px solid #e3368d">
Div here</div>
This div border color is #e3368d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,54,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3368d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3368d; -webkit-box-shadow: 1px 1px 3px 2px #e3368d; box-shadow: 1px 1px 3px 2px #e3368d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,54,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3368d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3368d; -webkit-box-shadow: 1px 1px 3px 2px #e3368d; box-shadow: 1px 1px 3px 2px #e3368d;">
Div content here</div>
This div box has shadow with color #e3368d
Comments
No comments written yet.
Please login to write comment.