Color spaces of #eb407b
RGB | 235 | 64 | 123 |
---|---|---|---|
HSL | 0.94 | 0.81 | 0.59 |
HSV | 339° | 73° | 92° |
CMYK | 0.00 | 0.73 | 0.48 0.08 |
XYZ | 39.6695 | 22.7590 | 21.0410 |
Yxy | 22.7590 | 0.4753 | 0.2727 |
Hunter Lab | 47.7064 | 64.9427 | 7.2445 |
CIE-Lab | 54.8232 | 68.3870 | 6.4804 |
#eb407b color RGB value is (235,64,123).
#eb407b hex color red value is 235, green value is 64 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eb407b hue: 0.94 , saturation: 0.81 and the lightness value of eb407b is 0.59.
The process color (four color CMYK) of #eb407b color hex is 0.00, 0.73, 0.48, 0.08. Web safe color of #eb407b is #ff3366. Color #eb407b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01000000 | 01111011 |
Octal | 353 | 100 | 173 |
Decimal | 235 | 64 | 123 |
Hex | EB | 40 | 7B |
Shades of #eb407b
Tints of #eb407b
RGB Percentages of Color #eb407b
CMYK Percentages of Color #eb407b
Complementary Color
#eb407b | #40ebb0 |
#eb407b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb407b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb407b Color CSS Codes
.mybgcolor {background-color:#eb407b; } .myforecolor {color:#eb407b; } .mybordercolor {border:3px solid #eb407b; }
#eb407b Text Font Color
<p style="color:#eb407b">Text here</p>
This sample text font color is #eb407b
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.
#eb407b Background Color
<div style="background-color:#eb407b">
Div content here</div>
This div background color is #eb407b
#eb407b Border Color
<div style="border:3px solid #eb407b">
Div here</div>
This div border color is #eb407b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,64,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb407b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb407b; -webkit-box-shadow: 1px 1px 3px 2px #eb407b; box-shadow: 1px 1px 3px 2px #eb407b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,64,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb407b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb407b; -webkit-box-shadow: 1px 1px 3px 2px #eb407b; box-shadow: 1px 1px 3px 2px #eb407b;">
Div content here</div>
This div box has shadow with color #eb407b
Comments
No comments written yet.
Please login to write comment.