Color spaces of #e302bb
RGB | 227 | 2 | 187 |
---|---|---|---|
HSL | 0.86 | 0.98 | 0.45 |
HSV | 311° | 99° | 89° |
CMYK | 0.00 | 0.99 | 0.18 0.11 |
XYZ | 40.6699 | 19.9622 | 48.7232 |
Yxy | 19.9622 | 0.3719 | 0.1825 |
Hunter Lab | 44.6791 | 84.2943 | -33.3813 |
CIE-Lab | 51.7944 | 84.5571 | -36.0885 |
#e302bb color RGB value is (227,2,187).
#e302bb hex color red value is 227, green value is 2 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e302bb hue: 0.86 , saturation: 0.98 and the lightness value of e302bb is 0.45.
The process color (four color CMYK) of #e302bb color hex is 0.00, 0.99, 0.18, 0.11. Web safe color of #e302bb is #cc00cc. Color #e302bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00000010 | 10111011 |
Octal | 343 | 2 | 273 |
Decimal | 227 | 2 | 187 |
Hex | E3 | 2 | BB |
Shades of #e302bb
Tints of #e302bb
RGB Percentages of Color #e302bb
CMYK Percentages of Color #e302bb
Complementary Color
#e302bb | #02e32a |
#e302bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e302bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e302bb Color CSS Codes
.mybgcolor {background-color:#e302bb; } .myforecolor {color:#e302bb; } .mybordercolor {border:3px solid #e302bb; }
#e302bb Text Font Color
<p style="color:#e302bb">Text here</p>
This sample text font color is #e302bb
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.
#e302bb Background Color
<div style="background-color:#e302bb">
Div content here</div>
This div background color is #e302bb
#e302bb Border Color
<div style="border:3px solid #e302bb">
Div here</div>
This div border color is #e302bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,2,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e302bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e302bb; -webkit-box-shadow: 1px 1px 3px 2px #e302bb; box-shadow: 1px 1px 3px 2px #e302bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,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 #e302bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e302bb; -webkit-box-shadow: 1px 1px 3px 2px #e302bb; box-shadow: 1px 1px 3px 2px #e302bb;">
Div content here</div>
This div box has shadow with color #e302bb
Comments
No comments written yet.
Please login to write comment.