Color spaces of #ea6977
RGB | 234 | 105 | 119 |
---|---|---|---|
HSL | 0.98 | 0.75 | 0.66 |
HSV | 353° | 55° | 92° |
CMYK | 0.00 | 0.55 | 0.49 0.08 |
XYZ | 42.3130 | 28.9275 | 20.8062 |
Yxy | 28.9275 | 0.4597 | 0.3143 |
Hunter Lab | 53.7843 | 46.3064 | 14.7129 |
CIE-Lab | 60.7176 | 51.1025 | 17.0748 |
#ea6977 color RGB value is (234,105,119).
#ea6977 hex color red value is 234, green value is 105 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ea6977 hue: 0.98 , saturation: 0.75 and the lightness value of ea6977 is 0.66.
The process color (four color CMYK) of #ea6977 color hex is 0.00, 0.55, 0.49, 0.08. Web safe color of #ea6977 is #ff6666. Color #ea6977 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01101001 | 01110111 |
Octal | 352 | 151 | 167 |
Decimal | 234 | 105 | 119 |
Hex | EA | 69 | 77 |
Shades of #ea6977
Tints of #ea6977
RGB Percentages of Color #ea6977
CMYK Percentages of Color #ea6977
Complementary Color
#ea6977 | #69eadc |
#ea6977 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea6977 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea6977 Color CSS Codes
.mybgcolor {background-color:#ea6977; } .myforecolor {color:#ea6977; } .mybordercolor {border:3px solid #ea6977; }
#ea6977 Text Font Color
<p style="color:#ea6977">Text here</p>
This sample text font color is #ea6977
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.
#ea6977 Background Color
<div style="background-color:#ea6977">
Div content here</div>
This div background color is #ea6977
#ea6977 Border Color
<div style="border:3px solid #ea6977">
Div here</div>
This div border color is #ea6977
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,105,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea6977; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea6977; -webkit-box-shadow: 1px 1px 3px 2px #ea6977; box-shadow: 1px 1px 3px 2px #ea6977; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,105,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea6977">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea6977; -webkit-box-shadow: 1px 1px 3px 2px #ea6977; box-shadow: 1px 1px 3px 2px #ea6977;">
Div content here</div>
This div box has shadow with color #ea6977
Comments
No comments written yet.
Please login to write comment.