Color spaces of #e26dea
RGB | 226 | 109 | 234 |
---|---|---|---|
HSL | 0.82 | 0.75 | 0.67 |
HSV | 296° | 53° | 92° |
CMYK | 0.03 | 0.53 | 0.00 0.08 |
XYZ | 51.6840 | 33.0465 | 81.4965 |
Yxy | 33.0465 | 0.3109 | 0.1988 |
Hunter Lab | 57.4861 | 59.8833 | -43.8136 |
CIE-Lab | 64.1985 | 62.4254 | -43.3157 |
#e26dea color RGB value is (226,109,234).
#e26dea hex color red value is 226, green value is 109 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e26dea hue: 0.82 , saturation: 0.75 and the lightness value of e26dea is 0.67.
The process color (four color CMYK) of #e26dea color hex is 0.03, 0.53, 0.00, 0.08. Web safe color of #e26dea is #cc66ff. Color #e26dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01101101 | 11101010 |
Octal | 342 | 155 | 352 |
Decimal | 226 | 109 | 234 |
Hex | E2 | 6D | EA |
Shades of #e26dea
Tints of #e26dea
RGB Percentages of Color #e26dea
CMYK Percentages of Color #e26dea
Complementary Color
#e26dea | #75ea6d |
#e26dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e26dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e26dea Color CSS Codes
.mybgcolor {background-color:#e26dea; } .myforecolor {color:#e26dea; } .mybordercolor {border:3px solid #e26dea; }
#e26dea Text Font Color
<p style="color:#e26dea">Text here</p>
This sample text font color is #e26dea
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.
#e26dea Background Color
<div style="background-color:#e26dea">
Div content here</div>
This div background color is #e26dea
#e26dea Border Color
<div style="border:3px solid #e26dea">
Div here</div>
This div border color is #e26dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,109,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e26dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e26dea; -webkit-box-shadow: 1px 1px 3px 2px #e26dea; box-shadow: 1px 1px 3px 2px #e26dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,109,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e26dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e26dea; -webkit-box-shadow: 1px 1px 3px 2px #e26dea; box-shadow: 1px 1px 3px 2px #e26dea;">
Div content here</div>
This div box has shadow with color #e26dea
Comments
No comments written yet.
Please login to write comment.