Color spaces of #eb179b
RGB | 235 | 23 | 155 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.51 |
HSV | 323° | 90° | 92° |
CMYK | 0.00 | 0.90 | 0.34 0.08 |
XYZ | 40.4837 | 20.6415 | 32.8608 |
Yxy | 20.6415 | 0.4307 | 0.2196 |
Hunter Lab | 45.4329 | 79.5476 | -11.0803 |
CIE-Lab | 52.5549 | 80.7035 | -15.9556 |
#eb179b color RGB value is (235,23,155).
#eb179b hex color red value is 235, green value is 23 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eb179b hue: 0.90 , saturation: 0.84 and the lightness value of eb179b is 0.51.
The process color (four color CMYK) of #eb179b color hex is 0.00, 0.90, 0.34, 0.08. Web safe color of #eb179b is #ff0099. Color #eb179b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00010111 | 10011011 |
Octal | 353 | 27 | 233 |
Decimal | 235 | 23 | 155 |
Hex | EB | 17 | 9B |
Shades of #eb179b
Tints of #eb179b
RGB Percentages of Color #eb179b
CMYK Percentages of Color #eb179b
Complementary Color
#eb179b | #17eb67 |
#eb179b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb179b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb179b Color CSS Codes
.mybgcolor {background-color:#eb179b; } .myforecolor {color:#eb179b; } .mybordercolor {border:3px solid #eb179b; }
#eb179b Text Font Color
<p style="color:#eb179b">Text here</p>
This sample text font color is #eb179b
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.
#eb179b Background Color
<div style="background-color:#eb179b">
Div content here</div>
This div background color is #eb179b
#eb179b Border Color
<div style="border:3px solid #eb179b">
Div here</div>
This div border color is #eb179b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,23,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb179b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb179b; -webkit-box-shadow: 1px 1px 3px 2px #eb179b; box-shadow: 1px 1px 3px 2px #eb179b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,23,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb179b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb179b; -webkit-box-shadow: 1px 1px 3px 2px #eb179b; box-shadow: 1px 1px 3px 2px #eb179b;">
Div content here</div>
This div box has shadow with color #eb179b
Comments
No comments written yet.
Please login to write comment.