Color spaces of #e784bd
RGB | 231 | 132 | 189 |
---|---|---|---|
HSL | 0.90 | 0.67 | 0.71 |
HSV | 325° | 43° | 91° |
CMYK | 0.00 | 0.43 | 0.18 0.09 |
XYZ | 50.3916 | 37.1656 | 52.6619 |
Yxy | 37.1656 | 0.3594 | 0.2651 |
Hunter Lab | 60.9636 | 40.8591 | -8.5417 |
CIE-Lab | 67.4011 | 45.1909 | -13.1963 |
#e784bd color RGB value is (231,132,189).
#e784bd hex color red value is 231, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e784bd hue: 0.90 , saturation: 0.67 and the lightness value of e784bd is 0.71.
The process color (four color CMYK) of #e784bd color hex is 0.00, 0.43, 0.18, 0.09. Web safe color of #e784bd is #ff99cc. Color #e784bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10000100 | 10111101 |
Octal | 347 | 204 | 275 |
Decimal | 231 | 132 | 189 |
Hex | E7 | 84 | BD |
Shades of #e784bd
Tints of #e784bd
RGB Percentages of Color #e784bd
CMYK Percentages of Color #e784bd
Complementary Color
#e784bd | #84e7ae |
#e784bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e784bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e784bd Color CSS Codes
.mybgcolor {background-color:#e784bd; } .myforecolor {color:#e784bd; } .mybordercolor {border:3px solid #e784bd; }
#e784bd Text Font Color
<p style="color:#e784bd">Text here</p>
This sample text font color is #e784bd
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.
#e784bd Background Color
<div style="background-color:#e784bd">
Div content here</div>
This div background color is #e784bd
#e784bd Border Color
<div style="border:3px solid #e784bd">
Div here</div>
This div border color is #e784bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,132,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e784bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e784bd; -webkit-box-shadow: 1px 1px 3px 2px #e784bd; box-shadow: 1px 1px 3px 2px #e784bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,132,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 #e784bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e784bd; -webkit-box-shadow: 1px 1px 3px 2px #e784bd; box-shadow: 1px 1px 3px 2px #e784bd;">
Div content here</div>
This div box has shadow with color #e784bd
Comments
No comments written yet.
Please login to write comment.