Color spaces of #e432fe
RGB | 228 | 50 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.60 |
HSV | 292° | 80° | 100° |
CMYK | 0.10 | 0.80 | 0.00 0.00 |
XYZ | 51.0249 | 25.9309 | 96.0818 |
Yxy | 25.9309 | 0.2949 | 0.1499 |
Hunter Lab | 50.9224 | 89.7451 | -76.2244 |
CIE-Lab | 57.9714 | 87.5243 | -64.2963 |
#e432fe color RGB value is (228,50,254).
#e432fe hex color red value is 228, green value is 50 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e432fe hue: 0.81 , saturation: 0.99 and the lightness value of e432fe is 0.60.
The process color (four color CMYK) of #e432fe color hex is 0.10, 0.80, 0.00, 0.00. Web safe color of #e432fe is #cc33ff. Color #e432fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00110010 | 11111110 |
Octal | 344 | 62 | 376 |
Decimal | 228 | 50 | 254 |
Hex | E4 | 32 | FE |
Shades of #e432fe
Tints of #e432fe
RGB Percentages of Color #e432fe
CMYK Percentages of Color #e432fe
Complementary Color
#e432fe | #4cfe32 |
#e432fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e432fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e432fe Color CSS Codes
.mybgcolor {background-color:#e432fe; } .myforecolor {color:#e432fe; } .mybordercolor {border:3px solid #e432fe; }
#e432fe Text Font Color
<p style="color:#e432fe">Text here</p>
This sample text font color is #e432fe
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.
#e432fe Background Color
<div style="background-color:#e432fe">
Div content here</div>
This div background color is #e432fe
#e432fe Border Color
<div style="border:3px solid #e432fe">
Div here</div>
This div border color is #e432fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,50,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e432fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e432fe; -webkit-box-shadow: 1px 1px 3px 2px #e432fe; box-shadow: 1px 1px 3px 2px #e432fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,50,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e432fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e432fe; -webkit-box-shadow: 1px 1px 3px 2px #e432fe; box-shadow: 1px 1px 3px 2px #e432fe;">
Div content here</div>
This div box has shadow with color #e432fe
Comments
No comments written yet.
Please login to write comment.