Color spaces of #e473be
RGB | 228 | 115 | 190 |
---|---|---|---|
HSL | 0.89 | 0.68 | 0.67 |
HSV | 320° | 50° | 89° |
CMYK | 0.00 | 0.50 | 0.17 0.11 |
XYZ | 47.4199 | 32.4732 | 52.4838 |
Yxy | 32.4732 | 0.3582 | 0.2453 |
Hunter Lab | 56.9853 | 48.8134 | -14.7168 |
CIE-Lab | 63.7321 | 52.8890 | -19.3450 |
#e473be color RGB value is (228,115,190).
#e473be hex color red value is 228, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e473be hue: 0.89 , saturation: 0.68 and the lightness value of e473be is 0.67.
The process color (four color CMYK) of #e473be color hex is 0.00, 0.50, 0.17, 0.11. Web safe color of #e473be is #cc66cc. Color #e473be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01110011 | 10111110 |
Octal | 344 | 163 | 276 |
Decimal | 228 | 115 | 190 |
Hex | E4 | 73 | BE |
Shades of #e473be
Tints of #e473be
RGB Percentages of Color #e473be
CMYK Percentages of Color #e473be
Complementary Color
#e473be | #73e499 |
#e473be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e473be Color Preview on White Background
Lorem ipsum dolor sit amet.
#e473be Color CSS Codes
.mybgcolor {background-color:#e473be; } .myforecolor {color:#e473be; } .mybordercolor {border:3px solid #e473be; }
#e473be Text Font Color
<p style="color:#e473be">Text here</p>
This sample text font color is #e473be
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.
#e473be Background Color
<div style="background-color:#e473be">
Div content here</div>
This div background color is #e473be
#e473be Border Color
<div style="border:3px solid #e473be">
Div here</div>
This div border color is #e473be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,115,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e473be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e473be; -webkit-box-shadow: 1px 1px 3px 2px #e473be; box-shadow: 1px 1px 3px 2px #e473be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,115,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e473be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e473be; -webkit-box-shadow: 1px 1px 3px 2px #e473be; box-shadow: 1px 1px 3px 2px #e473be;">
Div content here</div>
This div box has shadow with color #e473be
Comments
No comments written yet.
Please login to write comment.