Color spaces of #e07fce
RGB | 224 | 127 | 206 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.69 |
HSV | 311° | 43° | 88° |
CMYK | 0.00 | 0.43 | 0.08 0.12 |
XYZ | 49.4704 | 35.4823 | 62.6339 |
Yxy | 35.4823 | 0.3352 | 0.2404 |
Hunter Lab | 59.5670 | 44.0019 | -20.6457 |
CIE-Lab | 66.1225 | 48.2211 | -24.7431 |
#e07fce color RGB value is (224,127,206).
#e07fce hex color red value is 224, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e07fce hue: 0.86 , saturation: 0.61 and the lightness value of e07fce is 0.69.
The process color (four color CMYK) of #e07fce color hex is 0.00, 0.43, 0.08, 0.12. Web safe color of #e07fce is #cc66cc. Color #e07fce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01111111 | 11001110 |
Octal | 340 | 177 | 316 |
Decimal | 224 | 127 | 206 |
Hex | E0 | 7F | CE |
Shades of #e07fce
Tints of #e07fce
RGB Percentages of Color #e07fce
CMYK Percentages of Color #e07fce
Complementary Color
#e07fce | #7fe091 |
#e07fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e07fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e07fce Color CSS Codes
.mybgcolor {background-color:#e07fce; } .myforecolor {color:#e07fce; } .mybordercolor {border:3px solid #e07fce; }
#e07fce Text Font Color
<p style="color:#e07fce">Text here</p>
This sample text font color is #e07fce
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.
#e07fce Background Color
<div style="background-color:#e07fce">
Div content here</div>
This div background color is #e07fce
#e07fce Border Color
<div style="border:3px solid #e07fce">
Div here</div>
This div border color is #e07fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,127,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e07fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e07fce; -webkit-box-shadow: 1px 1px 3px 2px #e07fce; box-shadow: 1px 1px 3px 2px #e07fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,127,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e07fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e07fce; -webkit-box-shadow: 1px 1px 3px 2px #e07fce; box-shadow: 1px 1px 3px 2px #e07fce;">
Div content here</div>
This div box has shadow with color #e07fce
Comments
No comments written yet.
Please login to write comment.