Color spaces of #eb066d
RGB | 235 | 6 | 109 |
---|---|---|---|
HSL | 0.93 | 0.95 | 0.47 |
HSV | 333° | 97° | 92° |
CMYK | 0.00 | 0.97 | 0.54 0.08 |
XYZ | 37.0864 | 18.8965 | 16.1607 |
Yxy | 18.8965 | 0.5141 | 0.2619 |
Hunter Lab | 43.4701 | 76.2141 | 8.3871 |
CIE-Lab | 50.5659 | 78.4446 | 8.8767 |
#eb066d color RGB value is (235,6,109).
#eb066d hex color red value is 235, green value is 6 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #eb066d hue: 0.93 , saturation: 0.95 and the lightness value of eb066d is 0.47.
The process color (four color CMYK) of #eb066d color hex is 0.00, 0.97, 0.54, 0.08. Web safe color of #eb066d is #ff0066. Color #eb066d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00000110 | 01101101 |
Octal | 353 | 6 | 155 |
Decimal | 235 | 6 | 109 |
Hex | EB | 6 | 6D |
Shades of #eb066d
Tints of #eb066d
RGB Percentages of Color #eb066d
CMYK Percentages of Color #eb066d
Complementary Color
#eb066d | #06eb84 |
#eb066d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb066d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb066d Color CSS Codes
.mybgcolor {background-color:#eb066d; } .myforecolor {color:#eb066d; } .mybordercolor {border:3px solid #eb066d; }
#eb066d Text Font Color
<p style="color:#eb066d">Text here</p>
This sample text font color is #eb066d
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.
#eb066d Background Color
<div style="background-color:#eb066d">
Div content here</div>
This div background color is #eb066d
#eb066d Border Color
<div style="border:3px solid #eb066d">
Div here</div>
This div border color is #eb066d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,6,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb066d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb066d; -webkit-box-shadow: 1px 1px 3px 2px #eb066d; box-shadow: 1px 1px 3px 2px #eb066d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,6,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb066d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb066d; -webkit-box-shadow: 1px 1px 3px 2px #eb066d; box-shadow: 1px 1px 3px 2px #eb066d;">
Div content here</div>
This div box has shadow with color #eb066d
Comments
No comments written yet.
Please login to write comment.