Color spaces of #e78cbd
RGB | 231 | 140 | 189 |
---|---|---|---|
HSL | 0.91 | 0.65 | 0.73 |
HSV | 328° | 39° | 91° |
CMYK | 0.00 | 0.39 | 0.18 0.09 |
XYZ | 51.5184 | 39.4192 | 53.0375 |
Yxy | 39.4192 | 0.3578 | 0.2738 |
Hunter Lab | 62.7847 | 36.5961 | -6.1360 |
CIE-Lab | 69.0538 | 41.0610 | -10.7191 |
#e78cbd color RGB value is (231,140,189).
#e78cbd hex color red value is 231, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e78cbd hue: 0.91 , saturation: 0.65 and the lightness value of e78cbd is 0.73.
The process color (four color CMYK) of #e78cbd color hex is 0.00, 0.39, 0.18, 0.09. Web safe color of #e78cbd is #ff99cc. Color #e78cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10001100 | 10111101 |
Octal | 347 | 214 | 275 |
Decimal | 231 | 140 | 189 |
Hex | E7 | 8C | BD |
Shades of #e78cbd
Tints of #e78cbd
RGB Percentages of Color #e78cbd
CMYK Percentages of Color #e78cbd
Complementary Color
#e78cbd | #8ce7b6 |
#e78cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78cbd Color CSS Codes
.mybgcolor {background-color:#e78cbd; } .myforecolor {color:#e78cbd; } .mybordercolor {border:3px solid #e78cbd; }
#e78cbd Text Font Color
<p style="color:#e78cbd">Text here</p>
This sample text font color is #e78cbd
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.
#e78cbd Background Color
<div style="background-color:#e78cbd">
Div content here</div>
This div background color is #e78cbd
#e78cbd Border Color
<div style="border:3px solid #e78cbd">
Div here</div>
This div border color is #e78cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,140,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78cbd; -webkit-box-shadow: 1px 1px 3px 2px #e78cbd; box-shadow: 1px 1px 3px 2px #e78cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,140,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78cbd; -webkit-box-shadow: 1px 1px 3px 2px #e78cbd; box-shadow: 1px 1px 3px 2px #e78cbd;">
Div content here</div>
This div box has shadow with color #e78cbd
Comments
No comments written yet.
Please login to write comment.