Color spaces of #e1bdca
RGB | 225 | 189 | 202 |
---|---|---|---|
HSL | 0.94 | 0.38 | 0.81 |
HSV | 338° | 16° | 88° |
CMYK | 0.00 | 0.16 | 0.10 0.12 |
XYZ | 59.9096 | 56.6670 | 63.6574 |
Yxy | 56.6670 | 0.3324 | 0.3144 |
Hunter Lab | 75.2775 | 10.3237 | 2.5564 |
CIE-Lab | 79.9919 | 14.9442 | -1.7313 |
#e1bdca color RGB value is (225,189,202).
#e1bdca hex color red value is 225, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1bdca hue: 0.94 , saturation: 0.38 and the lightness value of e1bdca is 0.81.
The process color (four color CMYK) of #e1bdca color hex is 0.00, 0.16, 0.10, 0.12. Web safe color of #e1bdca is #cccccc. Color #e1bdca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111101 | 11001010 |
Octal | 341 | 275 | 312 |
Decimal | 225 | 189 | 202 |
Hex | E1 | BD | CA |
Shades of #e1bdca
Tints of #e1bdca
RGB Percentages of Color #e1bdca
CMYK Percentages of Color #e1bdca
Complementary Color
#e1bdca | #bde1d4 |
#e1bdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1bdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1bdca Color CSS Codes
.mybgcolor {background-color:#e1bdca; } .myforecolor {color:#e1bdca; } .mybordercolor {border:3px solid #e1bdca; }
#e1bdca Text Font Color
<p style="color:#e1bdca">Text here</p>
This sample text font color is #e1bdca
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.
#e1bdca Background Color
<div style="background-color:#e1bdca">
Div content here</div>
This div background color is #e1bdca
#e1bdca Border Color
<div style="border:3px solid #e1bdca">
Div here</div>
This div border color is #e1bdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,189,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1bdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1bdca; -webkit-box-shadow: 1px 1px 3px 2px #e1bdca; box-shadow: 1px 1px 3px 2px #e1bdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,189,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1bdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1bdca; -webkit-box-shadow: 1px 1px 3px 2px #e1bdca; box-shadow: 1px 1px 3px 2px #e1bdca;">
Div content here</div>
This div box has shadow with color #e1bdca
Comments
No comments written yet.
Please login to write comment.