Color spaces of #eb067a
RGB | 235 | 6 | 122 |
---|---|---|---|
HSL | 0.92 | 0.95 | 0.47 |
HSV | 330° | 97° | 92° |
CMYK | 0.00 | 0.97 | 0.48 0.08 |
XYZ | 37.8389 | 19.1976 | 20.1235 |
Yxy | 19.1976 | 0.4904 | 0.2488 |
Hunter Lab | 43.8151 | 77.4771 | 3.4397 |
CIE-Lab | 50.9176 | 79.3833 | 1.4522 |
#eb067a color RGB value is (235,6,122).
#eb067a hex color red value is 235, green value is 6 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eb067a hue: 0.92 , saturation: 0.95 and the lightness value of eb067a is 0.47.
The process color (four color CMYK) of #eb067a color hex is 0.00, 0.97, 0.48, 0.08. Web safe color of #eb067a is #ff0066. Color #eb067a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00000110 | 01111010 |
Octal | 353 | 6 | 172 |
Decimal | 235 | 6 | 122 |
Hex | EB | 6 | 7A |
Shades of #eb067a
Tints of #eb067a
RGB Percentages of Color #eb067a
CMYK Percentages of Color #eb067a
Complementary Color
#eb067a | #06eb77 |
#eb067a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb067a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb067a Color CSS Codes
.mybgcolor {background-color:#eb067a; } .myforecolor {color:#eb067a; } .mybordercolor {border:3px solid #eb067a; }
#eb067a Text Font Color
<p style="color:#eb067a">Text here</p>
This sample text font color is #eb067a
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.
#eb067a Background Color
<div style="background-color:#eb067a">
Div content here</div>
This div background color is #eb067a
#eb067a Border Color
<div style="border:3px solid #eb067a">
Div here</div>
This div border color is #eb067a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,6,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb067a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb067a; -webkit-box-shadow: 1px 1px 3px 2px #eb067a; box-shadow: 1px 1px 3px 2px #eb067a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,6,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb067a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb067a; -webkit-box-shadow: 1px 1px 3px 2px #eb067a; box-shadow: 1px 1px 3px 2px #eb067a;">
Div content here</div>
This div box has shadow with color #eb067a
Comments
No comments written yet.
Please login to write comment.