Color spaces of #ea979e
RGB | 234 | 151 | 158 |
---|---|---|---|
HSL | 0.99 | 0.66 | 0.75 |
HSV | 355° | 35° | 92° |
CMYK | 0.00 | 0.35 | 0.32 0.08 |
XYZ | 51.1698 | 42.0943 | 37.7758 |
Yxy | 42.0943 | 0.3905 | 0.3212 |
Hunter Lab | 64.8801 | 27.2396 | 10.8951 |
CIE-Lab | 70.9359 | 32.0272 | 9.3555 |
#ea979e color RGB value is (234,151,158).
#ea979e hex color red value is 234, green value is 151 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea979e hue: 0.99 , saturation: 0.66 and the lightness value of ea979e is 0.75.
The process color (four color CMYK) of #ea979e color hex is 0.00, 0.35, 0.32, 0.08. Web safe color of #ea979e is #ff9999. Color #ea979e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10010111 | 10011110 |
Octal | 352 | 227 | 236 |
Decimal | 234 | 151 | 158 |
Hex | EA | 97 | 9E |
Shades of #ea979e
Tints of #ea979e
RGB Percentages of Color #ea979e
CMYK Percentages of Color #ea979e
Complementary Color
#ea979e | #97eae3 |
#ea979e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea979e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea979e Color CSS Codes
.mybgcolor {background-color:#ea979e; } .myforecolor {color:#ea979e; } .mybordercolor {border:3px solid #ea979e; }
#ea979e Text Font Color
<p style="color:#ea979e">Text here</p>
This sample text font color is #ea979e
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.
#ea979e Background Color
<div style="background-color:#ea979e">
Div content here</div>
This div background color is #ea979e
#ea979e Border Color
<div style="border:3px solid #ea979e">
Div here</div>
This div border color is #ea979e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,151,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea979e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea979e; -webkit-box-shadow: 1px 1px 3px 2px #ea979e; box-shadow: 1px 1px 3px 2px #ea979e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,151,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea979e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea979e; -webkit-box-shadow: 1px 1px 3px 2px #ea979e; box-shadow: 1px 1px 3px 2px #ea979e;">
Div content here</div>
This div box has shadow with color #ea979e
Comments
No comments written yet.
Please login to write comment.