Color spaces of #ee97ce
RGB | 238 | 151 | 206 |
---|---|---|---|
HSL | 0.89 | 0.72 | 0.76 |
HSV | 322° | 37° | 93° |
CMYK | 0.00 | 0.37 | 0.13 0.07 |
XYZ | 57.4671 | 44.7666 | 64.0045 |
Yxy | 44.7666 | 0.3457 | 0.2693 |
Hunter Lab | 66.9078 | 36.2248 | -9.8817 |
CIE-Lab | 72.7379 | 40.3043 | -14.5416 |
#ee97ce color RGB value is (238,151,206).
#ee97ce hex color red value is 238, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ee97ce hue: 0.89 , saturation: 0.72 and the lightness value of ee97ce is 0.76.
The process color (four color CMYK) of #ee97ce color hex is 0.00, 0.37, 0.13, 0.07. Web safe color of #ee97ce is #ff99cc. Color #ee97ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10010111 | 11001110 |
Octal | 356 | 227 | 316 |
Decimal | 238 | 151 | 206 |
Hex | EE | 97 | CE |
Shades of #ee97ce
Tints of #ee97ce
RGB Percentages of Color #ee97ce
CMYK Percentages of Color #ee97ce
Complementary Color
#ee97ce | #97eeb7 |
#ee97ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee97ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee97ce Color CSS Codes
.mybgcolor {background-color:#ee97ce; } .myforecolor {color:#ee97ce; } .mybordercolor {border:3px solid #ee97ce; }
#ee97ce Text Font Color
<p style="color:#ee97ce">Text here</p>
This sample text font color is #ee97ce
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.
#ee97ce Background Color
<div style="background-color:#ee97ce">
Div content here</div>
This div background color is #ee97ce
#ee97ce Border Color
<div style="border:3px solid #ee97ce">
Div here</div>
This div border color is #ee97ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,151,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee97ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee97ce; -webkit-box-shadow: 1px 1px 3px 2px #ee97ce; box-shadow: 1px 1px 3px 2px #ee97ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,151,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 #ee97ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee97ce; -webkit-box-shadow: 1px 1px 3px 2px #ee97ce; box-shadow: 1px 1px 3px 2px #ee97ce;">
Div content here</div>
This div box has shadow with color #ee97ce
Comments
No comments written yet.
Please login to write comment.