Color spaces of #e352be
RGB | 227 | 82 | 190 |
---|---|---|---|
HSL | 0.88 | 0.72 | 0.61 |
HSV | 315° | 64° | 89° |
CMYK | 0.00 | 0.64 | 0.16 0.11 |
XYZ | 43.9901 | 26.0832 | 51.4312 |
Yxy | 26.0832 | 0.3620 | 0.2147 |
Hunter Lab | 51.0717 | 64.3737 | -23.9571 |
CIE-Lab | 58.1159 | 67.2953 | -27.9726 |
#e352be color RGB value is (227,82,190).
#e352be hex color red value is 227, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e352be hue: 0.88 , saturation: 0.72 and the lightness value of e352be is 0.61.
The process color (four color CMYK) of #e352be color hex is 0.00, 0.64, 0.16, 0.11. Web safe color of #e352be is #cc66cc. Color #e352be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01010010 | 10111110 |
Octal | 343 | 122 | 276 |
Decimal | 227 | 82 | 190 |
Hex | E3 | 52 | BE |
Shades of #e352be
Tints of #e352be
RGB Percentages of Color #e352be
CMYK Percentages of Color #e352be
Complementary Color
#e352be | #52e377 |
#e352be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e352be Color Preview on White Background
Lorem ipsum dolor sit amet.
#e352be Color CSS Codes
.mybgcolor {background-color:#e352be; } .myforecolor {color:#e352be; } .mybordercolor {border:3px solid #e352be; }
#e352be Text Font Color
<p style="color:#e352be">Text here</p>
This sample text font color is #e352be
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.
#e352be Background Color
<div style="background-color:#e352be">
Div content here</div>
This div background color is #e352be
#e352be Border Color
<div style="border:3px solid #e352be">
Div here</div>
This div border color is #e352be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,82,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e352be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e352be; -webkit-box-shadow: 1px 1px 3px 2px #e352be; box-shadow: 1px 1px 3px 2px #e352be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,82,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e352be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e352be; -webkit-box-shadow: 1px 1px 3px 2px #e352be; box-shadow: 1px 1px 3px 2px #e352be;">
Div content here</div>
This div box has shadow with color #e352be
Comments
No comments written yet.
Please login to write comment.