Color spaces of #e1bccd
RGB | 225 | 188 | 205 |
---|---|---|---|
HSL | 0.92 | 0.38 | 0.81 |
HSV | 332° | 16° | 88° |
CMYK | 0.00 | 0.16 | 0.09 0.12 |
XYZ | 60.0540 | 56.3818 | 65.4752 |
Yxy | 56.3818 | 0.3301 | 0.3099 |
Hunter Lab | 75.0878 | 11.3577 | 0.8617 |
CIE-Lab | 79.8306 | 15.9836 | -3.5864 |
#e1bccd color RGB value is (225,188,205).
#e1bccd hex color red value is 225, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e1bccd hue: 0.92 , saturation: 0.38 and the lightness value of e1bccd is 0.81.
The process color (four color CMYK) of #e1bccd color hex is 0.00, 0.16, 0.09, 0.12. Web safe color of #e1bccd is #cccccc. Color #e1bccd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111100 | 11001101 |
Octal | 341 | 274 | 315 |
Decimal | 225 | 188 | 205 |
Hex | E1 | BC | CD |
Shades of #e1bccd
Tints of #e1bccd
RGB Percentages of Color #e1bccd
CMYK Percentages of Color #e1bccd
Complementary Color
#e1bccd | #bce1d0 |
#e1bccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1bccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1bccd Color CSS Codes
.mybgcolor {background-color:#e1bccd; } .myforecolor {color:#e1bccd; } .mybordercolor {border:3px solid #e1bccd; }
#e1bccd Text Font Color
<p style="color:#e1bccd">Text here</p>
This sample text font color is #e1bccd
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.
#e1bccd Background Color
<div style="background-color:#e1bccd">
Div content here</div>
This div background color is #e1bccd
#e1bccd Border Color
<div style="border:3px solid #e1bccd">
Div here</div>
This div border color is #e1bccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,188,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1bccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1bccd; -webkit-box-shadow: 1px 1px 3px 2px #e1bccd; box-shadow: 1px 1px 3px 2px #e1bccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,188,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1bccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1bccd; -webkit-box-shadow: 1px 1px 3px 2px #e1bccd; box-shadow: 1px 1px 3px 2px #e1bccd;">
Div content here</div>
This div box has shadow with color #e1bccd
#e1bccd Color Palettes
Comments
No comments written yet.
Please login to write comment.