Color spaces of #e78bda
RGB | 231 | 139 | 218 |
---|---|---|---|
HSL | 0.86 | 0.66 | 0.73 |
HSV | 308° | 40° | 91° |
CMYK | 0.00 | 0.40 | 0.06 0.09 |
XYZ | 54.8425 | 40.5161 | 71.2595 |
Yxy | 40.5161 | 0.3292 | 0.2432 |
Hunter Lab | 63.6523 | 42.4033 | -21.8193 |
CIE-Lab | 69.8356 | 46.2775 | -25.6508 |
#e78bda color RGB value is (231,139,218).
#e78bda hex color red value is 231, green value is 139 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e78bda hue: 0.86 , saturation: 0.66 and the lightness value of e78bda is 0.73.
The process color (four color CMYK) of #e78bda color hex is 0.00, 0.40, 0.06, 0.09. Web safe color of #e78bda is #ff99cc. Color #e78bda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10001011 | 11011010 |
Octal | 347 | 213 | 332 |
Decimal | 231 | 139 | 218 |
Hex | E7 | 8B | DA |
Shades of #e78bda
Tints of #e78bda
RGB Percentages of Color #e78bda
CMYK Percentages of Color #e78bda
Complementary Color
#e78bda | #8be798 |
#e78bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78bda Color CSS Codes
.mybgcolor {background-color:#e78bda; } .myforecolor {color:#e78bda; } .mybordercolor {border:3px solid #e78bda; }
#e78bda Text Font Color
<p style="color:#e78bda">Text here</p>
This sample text font color is #e78bda
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.
#e78bda Background Color
<div style="background-color:#e78bda">
Div content here</div>
This div background color is #e78bda
#e78bda Border Color
<div style="border:3px solid #e78bda">
Div here</div>
This div border color is #e78bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,139,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78bda; -webkit-box-shadow: 1px 1px 3px 2px #e78bda; box-shadow: 1px 1px 3px 2px #e78bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,139,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78bda; -webkit-box-shadow: 1px 1px 3px 2px #e78bda; box-shadow: 1px 1px 3px 2px #e78bda;">
Div content here</div>
This div box has shadow with color #e78bda
Comments
No comments written yet.
Please login to write comment.