Color spaces of #e0bafe
RGB | 224 | 186 | 254 |
---|---|---|---|
HSL | 0.76 | 0.97 | 0.86 |
HSV | 274° | 27° | 100° |
CMYK | 0.12 | 0.27 | 0.00 0.00 |
XYZ | 66.1888 | 58.1209 | 101.4959 |
Yxy | 58.1209 | 0.2931 | 0.2574 |
Hunter Lab | 76.2371 | 21.5583 | -25.5680 |
CIE-Lab | 80.8060 | 25.9183 | -28.4639 |
#e0bafe color RGB value is (224,186,254).
#e0bafe hex color red value is 224, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e0bafe hue: 0.76 , saturation: 0.97 and the lightness value of e0bafe is 0.86.
The process color (four color CMYK) of #e0bafe color hex is 0.12, 0.27, 0.00, 0.00. Web safe color of #e0bafe is #ccccff. Color #e0bafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10111010 | 11111110 |
Octal | 340 | 272 | 376 |
Decimal | 224 | 186 | 254 |
Hex | E0 | BA | FE |
Shades of #e0bafe
Tints of #e0bafe
RGB Percentages of Color #e0bafe
CMYK Percentages of Color #e0bafe
Complementary Color
#e0bafe | #d8feba |
#e0bafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0bafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0bafe Color CSS Codes
.mybgcolor {background-color:#e0bafe; } .myforecolor {color:#e0bafe; } .mybordercolor {border:3px solid #e0bafe; }
#e0bafe Text Font Color
<p style="color:#e0bafe">Text here</p>
This sample text font color is #e0bafe
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.
#e0bafe Background Color
<div style="background-color:#e0bafe">
Div content here</div>
This div background color is #e0bafe
#e0bafe Border Color
<div style="border:3px solid #e0bafe">
Div here</div>
This div border color is #e0bafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,186,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0bafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0bafe; -webkit-box-shadow: 1px 1px 3px 2px #e0bafe; box-shadow: 1px 1px 3px 2px #e0bafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,186,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0bafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0bafe; -webkit-box-shadow: 1px 1px 3px 2px #e0bafe; box-shadow: 1px 1px 3px 2px #e0bafe;">
Div content here</div>
This div box has shadow with color #e0bafe
Comments
No comments written yet.
Please login to write comment.