Color spaces of #e77194
RGB | 231 | 113 | 148 |
---|---|---|---|
HSL | 0.95 | 0.71 | 0.67 |
HSV | 342° | 51° | 91° |
CMYK | 0.00 | 0.51 | 0.36 0.09 |
XYZ | 44.2054 | 30.9373 | 31.6586 |
Yxy | 30.9373 | 0.4139 | 0.2897 |
Hunter Lab | 55.6213 | 44.5268 | 5.1882 |
CIE-Lab | 62.4547 | 49.2238 | 2.7693 |
#e77194 color RGB value is (231,113,148).
#e77194 hex color red value is 231, green value is 113 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e77194 hue: 0.95 , saturation: 0.71 and the lightness value of e77194 is 0.67.
The process color (four color CMYK) of #e77194 color hex is 0.00, 0.51, 0.36, 0.09. Web safe color of #e77194 is #ff6699. Color #e77194 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01110001 | 10010100 |
Octal | 347 | 161 | 224 |
Decimal | 231 | 113 | 148 |
Hex | E7 | 71 | 94 |
Shades of #e77194
Tints of #e77194
RGB Percentages of Color #e77194
CMYK Percentages of Color #e77194
Complementary Color
#e77194 | #71e7c4 |
#e77194 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e77194 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e77194 Color CSS Codes
.mybgcolor {background-color:#e77194; } .myforecolor {color:#e77194; } .mybordercolor {border:3px solid #e77194; }
#e77194 Text Font Color
<p style="color:#e77194">Text here</p>
This sample text font color is #e77194
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.
#e77194 Background Color
<div style="background-color:#e77194">
Div content here</div>
This div background color is #e77194
#e77194 Border Color
<div style="border:3px solid #e77194">
Div here</div>
This div border color is #e77194
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,113,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e77194; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e77194; -webkit-box-shadow: 1px 1px 3px 2px #e77194; box-shadow: 1px 1px 3px 2px #e77194; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,113,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e77194">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e77194; -webkit-box-shadow: 1px 1px 3px 2px #e77194; box-shadow: 1px 1px 3px 2px #e77194;">
Div content here</div>
This div box has shadow with color #e77194
Comments
No comments written yet.
Please login to write comment.