Color spaces of #e7bdfd
RGB | 231 | 189 | 253 |
---|---|---|---|
HSL | 0.78 | 0.94 | 0.87 |
HSV | 279° | 25° | 99° |
CMYK | 0.09 | 0.25 | 0.00 0.01 |
XYZ | 68.8822 | 60.4760 | 100.9710 |
Yxy | 60.4760 | 0.2991 | 0.2626 |
Hunter Lab | 77.7663 | 22.0169 | -22.5451 |
CIE-Lab | 82.0962 | 26.2884 | -25.9019 |
#e7bdfd color RGB value is (231,189,253).
#e7bdfd hex color red value is 231, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e7bdfd hue: 0.78 , saturation: 0.94 and the lightness value of e7bdfd is 0.87.
The process color (four color CMYK) of #e7bdfd color hex is 0.09, 0.25, 0.00, 0.01. Web safe color of #e7bdfd is #ffccff. Color #e7bdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10111101 | 11111101 |
Octal | 347 | 275 | 375 |
Decimal | 231 | 189 | 253 |
Hex | E7 | BD | FD |
Shades of #e7bdfd
Tints of #e7bdfd
RGB Percentages of Color #e7bdfd
CMYK Percentages of Color #e7bdfd
Complementary Color
#e7bdfd | #d3fdbd |
#e7bdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7bdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7bdfd Color CSS Codes
.mybgcolor {background-color:#e7bdfd; } .myforecolor {color:#e7bdfd; } .mybordercolor {border:3px solid #e7bdfd; }
#e7bdfd Text Font Color
<p style="color:#e7bdfd">Text here</p>
This sample text font color is #e7bdfd
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.
#e7bdfd Background Color
<div style="background-color:#e7bdfd">
Div content here</div>
This div background color is #e7bdfd
#e7bdfd Border Color
<div style="border:3px solid #e7bdfd">
Div here</div>
This div border color is #e7bdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,189,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7bdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7bdfd; -webkit-box-shadow: 1px 1px 3px 2px #e7bdfd; box-shadow: 1px 1px 3px 2px #e7bdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,189,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 #e7bdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7bdfd; -webkit-box-shadow: 1px 1px 3px 2px #e7bdfd; box-shadow: 1px 1px 3px 2px #e7bdfd;">
Div content here</div>
This div box has shadow with color #e7bdfd
Comments
No comments written yet.
Please login to write comment.