Color spaces of #eb78af
RGB | 235 | 120 | 175 |
---|---|---|---|
HSL | 0.92 | 0.74 | 0.70 |
HSV | 331° | 49° | 92° |
CMYK | 0.00 | 0.49 | 0.26 0.08 |
XYZ | 48.7153 | 34.1903 | 44.5892 |
Yxy | 34.1903 | 0.3821 | 0.2682 |
Hunter Lab | 58.4725 | 46.3873 | -4.2819 |
CIE-Lab | 65.1133 | 50.5139 | -8.6700 |
#eb78af color RGB value is (235,120,175).
#eb78af hex color red value is 235, green value is 120 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb78af hue: 0.92 , saturation: 0.74 and the lightness value of eb78af is 0.70.
The process color (four color CMYK) of #eb78af color hex is 0.00, 0.49, 0.26, 0.08. Web safe color of #eb78af is #ff6699. Color #eb78af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01111000 | 10101111 |
Octal | 353 | 170 | 257 |
Decimal | 235 | 120 | 175 |
Hex | EB | 78 | AF |
Shades of #eb78af
Tints of #eb78af
RGB Percentages of Color #eb78af
CMYK Percentages of Color #eb78af
Complementary Color
#eb78af | #78ebb4 |
#eb78af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb78af Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb78af Color CSS Codes
.mybgcolor {background-color:#eb78af; } .myforecolor {color:#eb78af; } .mybordercolor {border:3px solid #eb78af; }
#eb78af Text Font Color
<p style="color:#eb78af">Text here</p>
This sample text font color is #eb78af
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.
#eb78af Background Color
<div style="background-color:#eb78af">
Div content here</div>
This div background color is #eb78af
#eb78af Border Color
<div style="border:3px solid #eb78af">
Div here</div>
This div border color is #eb78af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,120,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb78af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb78af; -webkit-box-shadow: 1px 1px 3px 2px #eb78af; box-shadow: 1px 1px 3px 2px #eb78af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,120,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb78af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb78af; -webkit-box-shadow: 1px 1px 3px 2px #eb78af; box-shadow: 1px 1px 3px 2px #eb78af;">
Div content here</div>
This div box has shadow with color #eb78af
Comments
No comments written yet.
Please login to write comment.