Color spaces of #eb5bdf
RGB | 235 | 91 | 223 |
---|---|---|---|
HSL | 0.85 | 0.78 | 0.64 |
HSV | 305° | 61° | 92° |
CMYK | 0.00 | 0.61 | 0.05 0.08 |
XYZ | 51.3213 | 30.4721 | 72.9888 |
Yxy | 30.4721 | 0.3316 | 0.1969 |
Hunter Lab | 55.2015 | 69.3501 | -39.7536 |
CIE-Lab | 62.0594 | 70.6887 | -40.4513 |
#eb5bdf color RGB value is (235,91,223).
#eb5bdf hex color red value is 235, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eb5bdf hue: 0.85 , saturation: 0.78 and the lightness value of eb5bdf is 0.64.
The process color (four color CMYK) of #eb5bdf color hex is 0.00, 0.61, 0.05, 0.08. Web safe color of #eb5bdf is #ff66cc. Color #eb5bdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01011011 | 11011111 |
Octal | 353 | 133 | 337 |
Decimal | 235 | 91 | 223 |
Hex | EB | 5B | DF |
Shades of #eb5bdf
Tints of #eb5bdf
RGB Percentages of Color #eb5bdf
CMYK Percentages of Color #eb5bdf
Complementary Color
#eb5bdf | #5beb67 |
#eb5bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb5bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb5bdf Color CSS Codes
.mybgcolor {background-color:#eb5bdf; } .myforecolor {color:#eb5bdf; } .mybordercolor {border:3px solid #eb5bdf; }
#eb5bdf Text Font Color
<p style="color:#eb5bdf">Text here</p>
This sample text font color is #eb5bdf
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.
#eb5bdf Background Color
<div style="background-color:#eb5bdf">
Div content here</div>
This div background color is #eb5bdf
#eb5bdf Border Color
<div style="border:3px solid #eb5bdf">
Div here</div>
This div border color is #eb5bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,91,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb5bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb5bdf; -webkit-box-shadow: 1px 1px 3px 2px #eb5bdf; box-shadow: 1px 1px 3px 2px #eb5bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,91,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb5bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb5bdf; -webkit-box-shadow: 1px 1px 3px 2px #eb5bdf; box-shadow: 1px 1px 3px 2px #eb5bdf;">
Div content here</div>
This div box has shadow with color #eb5bdf
Comments
No comments written yet.
Please login to write comment.