Color spaces of #e226dc
RGB | 226 | 38 | 220 |
---|---|---|---|
HSL | 0.84 | 0.76 | 0.52 |
HSV | 302° | 83° | 89° |
CMYK | 0.00 | 0.83 | 0.03 0.11 |
XYZ | 44.9754 | 22.7223 | 69.7255 |
Yxy | 22.7223 | 0.3273 | 0.1653 |
Hunter Lab | 47.6679 | 84.9986 | -53.3580 |
CIE-Lab | 54.7851 | 84.5185 | -50.3447 |
#e226dc color RGB value is (226,38,220).
#e226dc hex color red value is 226, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e226dc hue: 0.84 , saturation: 0.76 and the lightness value of e226dc is 0.52.
The process color (four color CMYK) of #e226dc color hex is 0.00, 0.83, 0.03, 0.11. Web safe color of #e226dc is #cc33cc. Color #e226dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00100110 | 11011100 |
Octal | 342 | 46 | 334 |
Decimal | 226 | 38 | 220 |
Hex | E2 | 26 | DC |
Shades of #e226dc
Tints of #e226dc
RGB Percentages of Color #e226dc
CMYK Percentages of Color #e226dc
Complementary Color
#e226dc | #26e22c |
#e226dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e226dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e226dc Color CSS Codes
.mybgcolor {background-color:#e226dc; } .myforecolor {color:#e226dc; } .mybordercolor {border:3px solid #e226dc; }
#e226dc Text Font Color
<p style="color:#e226dc">Text here</p>
This sample text font color is #e226dc
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.
#e226dc Background Color
<div style="background-color:#e226dc">
Div content here</div>
This div background color is #e226dc
#e226dc Border Color
<div style="border:3px solid #e226dc">
Div here</div>
This div border color is #e226dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,38,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e226dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e226dc; -webkit-box-shadow: 1px 1px 3px 2px #e226dc; box-shadow: 1px 1px 3px 2px #e226dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,38,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e226dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e226dc; -webkit-box-shadow: 1px 1px 3px 2px #e226dc; box-shadow: 1px 1px 3px 2px #e226dc;">
Div content here</div>
This div box has shadow with color #e226dc
Comments
No comments written yet.
Please login to write comment.