Color spaces of #e3cbfd
RGB | 227 | 203 | 253 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.89 |
HSV | 269° | 20° | 99° |
CMYK | 0.10 | 0.20 | 0.00 0.01 |
XYZ | 70.7641 | 66.1346 | 101.9641 |
Yxy | 66.1346 | 0.2963 | 0.2769 |
Hunter Lab | 81.3232 | 13.0078 | -17.4124 |
CIE-Lab | 85.0650 | 17.5453 | -21.4206 |
#e3cbfd color RGB value is (227,203,253).
#e3cbfd hex color red value is 227, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e3cbfd hue: 0.75 , saturation: 0.93 and the lightness value of e3cbfd is 0.89.
The process color (four color CMYK) of #e3cbfd color hex is 0.10, 0.20, 0.00, 0.01. Web safe color of #e3cbfd is #ccccff. Color #e3cbfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11001011 | 11111101 |
Octal | 343 | 313 | 375 |
Decimal | 227 | 203 | 253 |
Hex | E3 | CB | FD |
Shades of #e3cbfd
Tints of #e3cbfd
RGB Percentages of Color #e3cbfd
CMYK Percentages of Color #e3cbfd
Complementary Color
#e3cbfd | #e5fdcb |
#e3cbfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3cbfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3cbfd Color CSS Codes
.mybgcolor {background-color:#e3cbfd; } .myforecolor {color:#e3cbfd; } .mybordercolor {border:3px solid #e3cbfd; }
#e3cbfd Text Font Color
<p style="color:#e3cbfd">Text here</p>
This sample text font color is #e3cbfd
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.
#e3cbfd Background Color
<div style="background-color:#e3cbfd">
Div content here</div>
This div background color is #e3cbfd
#e3cbfd Border Color
<div style="border:3px solid #e3cbfd">
Div here</div>
This div border color is #e3cbfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,203,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3cbfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3cbfd; -webkit-box-shadow: 1px 1px 3px 2px #e3cbfd; box-shadow: 1px 1px 3px 2px #e3cbfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,203,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3cbfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3cbfd; -webkit-box-shadow: 1px 1px 3px 2px #e3cbfd; box-shadow: 1px 1px 3px 2px #e3cbfd;">
Div content here</div>
This div box has shadow with color #e3cbfd
Comments
No comments written yet.
Please login to write comment.