Color spaces of #e840cf
RGB | 232 | 64 | 207 |
---|---|---|---|
HSL | 0.86 | 0.79 | 0.58 |
HSV | 309° | 72° | 91° |
CMYK | 0.00 | 0.72 | 0.11 0.09 |
XYZ | 46.3746 | 25.3276 | 61.4760 |
Yxy | 25.3276 | 0.3482 | 0.1902 |
Hunter Lab | 50.3265 | 76.4117 | -37.1967 |
CIE-Lab | 57.3932 | 77.2760 | -38.7621 |
#e840cf color RGB value is (232,64,207).
#e840cf hex color red value is 232, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e840cf hue: 0.86 , saturation: 0.79 and the lightness value of e840cf is 0.58.
The process color (four color CMYK) of #e840cf color hex is 0.00, 0.72, 0.11, 0.09. Web safe color of #e840cf is #ff33cc. Color #e840cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01000000 | 11001111 |
Octal | 350 | 100 | 317 |
Decimal | 232 | 64 | 207 |
Hex | E8 | 40 | CF |
Shades of #e840cf
Tints of #e840cf
RGB Percentages of Color #e840cf
CMYK Percentages of Color #e840cf
Complementary Color
#e840cf | #40e859 |
#e840cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e840cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e840cf Color CSS Codes
.mybgcolor {background-color:#e840cf; } .myforecolor {color:#e840cf; } .mybordercolor {border:3px solid #e840cf; }
#e840cf Text Font Color
<p style="color:#e840cf">Text here</p>
This sample text font color is #e840cf
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.
#e840cf Background Color
<div style="background-color:#e840cf">
Div content here</div>
This div background color is #e840cf
#e840cf Border Color
<div style="border:3px solid #e840cf">
Div here</div>
This div border color is #e840cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,64,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e840cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e840cf; -webkit-box-shadow: 1px 1px 3px 2px #e840cf; box-shadow: 1px 1px 3px 2px #e840cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,64,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e840cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e840cf; -webkit-box-shadow: 1px 1px 3px 2px #e840cf; box-shadow: 1px 1px 3px 2px #e840cf;">
Div content here</div>
This div box has shadow with color #e840cf
Comments
No comments written yet.
Please login to write comment.