Color spaces of #e435fa
RGB | 228 | 53 | 250 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.59 |
HSV | 293° | 79° | 98° |
CMYK | 0.09 | 0.79 | 0.00 0.02 |
XYZ | 50.5233 | 25.9423 | 92.7870 |
Yxy | 25.9423 | 0.2985 | 0.1533 |
Hunter Lab | 50.9336 | 87.9284 | -72.3566 |
CIE-Lab | 57.9822 | 86.1416 | -62.0593 |
#e435fa color RGB value is (228,53,250).
#e435fa hex color red value is 228, green value is 53 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e435fa hue: 0.81 , saturation: 0.95 and the lightness value of e435fa is 0.59.
The process color (four color CMYK) of #e435fa color hex is 0.09, 0.79, 0.00, 0.02. Web safe color of #e435fa is #cc33ff. Color #e435fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00110101 | 11111010 |
Octal | 344 | 65 | 372 |
Decimal | 228 | 53 | 250 |
Hex | E4 | 35 | FA |
Shades of #e435fa
Tints of #e435fa
RGB Percentages of Color #e435fa
CMYK Percentages of Color #e435fa
Complementary Color
#e435fa | #4bfa35 |
#e435fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e435fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e435fa Color CSS Codes
.mybgcolor {background-color:#e435fa; } .myforecolor {color:#e435fa; } .mybordercolor {border:3px solid #e435fa; }
#e435fa Text Font Color
<p style="color:#e435fa">Text here</p>
This sample text font color is #e435fa
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.
#e435fa Background Color
<div style="background-color:#e435fa">
Div content here</div>
This div background color is #e435fa
#e435fa Border Color
<div style="border:3px solid #e435fa">
Div here</div>
This div border color is #e435fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,53,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e435fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e435fa; -webkit-box-shadow: 1px 1px 3px 2px #e435fa; box-shadow: 1px 1px 3px 2px #e435fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,53,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e435fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e435fa; -webkit-box-shadow: 1px 1px 3px 2px #e435fa; box-shadow: 1px 1px 3px 2px #e435fa;">
Div content here</div>
This div box has shadow with color #e435fa
Comments
No comments written yet.
Please login to write comment.