Color spaces of #ed01bc
RGB | 237 | 1 | 188 |
---|---|---|---|
HSL | 0.87 | 0.99 | 0.47 |
HSV | 312° | 100° | 93° |
CMYK | 0.00 | 1.00 | 0.21 0.07 |
XYZ | 44.0130 | 21.6571 | 49.4374 |
Yxy | 21.6571 | 0.3824 | 0.1881 |
Hunter Lab | 46.5372 | 87.3780 | -30.4089 |
CIE-Lab | 53.6613 | 86.5635 | -33.6137 |
#ed01bc color RGB value is (237,1,188).
#ed01bc hex color red value is 237, green value is 1 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed01bc hue: 0.87 , saturation: 0.99 and the lightness value of ed01bc is 0.47.
The process color (four color CMYK) of #ed01bc color hex is 0.00, 1.00, 0.21, 0.07. Web safe color of #ed01bc is #ff00cc. Color #ed01bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00000001 | 10111100 |
Octal | 355 | 1 | 274 |
Decimal | 237 | 1 | 188 |
Hex | ED | 1 | BC |
Shades of #ed01bc
Tints of #ed01bc
RGB Percentages of Color #ed01bc
CMYK Percentages of Color #ed01bc
Complementary Color
#ed01bc | #01ed32 |
#ed01bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed01bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed01bc Color CSS Codes
.mybgcolor {background-color:#ed01bc; } .myforecolor {color:#ed01bc; } .mybordercolor {border:3px solid #ed01bc; }
#ed01bc Text Font Color
<p style="color:#ed01bc">Text here</p>
This sample text font color is #ed01bc
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.
#ed01bc Background Color
<div style="background-color:#ed01bc">
Div content here</div>
This div background color is #ed01bc
#ed01bc Border Color
<div style="border:3px solid #ed01bc">
Div here</div>
This div border color is #ed01bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,1,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed01bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed01bc; -webkit-box-shadow: 1px 1px 3px 2px #ed01bc; box-shadow: 1px 1px 3px 2px #ed01bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,1,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed01bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed01bc; -webkit-box-shadow: 1px 1px 3px 2px #ed01bc; box-shadow: 1px 1px 3px 2px #ed01bc;">
Div content here</div>
This div box has shadow with color #ed01bc
Comments
No comments written yet.
Please login to write comment.