Color spaces of #e948fc
RGB | 233 | 72 | 252 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.64 |
HSV | 294° | 71° | 99° |
CMYK | 0.08 | 0.71 | 0.00 0.01 |
XYZ | 53.4923 | 28.9866 | 94.8711 |
Yxy | 28.9866 | 0.3016 | 0.1634 |
Hunter Lab | 53.8392 | 83.1313 | -66.7886 |
CIE-Lab | 60.7698 | 81.9096 | -58.6623 |
#e948fc color RGB value is (233,72,252).
#e948fc hex color red value is 233, green value is 72 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e948fc hue: 0.82 , saturation: 0.97 and the lightness value of e948fc is 0.64.
The process color (four color CMYK) of #e948fc color hex is 0.08, 0.71, 0.00, 0.01. Web safe color of #e948fc is #ff33ff. Color #e948fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01001000 | 11111100 |
Octal | 351 | 110 | 374 |
Decimal | 233 | 72 | 252 |
Hex | E9 | 48 | FC |
Shades of #e948fc
Tints of #e948fc
RGB Percentages of Color #e948fc
CMYK Percentages of Color #e948fc
Complementary Color
#e948fc | #5bfc48 |
#e948fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e948fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e948fc Color CSS Codes
.mybgcolor {background-color:#e948fc; } .myforecolor {color:#e948fc; } .mybordercolor {border:3px solid #e948fc; }
#e948fc Text Font Color
<p style="color:#e948fc">Text here</p>
This sample text font color is #e948fc
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.
#e948fc Background Color
<div style="background-color:#e948fc">
Div content here</div>
This div background color is #e948fc
#e948fc Border Color
<div style="border:3px solid #e948fc">
Div here</div>
This div border color is #e948fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,72,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e948fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e948fc; -webkit-box-shadow: 1px 1px 3px 2px #e948fc; box-shadow: 1px 1px 3px 2px #e948fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,72,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 #e948fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e948fc; -webkit-box-shadow: 1px 1px 3px 2px #e948fc; box-shadow: 1px 1px 3px 2px #e948fc;">
Div content here</div>
This div box has shadow with color #e948fc
Comments
No comments written yet.
Please login to write comment.