Color spaces of #e8bdcc
RGB | 232 | 189 | 204 |
---|---|---|---|
HSL | 0.94 | 0.48 | 0.83 |
HSV | 339° | 19° | 91° |
CMYK | 0.00 | 0.19 | 0.12 0.09 |
XYZ | 62.3754 | 57.9106 | 65.0171 |
Yxy | 57.9106 | 0.3366 | 0.3125 |
Hunter Lab | 76.0990 | 13.1362 | 2.6134 |
CIE-Lab | 80.6891 | 17.7420 | -1.7117 |
#e8bdcc color RGB value is (232,189,204).
#e8bdcc hex color red value is 232, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e8bdcc hue: 0.94 , saturation: 0.48 and the lightness value of e8bdcc is 0.83.
The process color (four color CMYK) of #e8bdcc color hex is 0.00, 0.19, 0.12, 0.09. Web safe color of #e8bdcc is #ffcccc. Color #e8bdcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10111101 | 11001100 |
Octal | 350 | 275 | 314 |
Decimal | 232 | 189 | 204 |
Hex | E8 | BD | CC |
Shades of #e8bdcc
Tints of #e8bdcc
RGB Percentages of Color #e8bdcc
CMYK Percentages of Color #e8bdcc
Complementary Color
#e8bdcc | #bde8d9 |
#e8bdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8bdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8bdcc Color CSS Codes
.mybgcolor {background-color:#e8bdcc; } .myforecolor {color:#e8bdcc; } .mybordercolor {border:3px solid #e8bdcc; }
#e8bdcc Text Font Color
<p style="color:#e8bdcc">Text here</p>
This sample text font color is #e8bdcc
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.
#e8bdcc Background Color
<div style="background-color:#e8bdcc">
Div content here</div>
This div background color is #e8bdcc
#e8bdcc Border Color
<div style="border:3px solid #e8bdcc">
Div here</div>
This div border color is #e8bdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8bdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8bdcc; -webkit-box-shadow: 1px 1px 3px 2px #e8bdcc; box-shadow: 1px 1px 3px 2px #e8bdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,189,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8bdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8bdcc; -webkit-box-shadow: 1px 1px 3px 2px #e8bdcc; box-shadow: 1px 1px 3px 2px #e8bdcc;">
Div content here</div>
This div box has shadow with color #e8bdcc
Comments
No comments written yet.
Please login to write comment.