Color spaces of #e372ae
RGB | 227 | 114 | 174 |
---|---|---|---|
HSL | 0.91 | 0.67 | 0.67 |
HSV | 328° | 50° | 89° |
CMYK | 0.00 | 0.50 | 0.23 0.11 |
XYZ | 45.3358 | 31.4215 | 43.7199 |
Yxy | 31.4215 | 0.3763 | 0.2608 |
Hunter Lab | 56.0549 | 46.2703 | -7.0047 |
CIE-Lab | 62.8618 | 50.7430 | -11.5803 |
#e372ae color RGB value is (227,114,174).
#e372ae hex color red value is 227, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e372ae hue: 0.91 , saturation: 0.67 and the lightness value of e372ae is 0.67.
The process color (four color CMYK) of #e372ae color hex is 0.00, 0.50, 0.23, 0.11. Web safe color of #e372ae is #cc6699. Color #e372ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01110010 | 10101110 |
Octal | 343 | 162 | 256 |
Decimal | 227 | 114 | 174 |
Hex | E3 | 72 | AE |
Shades of #e372ae
Tints of #e372ae
RGB Percentages of Color #e372ae
CMYK Percentages of Color #e372ae
Complementary Color
#e372ae | #72e3a7 |
#e372ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e372ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e372ae Color CSS Codes
.mybgcolor {background-color:#e372ae; } .myforecolor {color:#e372ae; } .mybordercolor {border:3px solid #e372ae; }
#e372ae Text Font Color
<p style="color:#e372ae">Text here</p>
This sample text font color is #e372ae
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.
#e372ae Background Color
<div style="background-color:#e372ae">
Div content here</div>
This div background color is #e372ae
#e372ae Border Color
<div style="border:3px solid #e372ae">
Div here</div>
This div border color is #e372ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,114,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e372ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e372ae; -webkit-box-shadow: 1px 1px 3px 2px #e372ae; box-shadow: 1px 1px 3px 2px #e372ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,114,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e372ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e372ae; -webkit-box-shadow: 1px 1px 3px 2px #e372ae; box-shadow: 1px 1px 3px 2px #e372ae;">
Div content here</div>
This div box has shadow with color #e372ae
Comments
No comments written yet.
Please login to write comment.