Color spaces of #e258ed
RGB | 226 | 88 | 237 |
---|---|---|---|
HSL | 0.82 | 0.81 | 0.64 |
HSV | 296° | 63° | 93° |
CMYK | 0.05 | 0.63 | 0.00 0.07 |
XYZ | 50.1398 | 29.2626 | 83.1264 |
Yxy | 29.2626 | 0.3085 | 0.1800 |
Hunter Lab | 54.0949 | 70.7830 | -53.2431 |
CIE-Lab | 61.0127 | 72.0519 | -50.0111 |
#e258ed color RGB value is (226,88,237).
#e258ed hex color red value is 226, green value is 88 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e258ed hue: 0.82 , saturation: 0.81 and the lightness value of e258ed is 0.64.
The process color (four color CMYK) of #e258ed color hex is 0.05, 0.63, 0.00, 0.07. Web safe color of #e258ed is #cc66ff. Color #e258ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01011000 | 11101101 |
Octal | 342 | 130 | 355 |
Decimal | 226 | 88 | 237 |
Hex | E2 | 58 | ED |
Shades of #e258ed
Tints of #e258ed
RGB Percentages of Color #e258ed
CMYK Percentages of Color #e258ed
Complementary Color
#e258ed | #63ed58 |
#e258ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e258ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e258ed Color CSS Codes
.mybgcolor {background-color:#e258ed; } .myforecolor {color:#e258ed; } .mybordercolor {border:3px solid #e258ed; }
#e258ed Text Font Color
<p style="color:#e258ed">Text here</p>
This sample text font color is #e258ed
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.
#e258ed Background Color
<div style="background-color:#e258ed">
Div content here</div>
This div background color is #e258ed
#e258ed Border Color
<div style="border:3px solid #e258ed">
Div here</div>
This div border color is #e258ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,88,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e258ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e258ed; -webkit-box-shadow: 1px 1px 3px 2px #e258ed; box-shadow: 1px 1px 3px 2px #e258ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,88,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e258ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e258ed; -webkit-box-shadow: 1px 1px 3px 2px #e258ed; box-shadow: 1px 1px 3px 2px #e258ed;">
Div content here</div>
This div box has shadow with color #e258ed
Comments
No comments written yet.
Please login to write comment.