Color spaces of #e08bfa
RGB | 224 | 139 | 250 |
---|---|---|---|
HSL | 0.79 | 0.92 | 0.76 |
HSV | 286° | 44° | 98° |
CMYK | 0.10 | 0.44 | 0.00 0.02 |
XYZ | 57.2284 | 41.2147 | 95.3814 |
Yxy | 41.2147 | 0.2953 | 0.2126 |
Hunter Lab | 64.1987 | 46.7719 | -43.1494 |
CIE-Lab | 70.3261 | 50.1141 | -42.5278 |
#e08bfa color RGB value is (224,139,250).
#e08bfa hex color red value is 224, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e08bfa hue: 0.79 , saturation: 0.92 and the lightness value of e08bfa is 0.76.
The process color (four color CMYK) of #e08bfa color hex is 0.10, 0.44, 0.00, 0.02. Web safe color of #e08bfa is #cc99ff. Color #e08bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10001011 | 11111010 |
Octal | 340 | 213 | 372 |
Decimal | 224 | 139 | 250 |
Hex | E0 | 8B | FA |
Shades of #e08bfa
Tints of #e08bfa
RGB Percentages of Color #e08bfa
CMYK Percentages of Color #e08bfa
Complementary Color
#e08bfa | #a5fa8b |
#e08bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e08bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e08bfa Color CSS Codes
.mybgcolor {background-color:#e08bfa; } .myforecolor {color:#e08bfa; } .mybordercolor {border:3px solid #e08bfa; }
#e08bfa Text Font Color
<p style="color:#e08bfa">Text here</p>
This sample text font color is #e08bfa
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.
#e08bfa Background Color
<div style="background-color:#e08bfa">
Div content here</div>
This div background color is #e08bfa
#e08bfa Border Color
<div style="border:3px solid #e08bfa">
Div here</div>
This div border color is #e08bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,139,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e08bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e08bfa; -webkit-box-shadow: 1px 1px 3px 2px #e08bfa; box-shadow: 1px 1px 3px 2px #e08bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,139,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 #e08bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e08bfa; -webkit-box-shadow: 1px 1px 3px 2px #e08bfa; box-shadow: 1px 1px 3px 2px #e08bfa;">
Div content here</div>
This div box has shadow with color #e08bfa
Comments
No comments written yet.
Please login to write comment.