Color spaces of #e449eb
RGB | 228 | 73 | 235 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.60 |
HSV | 297° | 69° | 92° |
CMYK | 0.03 | 0.69 | 0.00 0.08 |
XYZ | 49.3728 | 27.2572 | 81.2562 |
Yxy | 27.2572 | 0.3127 | 0.1726 |
Hunter Lab | 52.2084 | 77.4403 | -55.7319 |
CIE-Lab | 59.2116 | 77.7444 | -51.7351 |
#e449eb color RGB value is (228,73,235).
#e449eb hex color red value is 228, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e449eb hue: 0.83 , saturation: 0.80 and the lightness value of e449eb is 0.60.
The process color (four color CMYK) of #e449eb color hex is 0.03, 0.69, 0.00, 0.08. Web safe color of #e449eb is #cc33ff. Color #e449eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01001001 | 11101011 |
Octal | 344 | 111 | 353 |
Decimal | 228 | 73 | 235 |
Hex | E4 | 49 | EB |
Shades of #e449eb
Tints of #e449eb
RGB Percentages of Color #e449eb
CMYK Percentages of Color #e449eb
Complementary Color
#e449eb | #50eb49 |
#e449eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e449eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e449eb Color CSS Codes
.mybgcolor {background-color:#e449eb; } .myforecolor {color:#e449eb; } .mybordercolor {border:3px solid #e449eb; }
#e449eb Text Font Color
<p style="color:#e449eb">Text here</p>
This sample text font color is #e449eb
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.
#e449eb Background Color
<div style="background-color:#e449eb">
Div content here</div>
This div background color is #e449eb
#e449eb Border Color
<div style="border:3px solid #e449eb">
Div here</div>
This div border color is #e449eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,73,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e449eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e449eb; -webkit-box-shadow: 1px 1px 3px 2px #e449eb; box-shadow: 1px 1px 3px 2px #e449eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,73,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e449eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e449eb; -webkit-box-shadow: 1px 1px 3px 2px #e449eb; box-shadow: 1px 1px 3px 2px #e449eb;">
Div content here</div>
This div box has shadow with color #e449eb
Comments
No comments written yet.
Please login to write comment.