Color spaces of #e151bf
RGB | 225 | 81 | 191 |
---|---|---|---|
HSL | 0.87 | 0.71 | 0.60 |
HSV | 314° | 64° | 88° |
CMYK | 0.00 | 0.64 | 0.15 0.12 |
XYZ | 43.3977 | 25.6540 | 51.9546 |
Yxy | 25.6540 | 0.3586 | 0.2120 |
Hunter Lab | 50.6498 | 64.3051 | -25.3626 |
CIE-Lab | 57.7072 | 67.3133 | -29.2039 |
#e151bf color RGB value is (225,81,191).
#e151bf hex color red value is 225, green value is 81 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e151bf hue: 0.87 , saturation: 0.71 and the lightness value of e151bf is 0.60.
The process color (four color CMYK) of #e151bf color hex is 0.00, 0.64, 0.15, 0.12. Web safe color of #e151bf is #cc66cc. Color #e151bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01010001 | 10111111 |
Octal | 341 | 121 | 277 |
Decimal | 225 | 81 | 191 |
Hex | E1 | 51 | BF |
Shades of #e151bf
Tints of #e151bf
RGB Percentages of Color #e151bf
CMYK Percentages of Color #e151bf
Complementary Color
#e151bf | #51e173 |
#e151bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e151bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e151bf Color CSS Codes
.mybgcolor {background-color:#e151bf; } .myforecolor {color:#e151bf; } .mybordercolor {border:3px solid #e151bf; }
#e151bf Text Font Color
<p style="color:#e151bf">Text here</p>
This sample text font color is #e151bf
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.
#e151bf Background Color
<div style="background-color:#e151bf">
Div content here</div>
This div background color is #e151bf
#e151bf Border Color
<div style="border:3px solid #e151bf">
Div here</div>
This div border color is #e151bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,81,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e151bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e151bf; -webkit-box-shadow: 1px 1px 3px 2px #e151bf; box-shadow: 1px 1px 3px 2px #e151bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,81,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 #e151bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e151bf; -webkit-box-shadow: 1px 1px 3px 2px #e151bf; box-shadow: 1px 1px 3px 2px #e151bf;">
Div content here</div>
This div box has shadow with color #e151bf
Comments
No comments written yet.
Please login to write comment.