Color spaces of #e028bf
RGB | 224 | 40 | 191 |
---|---|---|---|
HSL | 0.86 | 0.75 | 0.52 |
HSV | 311° | 82° | 88° |
CMYK | 0.00 | 0.82 | 0.15 0.12 |
XYZ | 40.9032 | 21.1265 | 51.2122 |
Yxy | 21.1265 | 0.3612 | 0.1866 |
Hunter Lab | 45.9636 | 78.4117 | -33.8859 |
CIE-Lab | 53.0877 | 79.7020 | -36.4206 |
#e028bf color RGB value is (224,40,191).
#e028bf hex color red value is 224, green value is 40 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e028bf hue: 0.86 , saturation: 0.75 and the lightness value of e028bf is 0.52.
The process color (four color CMYK) of #e028bf color hex is 0.00, 0.82, 0.15, 0.12. Web safe color of #e028bf is #cc33cc. Color #e028bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00101000 | 10111111 |
Octal | 340 | 50 | 277 |
Decimal | 224 | 40 | 191 |
Hex | E0 | 28 | BF |
Shades of #e028bf
Tints of #e028bf
RGB Percentages of Color #e028bf
CMYK Percentages of Color #e028bf
Complementary Color
#e028bf | #28e049 |
#e028bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e028bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e028bf Color CSS Codes
.mybgcolor {background-color:#e028bf; } .myforecolor {color:#e028bf; } .mybordercolor {border:3px solid #e028bf; }
#e028bf Text Font Color
<p style="color:#e028bf">Text here</p>
This sample text font color is #e028bf
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.
#e028bf Background Color
<div style="background-color:#e028bf">
Div content here</div>
This div background color is #e028bf
#e028bf Border Color
<div style="border:3px solid #e028bf">
Div here</div>
This div border color is #e028bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,40,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e028bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e028bf; -webkit-box-shadow: 1px 1px 3px 2px #e028bf; box-shadow: 1px 1px 3px 2px #e028bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,40,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 #e028bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e028bf; -webkit-box-shadow: 1px 1px 3px 2px #e028bf; box-shadow: 1px 1px 3px 2px #e028bf;">
Div content here</div>
This div box has shadow with color #e028bf
Comments
No comments written yet.
Please login to write comment.