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