Color spaces of #e299ce
RGB | 226 | 153 | 206 |
---|---|---|---|
HSL | 0.88 | 0.56 | 0.74 |
HSV | 316° | 32° | 89° |
CMYK | 0.00 | 0.32 | 0.09 0.11 |
XYZ | 53.8958 | 43.4074 | 63.9304 |
Yxy | 43.4074 | 0.3343 | 0.2692 |
Hunter Lab | 65.8843 | 30.7221 | -11.4127 |
CIE-Lab | 71.8306 | 35.2690 | -16.0413 |
#e299ce color RGB value is (226,153,206).
#e299ce hex color red value is 226, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e299ce hue: 0.88 , saturation: 0.56 and the lightness value of e299ce is 0.74.
The process color (four color CMYK) of #e299ce color hex is 0.00, 0.32, 0.09, 0.11. Web safe color of #e299ce is #cc99cc. Color #e299ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10011001 | 11001110 |
Octal | 342 | 231 | 316 |
Decimal | 226 | 153 | 206 |
Hex | E2 | 99 | CE |
Shades of #e299ce
Tints of #e299ce
RGB Percentages of Color #e299ce
CMYK Percentages of Color #e299ce
Complementary Color
#e299ce | #99e2ad |
#e299ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e299ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e299ce Color CSS Codes
.mybgcolor {background-color:#e299ce; } .myforecolor {color:#e299ce; } .mybordercolor {border:3px solid #e299ce; }
#e299ce Text Font Color
<p style="color:#e299ce">Text here</p>
This sample text font color is #e299ce
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.
#e299ce Background Color
<div style="background-color:#e299ce">
Div content here</div>
This div background color is #e299ce
#e299ce Border Color
<div style="border:3px solid #e299ce">
Div here</div>
This div border color is #e299ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,153,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e299ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e299ce; -webkit-box-shadow: 1px 1px 3px 2px #e299ce; box-shadow: 1px 1px 3px 2px #e299ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,153,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 #e299ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e299ce; -webkit-box-shadow: 1px 1px 3px 2px #e299ce; box-shadow: 1px 1px 3px 2px #e299ce;">
Div content here</div>
This div box has shadow with color #e299ce
Comments
No comments written yet.
Please login to write comment.