Color spaces of #e076ce
RGB | 224 | 118 | 206 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.67 |
HSV | 310° | 47° | 88° |
CMYK | 0.00 | 0.47 | 0.08 0.12 |
XYZ | 48.3595 | 33.2604 | 62.2636 |
Yxy | 33.2604 | 0.3361 | 0.2312 |
Hunter Lab | 57.6718 | 48.7517 | -23.6403 |
CIE-Lab | 64.3712 | 52.7362 | -27.4340 |
#e076ce color RGB value is (224,118,206).
#e076ce hex color red value is 224, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e076ce hue: 0.86 , saturation: 0.63 and the lightness value of e076ce is 0.67.
The process color (four color CMYK) of #e076ce color hex is 0.00, 0.47, 0.08, 0.12. Web safe color of #e076ce is #cc66cc. Color #e076ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01110110 | 11001110 |
Octal | 340 | 166 | 316 |
Decimal | 224 | 118 | 206 |
Hex | E0 | 76 | CE |
Shades of #e076ce
Tints of #e076ce
RGB Percentages of Color #e076ce
CMYK Percentages of Color #e076ce
Complementary Color
#e076ce | #76e088 |
#e076ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e076ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e076ce Color CSS Codes
.mybgcolor {background-color:#e076ce; } .myforecolor {color:#e076ce; } .mybordercolor {border:3px solid #e076ce; }
#e076ce Text Font Color
<p style="color:#e076ce">Text here</p>
This sample text font color is #e076ce
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.
#e076ce Background Color
<div style="background-color:#e076ce">
Div content here</div>
This div background color is #e076ce
#e076ce Border Color
<div style="border:3px solid #e076ce">
Div here</div>
This div border color is #e076ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,118,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e076ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e076ce; -webkit-box-shadow: 1px 1px 3px 2px #e076ce; box-shadow: 1px 1px 3px 2px #e076ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,118,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 #e076ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e076ce; -webkit-box-shadow: 1px 1px 3px 2px #e076ce; box-shadow: 1px 1px 3px 2px #e076ce;">
Div content here</div>
This div box has shadow with color #e076ce
Comments
No comments written yet.
Please login to write comment.