Color spaces of #e37efc
RGB | 227 | 126 | 252 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.74 |
HSV | 288° | 50° | 99° |
CMYK | 0.10 | 0.50 | 0.00 0.01 |
XYZ | 56.7101 | 38.2809 | 96.4955 |
Yxy | 38.2809 | 0.2962 | 0.1999 |
Hunter Lab | 61.8716 | 55.3339 | -49.1592 |
CIE-Lab | 68.2271 | 57.8828 | -46.8889 |
#e37efc color RGB value is (227,126,252).
#e37efc hex color red value is 227, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e37efc hue: 0.80 , saturation: 0.95 and the lightness value of e37efc is 0.74.
The process color (four color CMYK) of #e37efc color hex is 0.10, 0.50, 0.00, 0.01. Web safe color of #e37efc is #cc66ff. Color #e37efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01111110 | 11111100 |
Octal | 343 | 176 | 374 |
Decimal | 227 | 126 | 252 |
Hex | E3 | 7E | FC |
Shades of #e37efc
Tints of #e37efc
RGB Percentages of Color #e37efc
CMYK Percentages of Color #e37efc
Complementary Color
#e37efc | #97fc7e |
#e37efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e37efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e37efc Color CSS Codes
.mybgcolor {background-color:#e37efc; } .myforecolor {color:#e37efc; } .mybordercolor {border:3px solid #e37efc; }
#e37efc Text Font Color
<p style="color:#e37efc">Text here</p>
This sample text font color is #e37efc
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.
#e37efc Background Color
<div style="background-color:#e37efc">
Div content here</div>
This div background color is #e37efc
#e37efc Border Color
<div style="border:3px solid #e37efc">
Div here</div>
This div border color is #e37efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,126,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e37efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e37efc; -webkit-box-shadow: 1px 1px 3px 2px #e37efc; box-shadow: 1px 1px 3px 2px #e37efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,126,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 #e37efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e37efc; -webkit-box-shadow: 1px 1px 3px 2px #e37efc; box-shadow: 1px 1px 3px 2px #e37efc;">
Div content here</div>
This div box has shadow with color #e37efc
Comments
No comments written yet.
Please login to write comment.