Color spaces of #eb166f
RGB | 235 | 22 | 111 |
---|---|---|---|
HSL | 0.93 | 0.84 | 0.50 |
HSV | 335° | 91° | 92° |
CMYK | 0.00 | 0.91 | 0.53 0.08 |
XYZ | 37.4171 | 19.3837 | 16.8082 |
Yxy | 19.3837 | 0.5083 | 0.2633 |
Hunter Lab | 44.0269 | 74.6544 | 8.1836 |
CIE-Lab | 51.1331 | 77.0824 | 8.4590 |
#eb166f color RGB value is (235,22,111).
#eb166f hex color red value is 235, green value is 22 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eb166f hue: 0.93 , saturation: 0.84 and the lightness value of eb166f is 0.50.
The process color (four color CMYK) of #eb166f color hex is 0.00, 0.91, 0.53, 0.08. Web safe color of #eb166f is #ff0066. Color #eb166f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00010110 | 01101111 |
Octal | 353 | 26 | 157 |
Decimal | 235 | 22 | 111 |
Hex | EB | 16 | 6F |
Shades of #eb166f
Tints of #eb166f
RGB Percentages of Color #eb166f
CMYK Percentages of Color #eb166f
Complementary Color
#eb166f | #16eb92 |
#eb166f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb166f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb166f Color CSS Codes
.mybgcolor {background-color:#eb166f; } .myforecolor {color:#eb166f; } .mybordercolor {border:3px solid #eb166f; }
#eb166f Text Font Color
<p style="color:#eb166f">Text here</p>
This sample text font color is #eb166f
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.
#eb166f Background Color
<div style="background-color:#eb166f">
Div content here</div>
This div background color is #eb166f
#eb166f Border Color
<div style="border:3px solid #eb166f">
Div here</div>
This div border color is #eb166f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,22,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb166f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb166f; -webkit-box-shadow: 1px 1px 3px 2px #eb166f; box-shadow: 1px 1px 3px 2px #eb166f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,22,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb166f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb166f; -webkit-box-shadow: 1px 1px 3px 2px #eb166f; box-shadow: 1px 1px 3px 2px #eb166f;">
Div content here</div>
This div box has shadow with color #eb166f
Comments
No comments written yet.
Please login to write comment.