Color spaces of #ed5bfb
RGB | 237 | 91 | 251 |
---|---|---|---|
HSL | 0.82 | 0.95 | 0.67 |
HSV | 295° | 64° | 98° |
CMYK | 0.06 | 0.64 | 0.00 0.02 |
XYZ | 56.0787 | 32.4517 | 94.5749 |
Yxy | 32.4517 | 0.3063 | 0.1772 |
Hunter Lab | 56.9664 | 76.0273 | -58.5560 |
CIE-Lab | 63.7145 | 75.7659 | -53.3863 |
#ed5bfb color RGB value is (237,91,251).
#ed5bfb hex color red value is 237, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed5bfb hue: 0.82 , saturation: 0.95 and the lightness value of ed5bfb is 0.67.
The process color (four color CMYK) of #ed5bfb color hex is 0.06, 0.64, 0.00, 0.02. Web safe color of #ed5bfb is #ff66ff. Color #ed5bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01011011 | 11111011 |
Octal | 355 | 133 | 373 |
Decimal | 237 | 91 | 251 |
Hex | ED | 5B | FB |
Shades of #ed5bfb
Tints of #ed5bfb
RGB Percentages of Color #ed5bfb
CMYK Percentages of Color #ed5bfb
Complementary Color
#ed5bfb | #69fb5b |
#ed5bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed5bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed5bfb Color CSS Codes
.mybgcolor {background-color:#ed5bfb; } .myforecolor {color:#ed5bfb; } .mybordercolor {border:3px solid #ed5bfb; }
#ed5bfb Text Font Color
<p style="color:#ed5bfb">Text here</p>
This sample text font color is #ed5bfb
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.
#ed5bfb Background Color
<div style="background-color:#ed5bfb">
Div content here</div>
This div background color is #ed5bfb
#ed5bfb Border Color
<div style="border:3px solid #ed5bfb">
Div here</div>
This div border color is #ed5bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,91,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed5bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed5bfb; -webkit-box-shadow: 1px 1px 3px 2px #ed5bfb; box-shadow: 1px 1px 3px 2px #ed5bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,91,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed5bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed5bfb; -webkit-box-shadow: 1px 1px 3px 2px #ed5bfb; box-shadow: 1px 1px 3px 2px #ed5bfb;">
Div content here</div>
This div box has shadow with color #ed5bfb
Comments
No comments written yet.
Please login to write comment.