Color spaces of #e1bafa
RGB | 225 | 186 | 250 |
---|---|---|---|
HSL | 0.77 | 0.86 | 0.85 |
HSV | 277° | 26° | 98° |
CMYK | 0.10 | 0.26 | 0.00 0.02 |
XYZ | 65.8656 | 58.0275 | 98.1714 |
Yxy | 58.0275 | 0.2966 | 0.2613 |
Hunter Lab | 76.1758 | 21.0329 | -23.0868 |
CIE-Lab | 80.7541 | 25.4194 | -26.3965 |
#e1bafa color RGB value is (225,186,250).
#e1bafa hex color red value is 225, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e1bafa hue: 0.77 , saturation: 0.86 and the lightness value of e1bafa is 0.85.
The process color (four color CMYK) of #e1bafa color hex is 0.10, 0.26, 0.00, 0.02. Web safe color of #e1bafa is #ccccff. Color #e1bafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111010 | 11111010 |
Octal | 341 | 272 | 372 |
Decimal | 225 | 186 | 250 |
Hex | E1 | BA | FA |
Shades of #e1bafa
Tints of #e1bafa
RGB Percentages of Color #e1bafa
CMYK Percentages of Color #e1bafa
Complementary Color
#e1bafa | #d3faba |
#e1bafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1bafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1bafa Color CSS Codes
.mybgcolor {background-color:#e1bafa; } .myforecolor {color:#e1bafa; } .mybordercolor {border:3px solid #e1bafa; }
#e1bafa Text Font Color
<p style="color:#e1bafa">Text here</p>
This sample text font color is #e1bafa
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.
#e1bafa Background Color
<div style="background-color:#e1bafa">
Div content here</div>
This div background color is #e1bafa
#e1bafa Border Color
<div style="border:3px solid #e1bafa">
Div here</div>
This div border color is #e1bafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,186,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1bafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1bafa; -webkit-box-shadow: 1px 1px 3px 2px #e1bafa; box-shadow: 1px 1px 3px 2px #e1bafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,186,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1bafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1bafa; -webkit-box-shadow: 1px 1px 3px 2px #e1bafa; box-shadow: 1px 1px 3px 2px #e1bafa;">
Div content here</div>
This div box has shadow with color #e1bafa
Comments
No comments written yet.
Please login to write comment.