Color spaces of #e0bfea
RGB | 224 | 191 | 234 |
---|---|---|---|
HSL | 0.79 | 0.51 | 0.83 |
HSV | 286° | 18° | 92° |
CMYK | 0.04 | 0.18 | 0.00 0.08 |
XYZ | 64.2226 | 59.0494 | 85.8547 |
Yxy | 59.0494 | 0.3071 | 0.2824 |
Hunter Lab | 76.8436 | 14.7064 | -12.4521 |
CIE-Lab | 81.3187 | 19.2754 | -16.9790 |
#e0bfea color RGB value is (224,191,234).
#e0bfea hex color red value is 224, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e0bfea hue: 0.79 , saturation: 0.51 and the lightness value of e0bfea is 0.83.
The process color (four color CMYK) of #e0bfea color hex is 0.04, 0.18, 0.00, 0.08. Web safe color of #e0bfea is #ccccff. Color #e0bfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10111111 | 11101010 |
Octal | 340 | 277 | 352 |
Decimal | 224 | 191 | 234 |
Hex | E0 | BF | EA |
Shades of #e0bfea
Tints of #e0bfea
RGB Percentages of Color #e0bfea
CMYK Percentages of Color #e0bfea
Complementary Color
#e0bfea | #c9eabf |
#e0bfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0bfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0bfea Color CSS Codes
.mybgcolor {background-color:#e0bfea; } .myforecolor {color:#e0bfea; } .mybordercolor {border:3px solid #e0bfea; }
#e0bfea Text Font Color
<p style="color:#e0bfea">Text here</p>
This sample text font color is #e0bfea
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.
#e0bfea Background Color
<div style="background-color:#e0bfea">
Div content here</div>
This div background color is #e0bfea
#e0bfea Border Color
<div style="border:3px solid #e0bfea">
Div here</div>
This div border color is #e0bfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,191,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0bfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0bfea; -webkit-box-shadow: 1px 1px 3px 2px #e0bfea; box-shadow: 1px 1px 3px 2px #e0bfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,191,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 #e0bfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0bfea; -webkit-box-shadow: 1px 1px 3px 2px #e0bfea; box-shadow: 1px 1px 3px 2px #e0bfea;">
Div content here</div>
This div box has shadow with color #e0bfea
Comments
No comments written yet.
Please login to write comment.