Color spaces of #e78ece
RGB | 231 | 142 | 206 |
---|---|---|---|
HSL | 0.88 | 0.65 | 0.73 |
HSV | 317° | 39° | 91° |
CMYK | 0.00 | 0.39 | 0.11 0.09 |
XYZ | 53.7686 | 40.7912 | 63.4321 |
Yxy | 40.7912 | 0.3403 | 0.2582 |
Hunter Lab | 63.8680 | 38.5050 | -14.1778 |
CIE-Lab | 70.0294 | 42.7071 | -18.7106 |
#e78ece color RGB value is (231,142,206).
#e78ece hex color red value is 231, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e78ece hue: 0.88 , saturation: 0.65 and the lightness value of e78ece is 0.73.
The process color (four color CMYK) of #e78ece color hex is 0.00, 0.39, 0.11, 0.09. Web safe color of #e78ece is #ff99cc. Color #e78ece contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10001110 | 11001110 |
Octal | 347 | 216 | 316 |
Decimal | 231 | 142 | 206 |
Hex | E7 | 8E | CE |
Shades of #e78ece
Tints of #e78ece
RGB Percentages of Color #e78ece
CMYK Percentages of Color #e78ece
Complementary Color
#e78ece | #8ee7a7 |
#e78ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78ece Color CSS Codes
.mybgcolor {background-color:#e78ece; } .myforecolor {color:#e78ece; } .mybordercolor {border:3px solid #e78ece; }
#e78ece Text Font Color
<p style="color:#e78ece">Text here</p>
This sample text font color is #e78ece
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.
#e78ece Background Color
<div style="background-color:#e78ece">
Div content here</div>
This div background color is #e78ece
#e78ece Border Color
<div style="border:3px solid #e78ece">
Div here</div>
This div border color is #e78ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,142,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78ece; -webkit-box-shadow: 1px 1px 3px 2px #e78ece; box-shadow: 1px 1px 3px 2px #e78ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,142,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 #e78ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78ece; -webkit-box-shadow: 1px 1px 3px 2px #e78ece; box-shadow: 1px 1px 3px 2px #e78ece;">
Div content here</div>
This div box has shadow with color #e78ece
Comments
No comments written yet.
Please login to write comment.