Color spaces of #ed61bb
RGB | 237 | 97 | 187 |
---|---|---|---|
HSL | 0.89 | 0.80 | 0.65 |
HSV | 321° | 59° | 93° |
CMYK | 0.00 | 0.59 | 0.21 0.07 |
XYZ | 48.1694 | 30.1418 | 50.2928 |
Yxy | 30.1418 | 0.3746 | 0.2344 |
Hunter Lab | 54.9015 | 60.5342 | -15.8818 |
CIE-Lab | 61.7764 | 63.3971 | -20.5037 |
#ed61bb color RGB value is (237,97,187).
#ed61bb hex color red value is 237, green value is 97 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ed61bb hue: 0.89 , saturation: 0.80 and the lightness value of ed61bb is 0.65.
The process color (four color CMYK) of #ed61bb color hex is 0.00, 0.59, 0.21, 0.07. Web safe color of #ed61bb is #ff66cc. Color #ed61bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01100001 | 10111011 |
Octal | 355 | 141 | 273 |
Decimal | 237 | 97 | 187 |
Hex | ED | 61 | BB |
Shades of #ed61bb
Tints of #ed61bb
RGB Percentages of Color #ed61bb
CMYK Percentages of Color #ed61bb
Complementary Color
#ed61bb | #61ed93 |
#ed61bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed61bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed61bb Color CSS Codes
.mybgcolor {background-color:#ed61bb; } .myforecolor {color:#ed61bb; } .mybordercolor {border:3px solid #ed61bb; }
#ed61bb Text Font Color
<p style="color:#ed61bb">Text here</p>
This sample text font color is #ed61bb
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.
#ed61bb Background Color
<div style="background-color:#ed61bb">
Div content here</div>
This div background color is #ed61bb
#ed61bb Border Color
<div style="border:3px solid #ed61bb">
Div here</div>
This div border color is #ed61bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,97,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed61bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed61bb; -webkit-box-shadow: 1px 1px 3px 2px #ed61bb; box-shadow: 1px 1px 3px 2px #ed61bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,97,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 #ed61bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed61bb; -webkit-box-shadow: 1px 1px 3px 2px #ed61bb; box-shadow: 1px 1px 3px 2px #ed61bb;">
Div content here</div>
This div box has shadow with color #ed61bb
Comments
No comments written yet.
Please login to write comment.