Color spaces of #eb2faf
RGB | 235 | 47 | 175 |
---|---|---|---|
HSL | 0.89 | 0.82 | 0.55 |
HSV | 319° | 80° | 92° |
CMYK | 0.00 | 0.80 | 0.26 0.08 |
XYZ | 43.0153 | 22.7903 | 42.6893 |
Yxy | 22.7903 | 0.3965 | 0.2101 |
Hunter Lab | 47.7392 | 77.2935 | -19.6008 |
CIE-Lab | 54.8557 | 78.4700 | -24.2155 |
#eb2faf color RGB value is (235,47,175).
#eb2faf hex color red value is 235, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb2faf hue: 0.89 , saturation: 0.82 and the lightness value of eb2faf is 0.55.
The process color (four color CMYK) of #eb2faf color hex is 0.00, 0.80, 0.26, 0.08. Web safe color of #eb2faf is #ff3399. Color #eb2faf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00101111 | 10101111 |
Octal | 353 | 57 | 257 |
Decimal | 235 | 47 | 175 |
Hex | EB | 2F | AF |
Shades of #eb2faf
Tints of #eb2faf
RGB Percentages of Color #eb2faf
CMYK Percentages of Color #eb2faf
Complementary Color
#eb2faf | #2feb6b |
#eb2faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb2faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb2faf Color CSS Codes
.mybgcolor {background-color:#eb2faf; } .myforecolor {color:#eb2faf; } .mybordercolor {border:3px solid #eb2faf; }
#eb2faf Text Font Color
<p style="color:#eb2faf">Text here</p>
This sample text font color is #eb2faf
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.
#eb2faf Background Color
<div style="background-color:#eb2faf">
Div content here</div>
This div background color is #eb2faf
#eb2faf Border Color
<div style="border:3px solid #eb2faf">
Div here</div>
This div border color is #eb2faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,47,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb2faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb2faf; -webkit-box-shadow: 1px 1px 3px 2px #eb2faf; box-shadow: 1px 1px 3px 2px #eb2faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,47,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 #eb2faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb2faf; -webkit-box-shadow: 1px 1px 3px 2px #eb2faf; box-shadow: 1px 1px 3px 2px #eb2faf;">
Div content here</div>
This div box has shadow with color #eb2faf
Comments
No comments written yet.
Please login to write comment.