Color spaces of #e352fc
RGB | 227 | 82 | 252 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.65 |
HSV | 291° | 67° | 99° |
CMYK | 0.10 | 0.67 | 0.00 0.01 |
XYZ | 52.2665 | 29.3938 | 95.0143 |
Yxy | 29.3938 | 0.2958 | 0.1664 |
Hunter Lab | 54.2160 | 77.2033 | -65.9552 |
CIE-Lab | 61.1276 | 77.1896 | -58.1414 |
#e352fc color RGB value is (227,82,252).
#e352fc hex color red value is 227, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e352fc hue: 0.81 , saturation: 0.97 and the lightness value of e352fc is 0.65.
The process color (four color CMYK) of #e352fc color hex is 0.10, 0.67, 0.00, 0.01. Web safe color of #e352fc is #cc66ff. Color #e352fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01010010 | 11111100 |
Octal | 343 | 122 | 374 |
Decimal | 227 | 82 | 252 |
Hex | E3 | 52 | FC |
Shades of #e352fc
Tints of #e352fc
RGB Percentages of Color #e352fc
CMYK Percentages of Color #e352fc
Complementary Color
#e352fc | #6bfc52 |
#e352fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e352fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e352fc Color CSS Codes
.mybgcolor {background-color:#e352fc; } .myforecolor {color:#e352fc; } .mybordercolor {border:3px solid #e352fc; }
#e352fc Text Font Color
<p style="color:#e352fc">Text here</p>
This sample text font color is #e352fc
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.
#e352fc Background Color
<div style="background-color:#e352fc">
Div content here</div>
This div background color is #e352fc
#e352fc Border Color
<div style="border:3px solid #e352fc">
Div here</div>
This div border color is #e352fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,82,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e352fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e352fc; -webkit-box-shadow: 1px 1px 3px 2px #e352fc; box-shadow: 1px 1px 3px 2px #e352fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,82,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 #e352fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e352fc; -webkit-box-shadow: 1px 1px 3px 2px #e352fc; box-shadow: 1px 1px 3px 2px #e352fc;">
Div content here</div>
This div box has shadow with color #e352fc
Comments
No comments written yet.
Please login to write comment.