Color spaces of #e396ba
RGB | 227 | 150 | 186 |
---|---|---|---|
HSL | 0.92 | 0.58 | 0.74 |
HSV | 332° | 34° | 89° |
CMYK | 0.00 | 0.34 | 0.18 0.11 |
XYZ | 51.4478 | 41.6888 | 51.7895 |
Yxy | 41.6888 | 0.3550 | 0.2877 |
Hunter Lab | 64.5669 | 29.2393 | -2.3601 |
CIE-Lab | 70.6558 | 33.9696 | -6.7129 |
#e396ba color RGB value is (227,150,186).
#e396ba hex color red value is 227, green value is 150 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e396ba hue: 0.92 , saturation: 0.58 and the lightness value of e396ba is 0.74.
The process color (four color CMYK) of #e396ba color hex is 0.00, 0.34, 0.18, 0.11. Web safe color of #e396ba is #cc99cc. Color #e396ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10010110 | 10111010 |
Octal | 343 | 226 | 272 |
Decimal | 227 | 150 | 186 |
Hex | E3 | 96 | BA |
Shades of #e396ba
Tints of #e396ba
RGB Percentages of Color #e396ba
CMYK Percentages of Color #e396ba
Complementary Color
#e396ba | #96e3bf |
#e396ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e396ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e396ba Color CSS Codes
.mybgcolor {background-color:#e396ba; } .myforecolor {color:#e396ba; } .mybordercolor {border:3px solid #e396ba; }
#e396ba Text Font Color
<p style="color:#e396ba">Text here</p>
This sample text font color is #e396ba
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.
#e396ba Background Color
<div style="background-color:#e396ba">
Div content here</div>
This div background color is #e396ba
#e396ba Border Color
<div style="border:3px solid #e396ba">
Div here</div>
This div border color is #e396ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,150,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e396ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e396ba; -webkit-box-shadow: 1px 1px 3px 2px #e396ba; box-shadow: 1px 1px 3px 2px #e396ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,150,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 #e396ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e396ba; -webkit-box-shadow: 1px 1px 3px 2px #e396ba; box-shadow: 1px 1px 3px 2px #e396ba;">
Div content here</div>
This div box has shadow with color #e396ba
Comments
No comments written yet.
Please login to write comment.