Color spaces of #e205ba
RGB | 226 | 5 | 186 |
---|---|---|---|
HSL | 0.86 | 0.96 | 0.45 |
HSV | 311° | 98° | 89° |
CMYK | 0.00 | 0.98 | 0.18 0.11 |
XYZ | 40.2812 | 19.8225 | 48.1574 |
Yxy | 19.8225 | 0.3721 | 0.1831 |
Hunter Lab | 44.5225 | 83.5815 | -32.9649 |
CIE-Lab | 51.6359 | 84.0362 | -35.7674 |
#e205ba color RGB value is (226,5,186).
#e205ba hex color red value is 226, green value is 5 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e205ba hue: 0.86 , saturation: 0.96 and the lightness value of e205ba is 0.45.
The process color (four color CMYK) of #e205ba color hex is 0.00, 0.98, 0.18, 0.11. Web safe color of #e205ba is #cc00cc. Color #e205ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00000101 | 10111010 |
Octal | 342 | 5 | 272 |
Decimal | 226 | 5 | 186 |
Hex | E2 | 5 | BA |
Shades of #e205ba
Tints of #e205ba
RGB Percentages of Color #e205ba
CMYK Percentages of Color #e205ba
Complementary Color
#e205ba | #05e22d |
#e205ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e205ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e205ba Color CSS Codes
.mybgcolor {background-color:#e205ba; } .myforecolor {color:#e205ba; } .mybordercolor {border:3px solid #e205ba; }
#e205ba Text Font Color
<p style="color:#e205ba">Text here</p>
This sample text font color is #e205ba
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.
#e205ba Background Color
<div style="background-color:#e205ba">
Div content here</div>
This div background color is #e205ba
#e205ba Border Color
<div style="border:3px solid #e205ba">
Div here</div>
This div border color is #e205ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,5,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e205ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e205ba; -webkit-box-shadow: 1px 1px 3px 2px #e205ba; box-shadow: 1px 1px 3px 2px #e205ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,5,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e205ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e205ba; -webkit-box-shadow: 1px 1px 3px 2px #e205ba; box-shadow: 1px 1px 3px 2px #e205ba;">
Div content here</div>
This div box has shadow with color #e205ba
Comments
No comments written yet.
Please login to write comment.