Color spaces of #eb136b
RGB | 235 | 19 | 107 |
---|---|---|---|
HSL | 0.93 | 0.85 | 0.50 |
HSV | 336° | 92° | 92° |
CMYK | 0.00 | 0.92 | 0.54 0.08 |
XYZ | 37.1477 | 19.1894 | 15.6560 |
Yxy | 19.1894 | 0.5160 | 0.2665 |
Hunter Lab | 43.8057 | 74.7099 | 9.4740 |
CIE-Lab | 50.9081 | 77.1709 | 10.5807 |
#eb136b color RGB value is (235,19,107).
#eb136b hex color red value is 235, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eb136b hue: 0.93 , saturation: 0.85 and the lightness value of eb136b is 0.50.
The process color (four color CMYK) of #eb136b color hex is 0.00, 0.92, 0.54, 0.08. Web safe color of #eb136b is #ff0066. Color #eb136b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00010011 | 01101011 |
Octal | 353 | 23 | 153 |
Decimal | 235 | 19 | 107 |
Hex | EB | 13 | 6B |
Shades of #eb136b
Tints of #eb136b
RGB Percentages of Color #eb136b
CMYK Percentages of Color #eb136b
Complementary Color
#eb136b | #13eb93 |
#eb136b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb136b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb136b Color CSS Codes
.mybgcolor {background-color:#eb136b; } .myforecolor {color:#eb136b; } .mybordercolor {border:3px solid #eb136b; }
#eb136b Text Font Color
<p style="color:#eb136b">Text here</p>
This sample text font color is #eb136b
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.
#eb136b Background Color
<div style="background-color:#eb136b">
Div content here</div>
This div background color is #eb136b
#eb136b Border Color
<div style="border:3px solid #eb136b">
Div here</div>
This div border color is #eb136b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,19,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb136b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb136b; -webkit-box-shadow: 1px 1px 3px 2px #eb136b; box-shadow: 1px 1px 3px 2px #eb136b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,19,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb136b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb136b; -webkit-box-shadow: 1px 1px 3px 2px #eb136b; box-shadow: 1px 1px 3px 2px #eb136b;">
Div content here</div>
This div box has shadow with color #eb136b
Comments
No comments written yet.
Please login to write comment.