Color spaces of #eb3491
RGB | 235 | 52 | 145 |
---|---|---|---|
HSL | 0.92 | 0.82 | 0.56 |
HSV | 330° | 78° | 92° |
CMYK | 0.00 | 0.78 | 0.38 0.08 |
XYZ | 40.5998 | 22.1625 | 28.9260 |
Yxy | 22.1625 | 0.4428 | 0.2417 |
Hunter Lab | 47.0771 | 71.5556 | -3.4762 |
CIE-Lab | 54.1990 | 73.9761 | -7.5372 |
#eb3491 color RGB value is (235,52,145).
#eb3491 hex color red value is 235, green value is 52 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eb3491 hue: 0.92 , saturation: 0.82 and the lightness value of eb3491 is 0.56.
The process color (four color CMYK) of #eb3491 color hex is 0.00, 0.78, 0.38, 0.08. Web safe color of #eb3491 is #ff3399. Color #eb3491 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00110100 | 10010001 |
Octal | 353 | 64 | 221 |
Decimal | 235 | 52 | 145 |
Hex | EB | 34 | 91 |
Shades of #eb3491
Tints of #eb3491
RGB Percentages of Color #eb3491
CMYK Percentages of Color #eb3491
Complementary Color
#eb3491 | #34eb8e |
#eb3491 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb3491 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb3491 Color CSS Codes
.mybgcolor {background-color:#eb3491; } .myforecolor {color:#eb3491; } .mybordercolor {border:3px solid #eb3491; }
#eb3491 Text Font Color
<p style="color:#eb3491">Text here</p>
This sample text font color is #eb3491
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.
#eb3491 Background Color
<div style="background-color:#eb3491">
Div content here</div>
This div background color is #eb3491
#eb3491 Border Color
<div style="border:3px solid #eb3491">
Div here</div>
This div border color is #eb3491
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,52,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb3491; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb3491; -webkit-box-shadow: 1px 1px 3px 2px #eb3491; box-shadow: 1px 1px 3px 2px #eb3491; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,52,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb3491">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb3491; -webkit-box-shadow: 1px 1px 3px 2px #eb3491; box-shadow: 1px 1px 3px 2px #eb3491;">
Div content here</div>
This div box has shadow with color #eb3491
Comments
No comments written yet.
Please login to write comment.