Color spaces of #eb0fbb
RGB | 235 | 15 | 187 |
---|---|---|---|
HSL | 0.87 | 0.88 | 0.49 |
HSV | 313° | 94° | 92° |
CMYK | 0.00 | 0.94 | 0.20 0.08 |
XYZ | 43.4014 | 21.5917 | 48.8938 |
Yxy | 21.5917 | 0.3811 | 0.1896 |
Hunter Lab | 46.4669 | 85.4071 | -29.8599 |
CIE-Lab | 53.5911 | 85.0660 | -33.1692 |
#eb0fbb color RGB value is (235,15,187).
#eb0fbb hex color red value is 235, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb0fbb hue: 0.87 , saturation: 0.88 and the lightness value of eb0fbb is 0.49.
The process color (four color CMYK) of #eb0fbb color hex is 0.00, 0.94, 0.20, 0.08. Web safe color of #eb0fbb is #ff00cc. Color #eb0fbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00001111 | 10111011 |
Octal | 353 | 17 | 273 |
Decimal | 235 | 15 | 187 |
Hex | EB | F | BB |
Shades of #eb0fbb
Tints of #eb0fbb
RGB Percentages of Color #eb0fbb
CMYK Percentages of Color #eb0fbb
Complementary Color
#eb0fbb | #0feb3f |
#eb0fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb0fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb0fbb Color CSS Codes
.mybgcolor {background-color:#eb0fbb; } .myforecolor {color:#eb0fbb; } .mybordercolor {border:3px solid #eb0fbb; }
#eb0fbb Text Font Color
<p style="color:#eb0fbb">Text here</p>
This sample text font color is #eb0fbb
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.
#eb0fbb Background Color
<div style="background-color:#eb0fbb">
Div content here</div>
This div background color is #eb0fbb
#eb0fbb Border Color
<div style="border:3px solid #eb0fbb">
Div here</div>
This div border color is #eb0fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,15,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb0fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb0fbb; -webkit-box-shadow: 1px 1px 3px 2px #eb0fbb; box-shadow: 1px 1px 3px 2px #eb0fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,15,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 #eb0fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb0fbb; -webkit-box-shadow: 1px 1px 3px 2px #eb0fbb; box-shadow: 1px 1px 3px 2px #eb0fbb;">
Div content here</div>
This div box has shadow with color #eb0fbb
Comments
No comments written yet.
Please login to write comment.