Color spaces of #e465fe
RGB | 228 | 101 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.70 |
HSV | 290° | 60° | 100° |
CMYK | 0.10 | 0.60 | 0.00 0.00 |
XYZ | 54.5380 | 32.9571 | 97.2528 |
Yxy | 32.9571 | 0.2952 | 0.1784 |
Hunter Lab | 57.4083 | 69.1110 | -60.2548 |
CIE-Lab | 64.1262 | 70.1151 | -54.4608 |
#e465fe color RGB value is (228,101,254).
#e465fe hex color red value is 228, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e465fe hue: 0.81 , saturation: 0.99 and the lightness value of e465fe is 0.70.
The process color (four color CMYK) of #e465fe color hex is 0.10, 0.60, 0.00, 0.00. Web safe color of #e465fe is #cc66ff. Color #e465fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01100101 | 11111110 |
Octal | 344 | 145 | 376 |
Decimal | 228 | 101 | 254 |
Hex | E4 | 65 | FE |
Shades of #e465fe
Tints of #e465fe
RGB Percentages of Color #e465fe
CMYK Percentages of Color #e465fe
Complementary Color
#e465fe | #7ffe65 |
#e465fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e465fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e465fe Color CSS Codes
.mybgcolor {background-color:#e465fe; } .myforecolor {color:#e465fe; } .mybordercolor {border:3px solid #e465fe; }
#e465fe Text Font Color
<p style="color:#e465fe">Text here</p>
This sample text font color is #e465fe
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.
#e465fe Background Color
<div style="background-color:#e465fe">
Div content here</div>
This div background color is #e465fe
#e465fe Border Color
<div style="border:3px solid #e465fe">
Div here</div>
This div border color is #e465fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,101,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e465fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e465fe; -webkit-box-shadow: 1px 1px 3px 2px #e465fe; box-shadow: 1px 1px 3px 2px #e465fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,101,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 #e465fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e465fe; -webkit-box-shadow: 1px 1px 3px 2px #e465fe; box-shadow: 1px 1px 3px 2px #e465fe;">
Div content here</div>
This div box has shadow with color #e465fe
Comments
No comments written yet.
Please login to write comment.