Color spaces of #eb06af
RGB | 235 | 6 | 175 |
---|---|---|---|
HSL | 0.88 | 0.95 | 0.47 |
HSV | 316° | 97° | 92° |
CMYK | 0.00 | 0.97 | 0.26 0.08 |
XYZ | 42.0639 | 20.8876 | 42.3721 |
Yxy | 20.8876 | 0.3994 | 0.1983 |
Hunter Lab | 45.7030 | 84.3069 | -22.9768 |
CIE-Lab | 52.8263 | 84.3661 | -27.3510 |
#eb06af color RGB value is (235,6,175).
#eb06af hex color red value is 235, green value is 6 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb06af hue: 0.88 , saturation: 0.95 and the lightness value of eb06af is 0.47.
The process color (four color CMYK) of #eb06af color hex is 0.00, 0.97, 0.26, 0.08. Web safe color of #eb06af is #ff0099. Color #eb06af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00000110 | 10101111 |
Octal | 353 | 6 | 257 |
Decimal | 235 | 6 | 175 |
Hex | EB | 6 | AF |
Shades of #eb06af
Tints of #eb06af
RGB Percentages of Color #eb06af
CMYK Percentages of Color #eb06af
Complementary Color
#eb06af | #06eb42 |
#eb06af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb06af Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb06af Color CSS Codes
.mybgcolor {background-color:#eb06af; } .myforecolor {color:#eb06af; } .mybordercolor {border:3px solid #eb06af; }
#eb06af Text Font Color
<p style="color:#eb06af">Text here</p>
This sample text font color is #eb06af
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.
#eb06af Background Color
<div style="background-color:#eb06af">
Div content here</div>
This div background color is #eb06af
#eb06af Border Color
<div style="border:3px solid #eb06af">
Div here</div>
This div border color is #eb06af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,6,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb06af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb06af; -webkit-box-shadow: 1px 1px 3px 2px #eb06af; box-shadow: 1px 1px 3px 2px #eb06af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,6,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 #eb06af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb06af; -webkit-box-shadow: 1px 1px 3px 2px #eb06af; box-shadow: 1px 1px 3px 2px #eb06af;">
Div content here</div>
This div box has shadow with color #eb06af
Comments
No comments written yet.
Please login to write comment.