Color spaces of #ea869a
RGB | 234 | 134 | 154 |
---|---|---|---|
HSL | 0.97 | 0.70 | 0.72 |
HSV | 348° | 43° | 92° |
CMYK | 0.00 | 0.43 | 0.34 0.08 |
XYZ | 48.2895 | 36.8757 | 35.1444 |
Yxy | 36.8757 | 0.4014 | 0.3065 |
Hunter Lab | 60.7254 | 35.6758 | 8.1941 |
CIE-Lab | 67.1837 | 40.4208 | 6.2282 |
#ea869a color RGB value is (234,134,154).
#ea869a hex color red value is 234, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea869a hue: 0.97 , saturation: 0.70 and the lightness value of ea869a is 0.72.
The process color (four color CMYK) of #ea869a color hex is 0.00, 0.43, 0.34, 0.08. Web safe color of #ea869a is #ff9999. Color #ea869a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10000110 | 10011010 |
Octal | 352 | 206 | 232 |
Decimal | 234 | 134 | 154 |
Hex | EA | 86 | 9A |
Shades of #ea869a
Tints of #ea869a
RGB Percentages of Color #ea869a
CMYK Percentages of Color #ea869a
Complementary Color
#ea869a | #86ead6 |
#ea869a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea869a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea869a Color CSS Codes
.mybgcolor {background-color:#ea869a; } .myforecolor {color:#ea869a; } .mybordercolor {border:3px solid #ea869a; }
#ea869a Text Font Color
<p style="color:#ea869a">Text here</p>
This sample text font color is #ea869a
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.
#ea869a Background Color
<div style="background-color:#ea869a">
Div content here</div>
This div background color is #ea869a
#ea869a Border Color
<div style="border:3px solid #ea869a">
Div here</div>
This div border color is #ea869a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,134,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea869a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea869a; -webkit-box-shadow: 1px 1px 3px 2px #ea869a; box-shadow: 1px 1px 3px 2px #ea869a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,134,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea869a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea869a; -webkit-box-shadow: 1px 1px 3px 2px #ea869a; box-shadow: 1px 1px 3px 2px #ea869a;">
Div content here</div>
This div box has shadow with color #ea869a
Comments
No comments written yet.
Please login to write comment.