Color spaces of #e78bad
RGB | 231 | 139 | 173 |
---|---|---|---|
HSL | 0.94 | 0.66 | 0.73 |
HSV | 338° | 40° | 91° |
CMYK | 0.00 | 0.40 | 0.25 0.09 |
XYZ | 49.7304 | 38.4713 | 44.3398 |
Yxy | 38.4713 | 0.3752 | 0.2903 |
Hunter Lab | 62.0252 | 34.5730 | 1.0332 |
CIE-Lab | 68.3665 | 39.2516 | -2.7836 |
#e78bad color RGB value is (231,139,173).
#e78bad hex color red value is 231, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e78bad hue: 0.94 , saturation: 0.66 and the lightness value of e78bad is 0.73.
The process color (four color CMYK) of #e78bad color hex is 0.00, 0.40, 0.25, 0.09. Web safe color of #e78bad is #ff9999. Color #e78bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10001011 | 10101101 |
Octal | 347 | 213 | 255 |
Decimal | 231 | 139 | 173 |
Hex | E7 | 8B | AD |
Shades of #e78bad
Tints of #e78bad
RGB Percentages of Color #e78bad
CMYK Percentages of Color #e78bad
Complementary Color
#e78bad | #8be7c5 |
#e78bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78bad Color CSS Codes
.mybgcolor {background-color:#e78bad; } .myforecolor {color:#e78bad; } .mybordercolor {border:3px solid #e78bad; }
#e78bad Text Font Color
<p style="color:#e78bad">Text here</p>
This sample text font color is #e78bad
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.
#e78bad Background Color
<div style="background-color:#e78bad">
Div content here</div>
This div background color is #e78bad
#e78bad Border Color
<div style="border:3px solid #e78bad">
Div here</div>
This div border color is #e78bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,139,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78bad; -webkit-box-shadow: 1px 1px 3px 2px #e78bad; box-shadow: 1px 1px 3px 2px #e78bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,139,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78bad; -webkit-box-shadow: 1px 1px 3px 2px #e78bad; box-shadow: 1px 1px 3px 2px #e78bad;">
Div content here</div>
This div box has shadow with color #e78bad
Comments
No comments written yet.
Please login to write comment.