Color spaces of #e093bf
RGB | 224 | 147 | 191 |
---|---|---|---|
HSL | 0.90 | 0.55 | 0.73 |
HSV | 326° | 34° | 88° |
CMYK | 0.00 | 0.34 | 0.15 0.12 |
XYZ | 50.5782 | 40.4763 | 54.4372 |
Yxy | 40.4763 | 0.3476 | 0.2782 |
Hunter Lab | 63.6210 | 30.5694 | -6.1967 |
CIE-Lab | 69.8074 | 35.3176 | -10.7921 |
#e093bf color RGB value is (224,147,191).
#e093bf hex color red value is 224, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e093bf hue: 0.90 , saturation: 0.55 and the lightness value of e093bf is 0.73.
The process color (four color CMYK) of #e093bf color hex is 0.00, 0.34, 0.15, 0.12. Web safe color of #e093bf is #cc99cc. Color #e093bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10010011 | 10111111 |
Octal | 340 | 223 | 277 |
Decimal | 224 | 147 | 191 |
Hex | E0 | 93 | BF |
Shades of #e093bf
Tints of #e093bf
RGB Percentages of Color #e093bf
CMYK Percentages of Color #e093bf
Complementary Color
#e093bf | #93e0b4 |
#e093bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e093bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e093bf Color CSS Codes
.mybgcolor {background-color:#e093bf; } .myforecolor {color:#e093bf; } .mybordercolor {border:3px solid #e093bf; }
#e093bf Text Font Color
<p style="color:#e093bf">Text here</p>
This sample text font color is #e093bf
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.
#e093bf Background Color
<div style="background-color:#e093bf">
Div content here</div>
This div background color is #e093bf
#e093bf Border Color
<div style="border:3px solid #e093bf">
Div here</div>
This div border color is #e093bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,147,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e093bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e093bf; -webkit-box-shadow: 1px 1px 3px 2px #e093bf; box-shadow: 1px 1px 3px 2px #e093bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,147,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 #e093bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e093bf; -webkit-box-shadow: 1px 1px 3px 2px #e093bf; box-shadow: 1px 1px 3px 2px #e093bf;">
Div content here</div>
This div box has shadow with color #e093bf
Comments
No comments written yet.
Please login to write comment.