Color spaces of #e499bf
RGB | 228 | 153 | 191 |
---|---|---|---|
HSL | 0.92 | 0.58 | 0.75 |
HSV | 330° | 33° | 89° |
CMYK | 0.00 | 0.33 | 0.16 0.11 |
XYZ | 52.7901 | 43.0380 | 54.8150 |
Yxy | 43.0380 | 0.3504 | 0.2857 |
Hunter Lab | 65.6034 | 28.8306 | -3.6175 |
CIE-Lab | 71.5808 | 33.4963 | -8.1010 |
#e499bf color RGB value is (228,153,191).
#e499bf hex color red value is 228, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e499bf hue: 0.92 , saturation: 0.58 and the lightness value of e499bf is 0.75.
The process color (four color CMYK) of #e499bf color hex is 0.00, 0.33, 0.16, 0.11. Web safe color of #e499bf is #cc99cc. Color #e499bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10011001 | 10111111 |
Octal | 344 | 231 | 277 |
Decimal | 228 | 153 | 191 |
Hex | E4 | 99 | BF |
Shades of #e499bf
Tints of #e499bf
RGB Percentages of Color #e499bf
CMYK Percentages of Color #e499bf
Complementary Color
#e499bf | #99e4be |
#e499bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e499bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e499bf Color CSS Codes
.mybgcolor {background-color:#e499bf; } .myforecolor {color:#e499bf; } .mybordercolor {border:3px solid #e499bf; }
#e499bf Text Font Color
<p style="color:#e499bf">Text here</p>
This sample text font color is #e499bf
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.
#e499bf Background Color
<div style="background-color:#e499bf">
Div content here</div>
This div background color is #e499bf
#e499bf Border Color
<div style="border:3px solid #e499bf">
Div here</div>
This div border color is #e499bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,153,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e499bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e499bf; -webkit-box-shadow: 1px 1px 3px 2px #e499bf; box-shadow: 1px 1px 3px 2px #e499bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,153,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e499bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e499bf; -webkit-box-shadow: 1px 1px 3px 2px #e499bf; box-shadow: 1px 1px 3px 2px #e499bf;">
Div content here</div>
This div box has shadow with color #e499bf
Comments
No comments written yet.
Please login to write comment.