Color spaces of #e0bcde
RGB | 224 | 188 | 222 |
---|---|---|---|
HSL | 0.84 | 0.37 | 0.81 |
HSV | 303° | 16° | 88° |
CMYK | 0.00 | 0.16 | 0.01 0.12 |
XYZ | 61.9085 | 57.0877 | 76.8633 |
Yxy | 57.0877 | 0.3161 | 0.2915 |
Hunter Lab | 75.5564 | 14.0335 | -7.4261 |
CIE-Lab | 80.2289 | 18.6386 | -12.1686 |
#e0bcde color RGB value is (224,188,222).
#e0bcde hex color red value is 224, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e0bcde hue: 0.84 , saturation: 0.37 and the lightness value of e0bcde is 0.81.
The process color (four color CMYK) of #e0bcde color hex is 0.00, 0.16, 0.01, 0.12. Web safe color of #e0bcde is #cccccc. Color #e0bcde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10111100 | 11011110 |
Octal | 340 | 274 | 336 |
Decimal | 224 | 188 | 222 |
Hex | E0 | BC | DE |
Shades of #e0bcde
Tints of #e0bcde
RGB Percentages of Color #e0bcde
CMYK Percentages of Color #e0bcde
Complementary Color
#e0bcde | #bce0be |
#e0bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0bcde Color CSS Codes
.mybgcolor {background-color:#e0bcde; } .myforecolor {color:#e0bcde; } .mybordercolor {border:3px solid #e0bcde; }
#e0bcde Text Font Color
<p style="color:#e0bcde">Text here</p>
This sample text font color is #e0bcde
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.
#e0bcde Background Color
<div style="background-color:#e0bcde">
Div content here</div>
This div background color is #e0bcde
#e0bcde Border Color
<div style="border:3px solid #e0bcde">
Div here</div>
This div border color is #e0bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0bcde; -webkit-box-shadow: 1px 1px 3px 2px #e0bcde; box-shadow: 1px 1px 3px 2px #e0bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,188,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0bcde; -webkit-box-shadow: 1px 1px 3px 2px #e0bcde; box-shadow: 1px 1px 3px 2px #e0bcde;">
Div content here</div>
This div box has shadow with color #e0bcde
Comments
No comments written yet.
Please login to write comment.