Color spaces of #eb279d
RGB | 235 | 39 | 157 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.54 |
HSV | 324° | 83° | 92° |
CMYK | 0.00 | 0.83 | 0.33 0.08 |
XYZ | 41.0723 | 21.5475 | 33.8926 |
Yxy | 21.5475 | 0.4256 | 0.2233 |
Hunter Lab | 46.4193 | 76.7050 | -10.7965 |
CIE-Lab | 53.5436 | 78.2564 | -15.6407 |
#eb279d color RGB value is (235,39,157).
#eb279d hex color red value is 235, green value is 39 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eb279d hue: 0.90 , saturation: 0.83 and the lightness value of eb279d is 0.54.
The process color (four color CMYK) of #eb279d color hex is 0.00, 0.83, 0.33, 0.08. Web safe color of #eb279d is #ff3399. Color #eb279d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00100111 | 10011101 |
Octal | 353 | 47 | 235 |
Decimal | 235 | 39 | 157 |
Hex | EB | 27 | 9D |
Shades of #eb279d
Tints of #eb279d
RGB Percentages of Color #eb279d
CMYK Percentages of Color #eb279d
Complementary Color
#eb279d | #27eb75 |
#eb279d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb279d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb279d Color CSS Codes
.mybgcolor {background-color:#eb279d; } .myforecolor {color:#eb279d; } .mybordercolor {border:3px solid #eb279d; }
#eb279d Text Font Color
<p style="color:#eb279d">Text here</p>
This sample text font color is #eb279d
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.
#eb279d Background Color
<div style="background-color:#eb279d">
Div content here</div>
This div background color is #eb279d
#eb279d Border Color
<div style="border:3px solid #eb279d">
Div here</div>
This div border color is #eb279d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,39,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb279d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb279d; -webkit-box-shadow: 1px 1px 3px 2px #eb279d; box-shadow: 1px 1px 3px 2px #eb279d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,39,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb279d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb279d; -webkit-box-shadow: 1px 1px 3px 2px #eb279d; box-shadow: 1px 1px 3px 2px #eb279d;">
Div content here</div>
This div box has shadow with color #eb279d
Comments
No comments written yet.
Please login to write comment.