Color spaces of #e137bf
RGB | 225 | 55 | 191 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.55 |
HSV | 312° | 76° | 88° |
CMYK | 0.00 | 0.76 | 0.15 0.12 |
XYZ | 41.8215 | 22.5015 | 51.4292 |
Yxy | 22.5015 | 0.3613 | 0.1944 |
Hunter Lab | 47.4357 | 74.3611 | -31.0764 |
CIE-Lab | 54.5551 | 76.1809 | -34.1099 |
#e137bf color RGB value is (225,55,191).
#e137bf hex color red value is 225, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e137bf hue: 0.87 , saturation: 0.74 and the lightness value of e137bf is 0.55.
The process color (four color CMYK) of #e137bf color hex is 0.00, 0.76, 0.15, 0.12. Web safe color of #e137bf is #cc33cc. Color #e137bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00110111 | 10111111 |
Octal | 341 | 67 | 277 |
Decimal | 225 | 55 | 191 |
Hex | E1 | 37 | BF |
Shades of #e137bf
Tints of #e137bf
RGB Percentages of Color #e137bf
CMYK Percentages of Color #e137bf
Complementary Color
#e137bf | #37e159 |
#e137bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e137bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e137bf Color CSS Codes
.mybgcolor {background-color:#e137bf; } .myforecolor {color:#e137bf; } .mybordercolor {border:3px solid #e137bf; }
#e137bf Text Font Color
<p style="color:#e137bf">Text here</p>
This sample text font color is #e137bf
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.
#e137bf Background Color
<div style="background-color:#e137bf">
Div content here</div>
This div background color is #e137bf
#e137bf Border Color
<div style="border:3px solid #e137bf">
Div here</div>
This div border color is #e137bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,55,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e137bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e137bf; -webkit-box-shadow: 1px 1px 3px 2px #e137bf; box-shadow: 1px 1px 3px 2px #e137bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,55,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e137bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e137bf; -webkit-box-shadow: 1px 1px 3px 2px #e137bf; box-shadow: 1px 1px 3px 2px #e137bf;">
Div content here</div>
This div box has shadow with color #e137bf
Comments
No comments written yet.
Please login to write comment.