Color spaces of #e3cdea
RGB | 227 | 205 | 234 |
---|---|---|---|
HSL | 0.79 | 0.41 | 0.86 |
HSV | 286° | 12° | 92° |
CMYK | 0.03 | 0.12 | 0.00 0.08 |
XYZ | 68.3612 | 65.9340 | 86.9654 |
Yxy | 65.9340 | 0.3090 | 0.2980 |
Hunter Lab | 81.1998 | 8.1777 | -6.6601 |
CIE-Lab | 84.9627 | 12.7976 | -11.4896 |
#e3cdea color RGB value is (227,205,234).
#e3cdea hex color red value is 227, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e3cdea hue: 0.79 , saturation: 0.41 and the lightness value of e3cdea is 0.86.
The process color (four color CMYK) of #e3cdea color hex is 0.03, 0.12, 0.00, 0.08. Web safe color of #e3cdea is #ccccff. Color #e3cdea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11001101 | 11101010 |
Octal | 343 | 315 | 352 |
Decimal | 227 | 205 | 234 |
Hex | E3 | CD | EA |
Shades of #e3cdea
Tints of #e3cdea
RGB Percentages of Color #e3cdea
CMYK Percentages of Color #e3cdea
Complementary Color
#e3cdea | #d4eacd |
#e3cdea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3cdea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3cdea Color CSS Codes
.mybgcolor {background-color:#e3cdea; } .myforecolor {color:#e3cdea; } .mybordercolor {border:3px solid #e3cdea; }
#e3cdea Text Font Color
<p style="color:#e3cdea">Text here</p>
This sample text font color is #e3cdea
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.
#e3cdea Background Color
<div style="background-color:#e3cdea">
Div content here</div>
This div background color is #e3cdea
#e3cdea Border Color
<div style="border:3px solid #e3cdea">
Div here</div>
This div border color is #e3cdea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,205,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3cdea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3cdea; -webkit-box-shadow: 1px 1px 3px 2px #e3cdea; box-shadow: 1px 1px 3px 2px #e3cdea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,205,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3cdea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3cdea; -webkit-box-shadow: 1px 1px 3px 2px #e3cdea; box-shadow: 1px 1px 3px 2px #e3cdea;">
Div content here</div>
This div box has shadow with color #e3cdea
Comments
No comments written yet.
Please login to write comment.