Color spaces of #e52efd
RGB | 229 | 46 | 253 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.59 |
HSV | 293° | 82° | 99° |
CMYK | 0.09 | 0.82 | 0.00 0.01 |
XYZ | 51.0197 | 25.7039 | 95.2008 |
Yxy | 25.7039 | 0.2968 | 0.1495 |
Hunter Lab | 50.6990 | 90.9058 | -75.8433 |
CIE-Lab | 57.7549 | 88.4436 | -64.0814 |
#e52efd color RGB value is (229,46,253).
#e52efd hex color red value is 229, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e52efd hue: 0.81 , saturation: 0.98 and the lightness value of e52efd is 0.59.
The process color (four color CMYK) of #e52efd color hex is 0.09, 0.82, 0.00, 0.01. Web safe color of #e52efd is #cc33ff. Color #e52efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00101110 | 11111101 |
Octal | 345 | 56 | 375 |
Decimal | 229 | 46 | 253 |
Hex | E5 | 2E | FD |
Shades of #e52efd
Tints of #e52efd
RGB Percentages of Color #e52efd
CMYK Percentages of Color #e52efd
Complementary Color
#e52efd | #46fd2e |
#e52efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e52efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e52efd Color CSS Codes
.mybgcolor {background-color:#e52efd; } .myforecolor {color:#e52efd; } .mybordercolor {border:3px solid #e52efd; }
#e52efd Text Font Color
<p style="color:#e52efd">Text here</p>
This sample text font color is #e52efd
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.
#e52efd Background Color
<div style="background-color:#e52efd">
Div content here</div>
This div background color is #e52efd
#e52efd Border Color
<div style="border:3px solid #e52efd">
Div here</div>
This div border color is #e52efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,46,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e52efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e52efd; -webkit-box-shadow: 1px 1px 3px 2px #e52efd; box-shadow: 1px 1px 3px 2px #e52efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,46,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e52efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e52efd; -webkit-box-shadow: 1px 1px 3px 2px #e52efd; box-shadow: 1px 1px 3px 2px #e52efd;">
Div content here</div>
This div box has shadow with color #e52efd
Comments
No comments written yet.
Please login to write comment.