Color spaces of #e06ebf
RGB | 224 | 110 | 191 |
---|---|---|---|
HSL | 0.88 | 0.65 | 0.65 |
HSV | 317° | 51° | 88° |
CMYK | 0.00 | 0.51 | 0.15 0.12 |
XYZ | 45.7204 | 30.7607 | 52.8179 |
Yxy | 30.7607 | 0.3536 | 0.2379 |
Hunter Lab | 55.4623 | 50.0875 | -17.6394 |
CIE-Lab | 62.3051 | 54.2444 | -22.1373 |
#e06ebf color RGB value is (224,110,191).
#e06ebf hex color red value is 224, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e06ebf hue: 0.88 , saturation: 0.65 and the lightness value of e06ebf is 0.65.
The process color (four color CMYK) of #e06ebf color hex is 0.00, 0.51, 0.15, 0.12. Web safe color of #e06ebf is #cc66cc. Color #e06ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01101110 | 10111111 |
Octal | 340 | 156 | 277 |
Decimal | 224 | 110 | 191 |
Hex | E0 | 6E | BF |
Shades of #e06ebf
Tints of #e06ebf
RGB Percentages of Color #e06ebf
CMYK Percentages of Color #e06ebf
Complementary Color
#e06ebf | #6ee08f |
#e06ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e06ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e06ebf Color CSS Codes
.mybgcolor {background-color:#e06ebf; } .myforecolor {color:#e06ebf; } .mybordercolor {border:3px solid #e06ebf; }
#e06ebf Text Font Color
<p style="color:#e06ebf">Text here</p>
This sample text font color is #e06ebf
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.
#e06ebf Background Color
<div style="background-color:#e06ebf">
Div content here</div>
This div background color is #e06ebf
#e06ebf Border Color
<div style="border:3px solid #e06ebf">
Div here</div>
This div border color is #e06ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,110,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e06ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e06ebf; -webkit-box-shadow: 1px 1px 3px 2px #e06ebf; box-shadow: 1px 1px 3px 2px #e06ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,110,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 #e06ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e06ebf; -webkit-box-shadow: 1px 1px 3px 2px #e06ebf; box-shadow: 1px 1px 3px 2px #e06ebf;">
Div content here</div>
This div box has shadow with color #e06ebf
Comments
No comments written yet.
Please login to write comment.