Color spaces of #e78193
RGB | 231 | 129 | 147 |
---|---|---|---|
HSL | 0.97 | 0.68 | 0.71 |
HSV | 349° | 44° | 91° |
CMYK | 0.00 | 0.44 | 0.36 0.09 |
XYZ | 46.0717 | 34.7960 | 31.8918 |
Yxy | 34.7960 | 0.4086 | 0.3086 |
Hunter Lab | 58.9881 | 36.1852 | 9.2367 |
CIE-Lab | 65.5895 | 41.0883 | 7.8497 |
#e78193 color RGB value is (231,129,147).
#e78193 hex color red value is 231, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e78193 hue: 0.97 , saturation: 0.68 and the lightness value of e78193 is 0.71.
The process color (four color CMYK) of #e78193 color hex is 0.00, 0.44, 0.36, 0.09. Web safe color of #e78193 is #ff9999. Color #e78193 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10000001 | 10010011 |
Octal | 347 | 201 | 223 |
Decimal | 231 | 129 | 147 |
Hex | E7 | 81 | 93 |
Shades of #e78193
Tints of #e78193
RGB Percentages of Color #e78193
CMYK Percentages of Color #e78193
Complementary Color
#e78193 | #81e7d5 |
#e78193 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78193 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78193 Color CSS Codes
.mybgcolor {background-color:#e78193; } .myforecolor {color:#e78193; } .mybordercolor {border:3px solid #e78193; }
#e78193 Text Font Color
<p style="color:#e78193">Text here</p>
This sample text font color is #e78193
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.
#e78193 Background Color
<div style="background-color:#e78193">
Div content here</div>
This div background color is #e78193
#e78193 Border Color
<div style="border:3px solid #e78193">
Div here</div>
This div border color is #e78193
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,129,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78193; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78193; -webkit-box-shadow: 1px 1px 3px 2px #e78193; box-shadow: 1px 1px 3px 2px #e78193; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,129,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78193">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78193; -webkit-box-shadow: 1px 1px 3px 2px #e78193; box-shadow: 1px 1px 3px 2px #e78193;">
Div content here</div>
This div box has shadow with color #e78193
Comments
No comments written yet.
Please login to write comment.