Color spaces of #e978ba
RGB | 233 | 120 | 186 |
---|---|---|---|
HSL | 0.90 | 0.72 | 0.69 |
HSV | 325° | 48° | 91° |
CMYK | 0.00 | 0.48 | 0.20 0.09 |
XYZ | 49.1837 | 34.3018 | 50.4830 |
Yxy | 34.3018 | 0.3671 | 0.2560 |
Hunter Lab | 58.5677 | 47.4062 | -10.1081 |
CIE-Lab | 65.2014 | 51.4126 | -14.7931 |
#e978ba color RGB value is (233,120,186).
#e978ba hex color red value is 233, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e978ba hue: 0.90 , saturation: 0.72 and the lightness value of e978ba is 0.69.
The process color (four color CMYK) of #e978ba color hex is 0.00, 0.48, 0.20, 0.09. Web safe color of #e978ba is #ff66cc. Color #e978ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01111000 | 10111010 |
Octal | 351 | 170 | 272 |
Decimal | 233 | 120 | 186 |
Hex | E9 | 78 | BA |
Shades of #e978ba
Tints of #e978ba
RGB Percentages of Color #e978ba
CMYK Percentages of Color #e978ba
Complementary Color
#e978ba | #78e9a7 |
#e978ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e978ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e978ba Color CSS Codes
.mybgcolor {background-color:#e978ba; } .myforecolor {color:#e978ba; } .mybordercolor {border:3px solid #e978ba; }
#e978ba Text Font Color
<p style="color:#e978ba">Text here</p>
This sample text font color is #e978ba
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.
#e978ba Background Color
<div style="background-color:#e978ba">
Div content here</div>
This div background color is #e978ba
#e978ba Border Color
<div style="border:3px solid #e978ba">
Div here</div>
This div border color is #e978ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,120,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e978ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e978ba; -webkit-box-shadow: 1px 1px 3px 2px #e978ba; box-shadow: 1px 1px 3px 2px #e978ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,120,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 #e978ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e978ba; -webkit-box-shadow: 1px 1px 3px 2px #e978ba; box-shadow: 1px 1px 3px 2px #e978ba;">
Div content here</div>
This div box has shadow with color #e978ba
Comments
No comments written yet.
Please login to write comment.