Color spaces of #ea93ce
RGB | 234 | 147 | 206 |
---|---|---|---|
HSL | 0.89 | 0.67 | 0.75 |
HSV | 319° | 37° | 92° |
CMYK | 0.00 | 0.37 | 0.12 0.08 |
XYZ | 55.5060 | 42.8161 | 63.7314 |
Yxy | 42.8161 | 0.3425 | 0.2642 |
Hunter Lab | 65.4340 | 36.9075 | -11.9434 |
CIE-Lab | 71.4300 | 41.0769 | -16.5581 |
#ea93ce color RGB value is (234,147,206).
#ea93ce hex color red value is 234, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea93ce hue: 0.89 , saturation: 0.67 and the lightness value of ea93ce is 0.75.
The process color (four color CMYK) of #ea93ce color hex is 0.00, 0.37, 0.12, 0.08. Web safe color of #ea93ce is #ff99cc. Color #ea93ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10010011 | 11001110 |
Octal | 352 | 223 | 316 |
Decimal | 234 | 147 | 206 |
Hex | EA | 93 | CE |
Shades of #ea93ce
Tints of #ea93ce
RGB Percentages of Color #ea93ce
CMYK Percentages of Color #ea93ce
Complementary Color
#ea93ce | #93eaaf |
#ea93ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea93ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea93ce Color CSS Codes
.mybgcolor {background-color:#ea93ce; } .myforecolor {color:#ea93ce; } .mybordercolor {border:3px solid #ea93ce; }
#ea93ce Text Font Color
<p style="color:#ea93ce">Text here</p>
This sample text font color is #ea93ce
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.
#ea93ce Background Color
<div style="background-color:#ea93ce">
Div content here</div>
This div background color is #ea93ce
#ea93ce Border Color
<div style="border:3px solid #ea93ce">
Div here</div>
This div border color is #ea93ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,147,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea93ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea93ce; -webkit-box-shadow: 1px 1px 3px 2px #ea93ce; box-shadow: 1px 1px 3px 2px #ea93ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,147,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea93ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea93ce; -webkit-box-shadow: 1px 1px 3px 2px #ea93ce; box-shadow: 1px 1px 3px 2px #ea93ce;">
Div content here</div>
This div box has shadow with color #ea93ce
Comments
No comments written yet.
Please login to write comment.