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