Color spaces of #e38feb
RGB | 227 | 143 | 235 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.74 |
HSV | 295° | 39° | 92° |
CMYK | 0.03 | 0.39 | 0.00 0.08 |
XYZ | 56.4964 | 41.9740 | 83.7214 |
Yxy | 41.9740 | 0.3101 | 0.2304 |
Hunter Lab | 64.7873 | 42.2792 | -31.2663 |
CIE-Lab | 70.8530 | 46.0350 | -33.4802 |
#e38feb color RGB value is (227,143,235).
#e38feb hex color red value is 227, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e38feb hue: 0.82 , saturation: 0.70 and the lightness value of e38feb is 0.74.
The process color (four color CMYK) of #e38feb color hex is 0.03, 0.39, 0.00, 0.08. Web safe color of #e38feb is #cc99ff. Color #e38feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10001111 | 11101011 |
Octal | 343 | 217 | 353 |
Decimal | 227 | 143 | 235 |
Hex | E3 | 8F | EB |
Shades of #e38feb
Tints of #e38feb
RGB Percentages of Color #e38feb
CMYK Percentages of Color #e38feb
Complementary Color
#e38feb | #97eb8f |
#e38feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e38feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e38feb Color CSS Codes
.mybgcolor {background-color:#e38feb; } .myforecolor {color:#e38feb; } .mybordercolor {border:3px solid #e38feb; }
#e38feb Text Font Color
<p style="color:#e38feb">Text here</p>
This sample text font color is #e38feb
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.
#e38feb Background Color
<div style="background-color:#e38feb">
Div content here</div>
This div background color is #e38feb
#e38feb Border Color
<div style="border:3px solid #e38feb">
Div here</div>
This div border color is #e38feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,143,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e38feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e38feb; -webkit-box-shadow: 1px 1px 3px 2px #e38feb; box-shadow: 1px 1px 3px 2px #e38feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,143,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e38feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e38feb; -webkit-box-shadow: 1px 1px 3px 2px #e38feb; box-shadow: 1px 1px 3px 2px #e38feb;">
Div content here</div>
This div box has shadow with color #e38feb
Comments
No comments written yet.
Please login to write comment.