Color spaces of #e84feb
RGB | 232 | 79 | 235 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.62 |
HSV | 299° | 66° | 92° |
CMYK | 0.01 | 0.66 | 0.00 0.08 |
XYZ | 51.0701 | 28.7459 | 81.4541 |
Yxy | 28.7459 | 0.3167 | 0.1782 |
Hunter Lab | 53.6152 | 76.2000 | -52.5448 |
CIE-Lab | 60.5567 | 76.5006 | -49.5632 |
#e84feb color RGB value is (232,79,235).
#e84feb hex color red value is 232, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e84feb hue: 0.83 , saturation: 0.80 and the lightness value of e84feb is 0.62.
The process color (four color CMYK) of #e84feb color hex is 0.01, 0.66, 0.00, 0.08. Web safe color of #e84feb is #ff66ff. Color #e84feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01001111 | 11101011 |
Octal | 350 | 117 | 353 |
Decimal | 232 | 79 | 235 |
Hex | E8 | 4F | EB |
Shades of #e84feb
Tints of #e84feb
RGB Percentages of Color #e84feb
CMYK Percentages of Color #e84feb
Complementary Color
#e84feb | #52eb4f |
#e84feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e84feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e84feb Color CSS Codes
.mybgcolor {background-color:#e84feb; } .myforecolor {color:#e84feb; } .mybordercolor {border:3px solid #e84feb; }
#e84feb Text Font Color
<p style="color:#e84feb">Text here</p>
This sample text font color is #e84feb
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.
#e84feb Background Color
<div style="background-color:#e84feb">
Div content here</div>
This div background color is #e84feb
#e84feb Border Color
<div style="border:3px solid #e84feb">
Div here</div>
This div border color is #e84feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,79,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e84feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e84feb; -webkit-box-shadow: 1px 1px 3px 2px #e84feb; box-shadow: 1px 1px 3px 2px #e84feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,79,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 #e84feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e84feb; -webkit-box-shadow: 1px 1px 3px 2px #e84feb; box-shadow: 1px 1px 3px 2px #e84feb;">
Div content here</div>
This div box has shadow with color #e84feb
Comments
No comments written yet.
Please login to write comment.