Color spaces of #e84bcf
RGB | 232 | 75 | 207 |
---|---|---|---|
HSL | 0.86 | 0.77 | 0.60 |
HSV | 310° | 68° | 91° |
CMYK | 0.00 | 0.68 | 0.11 0.09 |
XYZ | 47.0573 | 26.6930 | 61.7035 |
Yxy | 26.6930 | 0.3474 | 0.1971 |
Hunter Lab | 51.6653 | 72.1656 | -34.6440 |
CIE-Lab | 58.6891 | 73.6126 | -36.7315 |
#e84bcf color RGB value is (232,75,207).
#e84bcf hex color red value is 232, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e84bcf hue: 0.86 , saturation: 0.77 and the lightness value of e84bcf is 0.60.
The process color (four color CMYK) of #e84bcf color hex is 0.00, 0.68, 0.11, 0.09. Web safe color of #e84bcf is #ff33cc. Color #e84bcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01001011 | 11001111 |
Octal | 350 | 113 | 317 |
Decimal | 232 | 75 | 207 |
Hex | E8 | 4B | CF |
Shades of #e84bcf
Tints of #e84bcf
RGB Percentages of Color #e84bcf
CMYK Percentages of Color #e84bcf
Complementary Color
#e84bcf | #4be864 |
#e84bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e84bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e84bcf Color CSS Codes
.mybgcolor {background-color:#e84bcf; } .myforecolor {color:#e84bcf; } .mybordercolor {border:3px solid #e84bcf; }
#e84bcf Text Font Color
<p style="color:#e84bcf">Text here</p>
This sample text font color is #e84bcf
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.
#e84bcf Background Color
<div style="background-color:#e84bcf">
Div content here</div>
This div background color is #e84bcf
#e84bcf Border Color
<div style="border:3px solid #e84bcf">
Div here</div>
This div border color is #e84bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,75,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e84bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e84bcf; -webkit-box-shadow: 1px 1px 3px 2px #e84bcf; box-shadow: 1px 1px 3px 2px #e84bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,75,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 #e84bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e84bcf; -webkit-box-shadow: 1px 1px 3px 2px #e84bcf; box-shadow: 1px 1px 3px 2px #e84bcf;">
Div content here</div>
This div box has shadow with color #e84bcf
Comments
No comments written yet.
Please login to write comment.