Color spaces of #e38dfc
RGB | 227 | 141 | 252 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.77 |
HSV | 286° | 44° | 99° |
CMYK | 0.10 | 0.44 | 0.00 0.01 |
XYZ | 58.7741 | 42.4089 | 97.1835 |
Yxy | 42.4089 | 0.2963 | 0.2138 |
Hunter Lab | 65.1221 | 47.1364 | -42.8946 |
CIE-Lab | 71.1519 | 50.3219 | -42.3016 |
#e38dfc color RGB value is (227,141,252).
#e38dfc hex color red value is 227, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e38dfc hue: 0.80 , saturation: 0.95 and the lightness value of e38dfc is 0.77.
The process color (four color CMYK) of #e38dfc color hex is 0.10, 0.44, 0.00, 0.01. Web safe color of #e38dfc is #cc99ff. Color #e38dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10001101 | 11111100 |
Octal | 343 | 215 | 374 |
Decimal | 227 | 141 | 252 |
Hex | E3 | 8D | FC |
Shades of #e38dfc
Tints of #e38dfc
RGB Percentages of Color #e38dfc
CMYK Percentages of Color #e38dfc
Complementary Color
#e38dfc | #a6fc8d |
#e38dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e38dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e38dfc Color CSS Codes
.mybgcolor {background-color:#e38dfc; } .myforecolor {color:#e38dfc; } .mybordercolor {border:3px solid #e38dfc; }
#e38dfc Text Font Color
<p style="color:#e38dfc">Text here</p>
This sample text font color is #e38dfc
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.
#e38dfc Background Color
<div style="background-color:#e38dfc">
Div content here</div>
This div background color is #e38dfc
#e38dfc Border Color
<div style="border:3px solid #e38dfc">
Div here</div>
This div border color is #e38dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,141,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e38dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e38dfc; -webkit-box-shadow: 1px 1px 3px 2px #e38dfc; box-shadow: 1px 1px 3px 2px #e38dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,141,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e38dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e38dfc; -webkit-box-shadow: 1px 1px 3px 2px #e38dfc; box-shadow: 1px 1px 3px 2px #e38dfc;">
Div content here</div>
This div box has shadow with color #e38dfc
Comments
No comments written yet.
Please login to write comment.