Color spaces of #e393ba
RGB | 227 | 147 | 186 |
---|---|---|---|
HSL | 0.92 | 0.59 | 0.73 |
HSV | 331° | 35° | 89° |
CMYK | 0.00 | 0.35 | 0.18 0.11 |
XYZ | 50.9752 | 40.7435 | 51.6320 |
Yxy | 40.7435 | 0.3556 | 0.2842 |
Hunter Lab | 63.8306 | 30.8466 | -3.2777 |
CIE-Lab | 69.9958 | 35.5628 | -7.6924 |
#e393ba color RGB value is (227,147,186).
#e393ba hex color red value is 227, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e393ba hue: 0.92 , saturation: 0.59 and the lightness value of e393ba is 0.73.
The process color (four color CMYK) of #e393ba color hex is 0.00, 0.35, 0.18, 0.11. Web safe color of #e393ba is #cc99cc. Color #e393ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10010011 | 10111010 |
Octal | 343 | 223 | 272 |
Decimal | 227 | 147 | 186 |
Hex | E3 | 93 | BA |
Shades of #e393ba
Tints of #e393ba
RGB Percentages of Color #e393ba
CMYK Percentages of Color #e393ba
Complementary Color
#e393ba | #93e3bc |
#e393ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e393ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e393ba Color CSS Codes
.mybgcolor {background-color:#e393ba; } .myforecolor {color:#e393ba; } .mybordercolor {border:3px solid #e393ba; }
#e393ba Text Font Color
<p style="color:#e393ba">Text here</p>
This sample text font color is #e393ba
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.
#e393ba Background Color
<div style="background-color:#e393ba">
Div content here</div>
This div background color is #e393ba
#e393ba Border Color
<div style="border:3px solid #e393ba">
Div here</div>
This div border color is #e393ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,147,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e393ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e393ba; -webkit-box-shadow: 1px 1px 3px 2px #e393ba; box-shadow: 1px 1px 3px 2px #e393ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,147,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 #e393ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e393ba; -webkit-box-shadow: 1px 1px 3px 2px #e393ba; box-shadow: 1px 1px 3px 2px #e393ba;">
Div content here</div>
This div box has shadow with color #e393ba
Comments
No comments written yet.
Please login to write comment.