Color spaces of #ea7cad
RGB | 234 | 124 | 173 |
---|---|---|---|
HSL | 0.93 | 0.72 | 0.70 |
HSV | 333° | 47° | 92° |
CMYK | 0.00 | 0.47 | 0.26 0.08 |
XYZ | 48.6822 | 34.9249 | 43.7105 |
Yxy | 34.9249 | 0.3824 | 0.2743 |
Hunter Lab | 59.0973 | 43.6215 | -2.4849 |
CIE-Lab | 65.6902 | 47.9370 | -6.6934 |
#ea7cad color RGB value is (234,124,173).
#ea7cad hex color red value is 234, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ea7cad hue: 0.93 , saturation: 0.72 and the lightness value of ea7cad is 0.70.
The process color (four color CMYK) of #ea7cad color hex is 0.00, 0.47, 0.26, 0.08. Web safe color of #ea7cad is #ff6699. Color #ea7cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01111100 | 10101101 |
Octal | 352 | 174 | 255 |
Decimal | 234 | 124 | 173 |
Hex | EA | 7C | AD |
Shades of #ea7cad
Tints of #ea7cad
RGB Percentages of Color #ea7cad
CMYK Percentages of Color #ea7cad
Complementary Color
#ea7cad | #7ceab9 |
#ea7cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea7cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea7cad Color CSS Codes
.mybgcolor {background-color:#ea7cad; } .myforecolor {color:#ea7cad; } .mybordercolor {border:3px solid #ea7cad; }
#ea7cad Text Font Color
<p style="color:#ea7cad">Text here</p>
This sample text font color is #ea7cad
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.
#ea7cad Background Color
<div style="background-color:#ea7cad">
Div content here</div>
This div background color is #ea7cad
#ea7cad Border Color
<div style="border:3px solid #ea7cad">
Div here</div>
This div border color is #ea7cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,124,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea7cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea7cad; -webkit-box-shadow: 1px 1px 3px 2px #ea7cad; box-shadow: 1px 1px 3px 2px #ea7cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,124,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea7cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea7cad; -webkit-box-shadow: 1px 1px 3px 2px #ea7cad; box-shadow: 1px 1px 3px 2px #ea7cad;">
Div content here</div>
This div box has shadow with color #ea7cad
Comments
No comments written yet.
Please login to write comment.