Color spaces of #e14196
RGB | 225 | 65 | 150 |
---|---|---|---|
HSL | 0.91 | 0.73 | 0.57 |
HSV | 328° | 71° | 88° |
CMYK | 0.00 | 0.71 | 0.33 0.12 |
XYZ | 38.4467 | 21.9902 | 31.0723 |
Yxy | 21.9902 | 0.4201 | 0.2403 |
Hunter Lab | 46.8937 | 64.2826 | -6.4606 |
CIE-Lab | 54.0166 | 67.9844 | -10.9560 |
#e14196 color RGB value is (225,65,150).
#e14196 hex color red value is 225, green value is 65 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e14196 hue: 0.91 , saturation: 0.73 and the lightness value of e14196 is 0.57.
The process color (four color CMYK) of #e14196 color hex is 0.00, 0.71, 0.33, 0.12. Web safe color of #e14196 is #cc3399. Color #e14196 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01000001 | 10010110 |
Octal | 341 | 101 | 226 |
Decimal | 225 | 65 | 150 |
Hex | E1 | 41 | 96 |
Shades of #e14196
Tints of #e14196
RGB Percentages of Color #e14196
CMYK Percentages of Color #e14196
Complementary Color
#e14196 | #41e18c |
#e14196 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e14196 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e14196 Color CSS Codes
.mybgcolor {background-color:#e14196; } .myforecolor {color:#e14196; } .mybordercolor {border:3px solid #e14196; }
#e14196 Text Font Color
<p style="color:#e14196">Text here</p>
This sample text font color is #e14196
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.
#e14196 Background Color
<div style="background-color:#e14196">
Div content here</div>
This div background color is #e14196
#e14196 Border Color
<div style="border:3px solid #e14196">
Div here</div>
This div border color is #e14196
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,65,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e14196; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e14196; -webkit-box-shadow: 1px 1px 3px 2px #e14196; box-shadow: 1px 1px 3px 2px #e14196; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,65,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e14196">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e14196; -webkit-box-shadow: 1px 1px 3px 2px #e14196; box-shadow: 1px 1px 3px 2px #e14196;">
Div content here</div>
This div box has shadow with color #e14196
Comments
No comments written yet.
Please login to write comment.