Color spaces of #e23afe
RGB | 226 | 58 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.61 |
HSV | 291° | 77° | 100° |
CMYK | 0.11 | 0.77 | 0.00 0.00 |
XYZ | 50.7665 | 26.3506 | 96.1764 |
Yxy | 26.3506 | 0.2930 | 0.1521 |
Hunter Lab | 51.3328 | 86.6982 | -75.1518 |
CIE-Lab | 58.3684 | 85.1261 | -63.6748 |
#e23afe color RGB value is (226,58,254).
#e23afe hex color red value is 226, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e23afe hue: 0.81 , saturation: 0.99 and the lightness value of e23afe is 0.61.
The process color (four color CMYK) of #e23afe color hex is 0.11, 0.77, 0.00, 0.00. Web safe color of #e23afe is #cc33ff. Color #e23afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00111010 | 11111110 |
Octal | 342 | 72 | 376 |
Decimal | 226 | 58 | 254 |
Hex | E2 | 3A | FE |
Shades of #e23afe
Tints of #e23afe
RGB Percentages of Color #e23afe
CMYK Percentages of Color #e23afe
Complementary Color
#e23afe | #56fe3a |
#e23afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e23afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e23afe Color CSS Codes
.mybgcolor {background-color:#e23afe; } .myforecolor {color:#e23afe; } .mybordercolor {border:3px solid #e23afe; }
#e23afe Text Font Color
<p style="color:#e23afe">Text here</p>
This sample text font color is #e23afe
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.
#e23afe Background Color
<div style="background-color:#e23afe">
Div content here</div>
This div background color is #e23afe
#e23afe Border Color
<div style="border:3px solid #e23afe">
Div here</div>
This div border color is #e23afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,58,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e23afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e23afe; -webkit-box-shadow: 1px 1px 3px 2px #e23afe; box-shadow: 1px 1px 3px 2px #e23afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,58,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 #e23afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e23afe; -webkit-box-shadow: 1px 1px 3px 2px #e23afe; box-shadow: 1px 1px 3px 2px #e23afe;">
Div content here</div>
This div box has shadow with color #e23afe
Comments
No comments written yet.
Please login to write comment.