Color spaces of #e34689
RGB | 227 | 70 | 137 |
---|---|---|---|
HSL | 0.93 | 0.74 | 0.58 |
HSV | 334° | 69° | 89° |
CMYK | 0.00 | 0.69 | 0.40 0.11 |
XYZ | 38.3841 | 22.5174 | 25.9901 |
Yxy | 22.5174 | 0.4417 | 0.2591 |
Hunter Lab | 47.4525 | 61.3459 | 0.7432 |
CIE-Lab | 54.5717 | 65.3908 | -2.3887 |
#e34689 color RGB value is (227,70,137).
#e34689 hex color red value is 227, green value is 70 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e34689 hue: 0.93 , saturation: 0.74 and the lightness value of e34689 is 0.58.
The process color (four color CMYK) of #e34689 color hex is 0.00, 0.69, 0.40, 0.11. Web safe color of #e34689 is #cc3399. Color #e34689 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01000110 | 10001001 |
Octal | 343 | 106 | 211 |
Decimal | 227 | 70 | 137 |
Hex | E3 | 46 | 89 |
Shades of #e34689
Tints of #e34689
RGB Percentages of Color #e34689
CMYK Percentages of Color #e34689
Complementary Color
#e34689 | #46e3a0 |
#e34689 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e34689 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e34689 Color CSS Codes
.mybgcolor {background-color:#e34689; } .myforecolor {color:#e34689; } .mybordercolor {border:3px solid #e34689; }
#e34689 Text Font Color
<p style="color:#e34689">Text here</p>
This sample text font color is #e34689
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.
#e34689 Background Color
<div style="background-color:#e34689">
Div content here</div>
This div background color is #e34689
#e34689 Border Color
<div style="border:3px solid #e34689">
Div here</div>
This div border color is #e34689
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,70,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e34689; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e34689; -webkit-box-shadow: 1px 1px 3px 2px #e34689; box-shadow: 1px 1px 3px 2px #e34689; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,70,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e34689">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e34689; -webkit-box-shadow: 1px 1px 3px 2px #e34689; box-shadow: 1px 1px 3px 2px #e34689;">
Div content here</div>
This div box has shadow with color #e34689
Comments
No comments written yet.
Please login to write comment.