Color spaces of #e50bfb
RGB | 229 | 11 | 251 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.51 |
HSV | 295° | 96° | 98° |
CMYK | 0.09 | 0.96 | 0.00 0.02 |
XYZ | 49.8454 | 23.8624 | 93.2455 |
Yxy | 23.8624 | 0.2986 | 0.1429 |
Hunter Lab | 48.8492 | 96.6544 | -78.9811 |
CIE-Lab | 55.9498 | 93.0826 | -65.8753 |
#e50bfb color RGB value is (229,11,251).
#e50bfb hex color red value is 229, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e50bfb hue: 0.82 , saturation: 0.97 and the lightness value of e50bfb is 0.51.
The process color (four color CMYK) of #e50bfb color hex is 0.09, 0.96, 0.00, 0.02. Web safe color of #e50bfb is #cc00ff. Color #e50bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00001011 | 11111011 |
Octal | 345 | 13 | 373 |
Decimal | 229 | 11 | 251 |
Hex | E5 | B | FB |
Shades of #e50bfb
Tints of #e50bfb
RGB Percentages of Color #e50bfb
CMYK Percentages of Color #e50bfb
Complementary Color
#e50bfb | #21fb0b |
#e50bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e50bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e50bfb Color CSS Codes
.mybgcolor {background-color:#e50bfb; } .myforecolor {color:#e50bfb; } .mybordercolor {border:3px solid #e50bfb; }
#e50bfb Text Font Color
<p style="color:#e50bfb">Text here</p>
This sample text font color is #e50bfb
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.
#e50bfb Background Color
<div style="background-color:#e50bfb">
Div content here</div>
This div background color is #e50bfb
#e50bfb Border Color
<div style="border:3px solid #e50bfb">
Div here</div>
This div border color is #e50bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,11,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e50bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e50bfb; -webkit-box-shadow: 1px 1px 3px 2px #e50bfb; box-shadow: 1px 1px 3px 2px #e50bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,11,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e50bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e50bfb; -webkit-box-shadow: 1px 1px 3px 2px #e50bfb; box-shadow: 1px 1px 3px 2px #e50bfb;">
Div content here</div>
This div box has shadow with color #e50bfb
Comments
No comments written yet.
Please login to write comment.