Color spaces of #e653fe
RGB | 230 | 83 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.66 |
HSV | 292° | 67° | 100° |
CMYK | 0.09 | 0.67 | 0.00 0.00 |
XYZ | 53.6158 | 30.1653 | 96.7625 |
Yxy | 30.1653 | 0.2970 | 0.1671 |
Hunter Lab | 54.9229 | 78.1366 | -66.0103 |
CIE-Lab | 61.7966 | 77.8012 | -58.1531 |
#e653fe color RGB value is (230,83,254).
#e653fe hex color red value is 230, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e653fe hue: 0.81 , saturation: 0.99 and the lightness value of e653fe is 0.66.
The process color (four color CMYK) of #e653fe color hex is 0.09, 0.67, 0.00, 0.00. Web safe color of #e653fe is #ff66ff. Color #e653fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01010011 | 11111110 |
Octal | 346 | 123 | 376 |
Decimal | 230 | 83 | 254 |
Hex | E6 | 53 | FE |
Shades of #e653fe
Tints of #e653fe
RGB Percentages of Color #e653fe
CMYK Percentages of Color #e653fe
Complementary Color
#e653fe | #6bfe53 |
#e653fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e653fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e653fe Color CSS Codes
.mybgcolor {background-color:#e653fe; } .myforecolor {color:#e653fe; } .mybordercolor {border:3px solid #e653fe; }
#e653fe Text Font Color
<p style="color:#e653fe">Text here</p>
This sample text font color is #e653fe
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.
#e653fe Background Color
<div style="background-color:#e653fe">
Div content here</div>
This div background color is #e653fe
#e653fe Border Color
<div style="border:3px solid #e653fe">
Div here</div>
This div border color is #e653fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,83,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e653fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e653fe; -webkit-box-shadow: 1px 1px 3px 2px #e653fe; box-shadow: 1px 1px 3px 2px #e653fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,83,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 #e653fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e653fe; -webkit-box-shadow: 1px 1px 3px 2px #e653fe; box-shadow: 1px 1px 3px 2px #e653fe;">
Div content here</div>
This div box has shadow with color #e653fe
Comments
No comments written yet.
Please login to write comment.