Color spaces of #e387fe
RGB | 227 | 135 | 254 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.76 |
HSV | 286° | 47° | 100° |
CMYK | 0.11 | 0.47 | 0.00 0.00 |
XYZ | 58.2319 | 40.8146 | 98.5748 |
Yxy | 40.8146 | 0.2947 | 0.2065 |
Hunter Lab | 63.8863 | 50.9004 | -46.7624 |
CIE-Lab | 70.0458 | 53.7756 | -45.1233 |
#e387fe color RGB value is (227,135,254).
#e387fe hex color red value is 227, green value is 135 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e387fe hue: 0.80 , saturation: 0.98 and the lightness value of e387fe is 0.76.
The process color (four color CMYK) of #e387fe color hex is 0.11, 0.47, 0.00, 0.00. Web safe color of #e387fe is #cc99ff. Color #e387fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10000111 | 11111110 |
Octal | 343 | 207 | 376 |
Decimal | 227 | 135 | 254 |
Hex | E3 | 87 | FE |
Shades of #e387fe
Tints of #e387fe
RGB Percentages of Color #e387fe
CMYK Percentages of Color #e387fe
Complementary Color
#e387fe | #a2fe87 |
#e387fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e387fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e387fe Color CSS Codes
.mybgcolor {background-color:#e387fe; } .myforecolor {color:#e387fe; } .mybordercolor {border:3px solid #e387fe; }
#e387fe Text Font Color
<p style="color:#e387fe">Text here</p>
This sample text font color is #e387fe
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.
#e387fe Background Color
<div style="background-color:#e387fe">
Div content here</div>
This div background color is #e387fe
#e387fe Border Color
<div style="border:3px solid #e387fe">
Div here</div>
This div border color is #e387fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,135,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e387fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e387fe; -webkit-box-shadow: 1px 1px 3px 2px #e387fe; box-shadow: 1px 1px 3px 2px #e387fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,135,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 #e387fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e387fe; -webkit-box-shadow: 1px 1px 3px 2px #e387fe; box-shadow: 1px 1px 3px 2px #e387fe;">
Div content here</div>
This div box has shadow with color #e387fe
Comments
No comments written yet.
Please login to write comment.