Color spaces of #eb31bf
RGB | 235 | 49 | 191 |
---|---|---|---|
HSL | 0.87 | 0.82 | 0.56 |
HSV | 314° | 79° | 92° |
CMYK | 0.00 | 0.79 | 0.19 0.08 |
XYZ | 44.7632 | 23.6204 | 51.4901 |
Yxy | 23.6204 | 0.3734 | 0.1970 |
Hunter Lab | 48.6008 | 79.3538 | -28.7942 |
CIE-Lab | 55.7057 | 79.9368 | -32.1876 |
#eb31bf color RGB value is (235,49,191).
#eb31bf hex color red value is 235, green value is 49 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eb31bf hue: 0.87 , saturation: 0.82 and the lightness value of eb31bf is 0.56.
The process color (four color CMYK) of #eb31bf color hex is 0.00, 0.79, 0.19, 0.08. Web safe color of #eb31bf is #ff33cc. Color #eb31bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00110001 | 10111111 |
Octal | 353 | 61 | 277 |
Decimal | 235 | 49 | 191 |
Hex | EB | 31 | BF |
Shades of #eb31bf
Tints of #eb31bf
RGB Percentages of Color #eb31bf
CMYK Percentages of Color #eb31bf
Complementary Color
#eb31bf | #31eb5d |
#eb31bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb31bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb31bf Color CSS Codes
.mybgcolor {background-color:#eb31bf; } .myforecolor {color:#eb31bf; } .mybordercolor {border:3px solid #eb31bf; }
#eb31bf Text Font Color
<p style="color:#eb31bf">Text here</p>
This sample text font color is #eb31bf
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.
#eb31bf Background Color
<div style="background-color:#eb31bf">
Div content here</div>
This div background color is #eb31bf
#eb31bf Border Color
<div style="border:3px solid #eb31bf">
Div here</div>
This div border color is #eb31bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,49,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb31bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb31bf; -webkit-box-shadow: 1px 1px 3px 2px #eb31bf; box-shadow: 1px 1px 3px 2px #eb31bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,49,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 #eb31bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb31bf; -webkit-box-shadow: 1px 1px 3px 2px #eb31bf; box-shadow: 1px 1px 3px 2px #eb31bf;">
Div content here</div>
This div box has shadow with color #eb31bf
Comments
No comments written yet.
Please login to write comment.