Color spaces of #e37cea
RGB | 227 | 124 | 234 |
---|---|---|---|
HSL | 0.82 | 0.72 | 0.70 |
HSV | 296° | 47° | 92° |
CMYK | 0.03 | 0.47 | 0.00 0.08 |
XYZ | 53.7375 | 36.6867 | 82.0909 |
Yxy | 36.6867 | 0.3115 | 0.2127 |
Hunter Lab | 60.5695 | 52.3691 | -37.9580 |
CIE-Lab | 67.0413 | 55.5070 | -38.8548 |
#e37cea color RGB value is (227,124,234).
#e37cea hex color red value is 227, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e37cea hue: 0.82 , saturation: 0.72 and the lightness value of e37cea is 0.70.
The process color (four color CMYK) of #e37cea color hex is 0.03, 0.47, 0.00, 0.08. Web safe color of #e37cea is #cc66ff. Color #e37cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01111100 | 11101010 |
Octal | 343 | 174 | 352 |
Decimal | 227 | 124 | 234 |
Hex | E3 | 7C | EA |
Shades of #e37cea
Tints of #e37cea
RGB Percentages of Color #e37cea
CMYK Percentages of Color #e37cea
Complementary Color
#e37cea | #83ea7c |
#e37cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e37cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e37cea Color CSS Codes
.mybgcolor {background-color:#e37cea; } .myforecolor {color:#e37cea; } .mybordercolor {border:3px solid #e37cea; }
#e37cea Text Font Color
<p style="color:#e37cea">Text here</p>
This sample text font color is #e37cea
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.
#e37cea Background Color
<div style="background-color:#e37cea">
Div content here</div>
This div background color is #e37cea
#e37cea Border Color
<div style="border:3px solid #e37cea">
Div here</div>
This div border color is #e37cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,124,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e37cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e37cea; -webkit-box-shadow: 1px 1px 3px 2px #e37cea; box-shadow: 1px 1px 3px 2px #e37cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,124,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e37cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e37cea; -webkit-box-shadow: 1px 1px 3px 2px #e37cea; box-shadow: 1px 1px 3px 2px #e37cea;">
Div content here</div>
This div box has shadow with color #e37cea
Comments
No comments written yet.
Please login to write comment.