Color spaces of #e502bb
RGB | 229 | 2 | 187 |
---|---|---|---|
HSL | 0.86 | 0.98 | 0.45 |
HSV | 311° | 99° | 90° |
CMYK | 0.00 | 0.99 | 0.18 0.10 |
XYZ | 41.3044 | 20.2893 | 48.7529 |
Yxy | 20.2893 | 0.3743 | 0.1839 |
Hunter Lab | 45.0436 | 84.8557 | -32.6419 |
CIE-Lab | 52.1627 | 84.9189 | -35.4846 |
#e502bb color RGB value is (229,2,187).
#e502bb hex color red value is 229, green value is 2 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e502bb hue: 0.86 , saturation: 0.98 and the lightness value of e502bb is 0.45.
The process color (four color CMYK) of #e502bb color hex is 0.00, 0.99, 0.18, 0.10. Web safe color of #e502bb is #cc00cc. Color #e502bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00000010 | 10111011 |
Octal | 345 | 2 | 273 |
Decimal | 229 | 2 | 187 |
Hex | E5 | 2 | BB |
Shades of #e502bb
Tints of #e502bb
RGB Percentages of Color #e502bb
CMYK Percentages of Color #e502bb
Complementary Color
#e502bb | #02e52c |
#e502bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e502bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e502bb Color CSS Codes
.mybgcolor {background-color:#e502bb; } .myforecolor {color:#e502bb; } .mybordercolor {border:3px solid #e502bb; }
#e502bb Text Font Color
<p style="color:#e502bb">Text here</p>
This sample text font color is #e502bb
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.
#e502bb Background Color
<div style="background-color:#e502bb">
Div content here</div>
This div background color is #e502bb
#e502bb Border Color
<div style="border:3px solid #e502bb">
Div here</div>
This div border color is #e502bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,2,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e502bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e502bb; -webkit-box-shadow: 1px 1px 3px 2px #e502bb; box-shadow: 1px 1px 3px 2px #e502bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,2,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e502bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e502bb; -webkit-box-shadow: 1px 1px 3px 2px #e502bb; box-shadow: 1px 1px 3px 2px #e502bb;">
Div content here</div>
This div box has shadow with color #e502bb
Comments
No comments written yet.
Please login to write comment.