Color spaces of #e52afd
RGB | 229 | 42 | 253 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.58 |
HSV | 293° | 83° | 99° |
CMYK | 0.09 | 0.83 | 0.00 0.01 |
XYZ | 50.8707 | 25.4058 | 95.1511 |
Yxy | 25.4058 | 0.2967 | 0.1482 |
Hunter Lab | 50.4042 | 91.9449 | -76.6425 |
CIE-Lab | 57.4687 | 89.2814 | -64.5416 |
#e52afd color RGB value is (229,42,253).
#e52afd hex color red value is 229, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e52afd hue: 0.81 , saturation: 0.98 and the lightness value of e52afd is 0.58.
The process color (four color CMYK) of #e52afd color hex is 0.09, 0.83, 0.00, 0.01. Web safe color of #e52afd is #cc33ff. Color #e52afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00101010 | 11111101 |
Octal | 345 | 52 | 375 |
Decimal | 229 | 42 | 253 |
Hex | E5 | 2A | FD |
Shades of #e52afd
Tints of #e52afd
RGB Percentages of Color #e52afd
CMYK Percentages of Color #e52afd
Complementary Color
#e52afd | #42fd2a |
#e52afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e52afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e52afd Color CSS Codes
.mybgcolor {background-color:#e52afd; } .myforecolor {color:#e52afd; } .mybordercolor {border:3px solid #e52afd; }
#e52afd Text Font Color
<p style="color:#e52afd">Text here</p>
This sample text font color is #e52afd
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.
#e52afd Background Color
<div style="background-color:#e52afd">
Div content here</div>
This div background color is #e52afd
#e52afd Border Color
<div style="border:3px solid #e52afd">
Div here</div>
This div border color is #e52afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,42,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e52afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e52afd; -webkit-box-shadow: 1px 1px 3px 2px #e52afd; box-shadow: 1px 1px 3px 2px #e52afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,42,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 #e52afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e52afd; -webkit-box-shadow: 1px 1px 3px 2px #e52afd; box-shadow: 1px 1px 3px 2px #e52afd;">
Div content here</div>
This div box has shadow with color #e52afd
Comments
No comments written yet.
Please login to write comment.