Color spaces of #e84ceb
RGB | 232 | 76 | 235 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.61 |
HSV | 299° | 68° | 92° |
CMYK | 0.01 | 0.68 | 0.00 0.08 |
XYZ | 50.8585 | 28.3228 | 81.3836 |
Yxy | 28.3228 | 0.3167 | 0.1764 |
Hunter Lab | 53.2192 | 77.4486 | -53.4138 |
CIE-Lab | 60.1793 | 77.5654 | -50.1616 |
#e84ceb color RGB value is (232,76,235).
#e84ceb hex color red value is 232, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e84ceb hue: 0.83 , saturation: 0.80 and the lightness value of e84ceb is 0.61.
The process color (four color CMYK) of #e84ceb color hex is 0.01, 0.68, 0.00, 0.08. Web safe color of #e84ceb is #ff33ff. Color #e84ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01001100 | 11101011 |
Octal | 350 | 114 | 353 |
Decimal | 232 | 76 | 235 |
Hex | E8 | 4C | EB |
Shades of #e84ceb
Tints of #e84ceb
RGB Percentages of Color #e84ceb
CMYK Percentages of Color #e84ceb
Complementary Color
#e84ceb | #4feb4c |
#e84ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e84ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e84ceb Color CSS Codes
.mybgcolor {background-color:#e84ceb; } .myforecolor {color:#e84ceb; } .mybordercolor {border:3px solid #e84ceb; }
#e84ceb Text Font Color
<p style="color:#e84ceb">Text here</p>
This sample text font color is #e84ceb
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.
#e84ceb Background Color
<div style="background-color:#e84ceb">
Div content here</div>
This div background color is #e84ceb
#e84ceb Border Color
<div style="border:3px solid #e84ceb">
Div here</div>
This div border color is #e84ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,76,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e84ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e84ceb; -webkit-box-shadow: 1px 1px 3px 2px #e84ceb; box-shadow: 1px 1px 3px 2px #e84ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,76,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 #e84ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e84ceb; -webkit-box-shadow: 1px 1px 3px 2px #e84ceb; box-shadow: 1px 1px 3px 2px #e84ceb;">
Div content here</div>
This div box has shadow with color #e84ceb
Comments
No comments written yet.
Please login to write comment.