Color spaces of #eb29eb
RGB | 235 | 41 | 235 |
---|---|---|---|
HSL | 0.83 | 0.83 | 0.54 |
HSV | 300° | 83° | 92° |
CMYK | 0.00 | 0.83 | 0.00 0.08 |
XYZ | 50.0493 | 25.2462 | 80.8324 |
Yxy | 25.2462 | 0.3206 | 0.1617 |
Hunter Lab | 50.2456 | 89.8729 | -60.2106 |
CIE-Lab | 57.3145 | 87.7491 | -54.6901 |
#eb29eb color RGB value is (235,41,235).
#eb29eb hex color red value is 235, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eb29eb hue: 0.83 , saturation: 0.83 and the lightness value of eb29eb is 0.54.
The process color (four color CMYK) of #eb29eb color hex is 0.00, 0.83, 0.00, 0.08. Web safe color of #eb29eb is #ff33ff. Color #eb29eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00101001 | 11101011 |
Octal | 353 | 51 | 353 |
Decimal | 235 | 41 | 235 |
Hex | EB | 29 | EB |
Shades of #eb29eb
Tints of #eb29eb
RGB Percentages of Color #eb29eb
CMYK Percentages of Color #eb29eb
Complementary Color
#eb29eb | #29eb29 |
#eb29eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb29eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb29eb Color CSS Codes
.mybgcolor {background-color:#eb29eb; } .myforecolor {color:#eb29eb; } .mybordercolor {border:3px solid #eb29eb; }
#eb29eb Text Font Color
<p style="color:#eb29eb">Text here</p>
This sample text font color is #eb29eb
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.
#eb29eb Background Color
<div style="background-color:#eb29eb">
Div content here</div>
This div background color is #eb29eb
#eb29eb Border Color
<div style="border:3px solid #eb29eb">
Div here</div>
This div border color is #eb29eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,41,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb29eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb29eb; -webkit-box-shadow: 1px 1px 3px 2px #eb29eb; box-shadow: 1px 1px 3px 2px #eb29eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,41,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb29eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb29eb; -webkit-box-shadow: 1px 1px 3px 2px #eb29eb; box-shadow: 1px 1px 3px 2px #eb29eb;">
Div content here</div>
This div box has shadow with color #eb29eb
Comments
No comments written yet.
Please login to write comment.