Color spaces of #eb1bbb
RGB | 235 | 27 | 187 |
---|---|---|---|
HSL | 0.87 | 0.84 | 0.51 |
HSV | 314° | 89° | 92° |
CMYK | 0.00 | 0.89 | 0.20 0.08 |
XYZ | 43.6225 | 22.0339 | 48.9675 |
Yxy | 22.0339 | 0.3806 | 0.1922 |
Hunter Lab | 46.9403 | 83.7380 | -28.9924 |
CIE-Lab | 54.0630 | 83.6847 | -32.4326 |
#eb1bbb color RGB value is (235,27,187).
#eb1bbb hex color red value is 235, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb1bbb hue: 0.87 , saturation: 0.84 and the lightness value of eb1bbb is 0.51.
The process color (four color CMYK) of #eb1bbb color hex is 0.00, 0.89, 0.20, 0.08. Web safe color of #eb1bbb is #ff33cc. Color #eb1bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00011011 | 10111011 |
Octal | 353 | 33 | 273 |
Decimal | 235 | 27 | 187 |
Hex | EB | 1B | BB |
Shades of #eb1bbb
Tints of #eb1bbb
RGB Percentages of Color #eb1bbb
CMYK Percentages of Color #eb1bbb
Complementary Color
#eb1bbb | #1beb4b |
#eb1bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb1bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb1bbb Color CSS Codes
.mybgcolor {background-color:#eb1bbb; } .myforecolor {color:#eb1bbb; } .mybordercolor {border:3px solid #eb1bbb; }
#eb1bbb Text Font Color
<p style="color:#eb1bbb">Text here</p>
This sample text font color is #eb1bbb
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.
#eb1bbb Background Color
<div style="background-color:#eb1bbb">
Div content here</div>
This div background color is #eb1bbb
#eb1bbb Border Color
<div style="border:3px solid #eb1bbb">
Div here</div>
This div border color is #eb1bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,27,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb1bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb1bbb; -webkit-box-shadow: 1px 1px 3px 2px #eb1bbb; box-shadow: 1px 1px 3px 2px #eb1bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,27,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 #eb1bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb1bbb; -webkit-box-shadow: 1px 1px 3px 2px #eb1bbb; box-shadow: 1px 1px 3px 2px #eb1bbb;">
Div content here</div>
This div box has shadow with color #eb1bbb
Comments
No comments written yet.
Please login to write comment.