Color spaces of #e9349e
RGB | 233 | 52 | 158 |
---|---|---|---|
HSL | 0.90 | 0.80 | 0.56 |
HSV | 325° | 78° | 91° |
CMYK | 0.00 | 0.78 | 0.32 0.09 |
XYZ | 41.0038 | 22.2482 | 34.4810 |
Yxy | 22.2482 | 0.4195 | 0.2276 |
Hunter Lab | 47.1680 | 72.6286 | -10.3249 |
CIE-Lab | 54.2894 | 74.8315 | -15.1347 |
#e9349e color RGB value is (233,52,158).
#e9349e hex color red value is 233, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e9349e hue: 0.90 , saturation: 0.80 and the lightness value of e9349e is 0.56.
The process color (four color CMYK) of #e9349e color hex is 0.00, 0.78, 0.32, 0.09. Web safe color of #e9349e is #ff3399. Color #e9349e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00110100 | 10011110 |
Octal | 351 | 64 | 236 |
Decimal | 233 | 52 | 158 |
Hex | E9 | 34 | 9E |
Shades of #e9349e
Tints of #e9349e
RGB Percentages of Color #e9349e
CMYK Percentages of Color #e9349e
Complementary Color
#e9349e | #34e97f |
#e9349e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9349e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9349e Color CSS Codes
.mybgcolor {background-color:#e9349e; } .myforecolor {color:#e9349e; } .mybordercolor {border:3px solid #e9349e; }
#e9349e Text Font Color
<p style="color:#e9349e">Text here</p>
This sample text font color is #e9349e
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.
#e9349e Background Color
<div style="background-color:#e9349e">
Div content here</div>
This div background color is #e9349e
#e9349e Border Color
<div style="border:3px solid #e9349e">
Div here</div>
This div border color is #e9349e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,52,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9349e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9349e; -webkit-box-shadow: 1px 1px 3px 2px #e9349e; box-shadow: 1px 1px 3px 2px #e9349e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,52,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9349e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9349e; -webkit-box-shadow: 1px 1px 3px 2px #e9349e; box-shadow: 1px 1px 3px 2px #e9349e;">
Div content here</div>
This div box has shadow with color #e9349e
Comments
No comments written yet.
Please login to write comment.