Color spaces of #e28fbf
RGB | 226 | 143 | 191 |
---|---|---|---|
HSL | 0.90 | 0.59 | 0.72 |
HSV | 325° | 37° | 89° |
CMYK | 0.00 | 0.37 | 0.15 0.11 |
XYZ | 50.5905 | 39.5753 | 54.2626 |
Yxy | 39.5753 | 0.3503 | 0.2740 |
Hunter Lab | 62.9089 | 33.4567 | -7.1049 |
CIE-Lab | 69.1660 | 38.1154 | -11.7282 |
#e28fbf color RGB value is (226,143,191).
#e28fbf hex color red value is 226, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e28fbf hue: 0.90 , saturation: 0.59 and the lightness value of e28fbf is 0.72.
The process color (four color CMYK) of #e28fbf color hex is 0.00, 0.37, 0.15, 0.11. Web safe color of #e28fbf is #cc99cc. Color #e28fbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10001111 | 10111111 |
Octal | 342 | 217 | 277 |
Decimal | 226 | 143 | 191 |
Hex | E2 | 8F | BF |
Shades of #e28fbf
Tints of #e28fbf
RGB Percentages of Color #e28fbf
CMYK Percentages of Color #e28fbf
Complementary Color
#e28fbf | #8fe2b2 |
#e28fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e28fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e28fbf Color CSS Codes
.mybgcolor {background-color:#e28fbf; } .myforecolor {color:#e28fbf; } .mybordercolor {border:3px solid #e28fbf; }
#e28fbf Text Font Color
<p style="color:#e28fbf">Text here</p>
This sample text font color is #e28fbf
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.
#e28fbf Background Color
<div style="background-color:#e28fbf">
Div content here</div>
This div background color is #e28fbf
#e28fbf Border Color
<div style="border:3px solid #e28fbf">
Div here</div>
This div border color is #e28fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,143,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e28fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e28fbf; -webkit-box-shadow: 1px 1px 3px 2px #e28fbf; box-shadow: 1px 1px 3px 2px #e28fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,143,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 #e28fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e28fbf; -webkit-box-shadow: 1px 1px 3px 2px #e28fbf; box-shadow: 1px 1px 3px 2px #e28fbf;">
Div content here</div>
This div box has shadow with color #e28fbf
Comments
No comments written yet.
Please login to write comment.