Hex #eb726a Color
equivalent to
RGB
(235, 114, 106)Details of #eb726a
|
|
|
|
Color HEX #eb726a matches (235, 114, 106) in RGB.
#eb726a hex color red value is 235, green value is 114 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eb726a hue: 0.01, saturation: 0.76 and the lightness value of eb726a is 0.67.
The process color (four color CMYK) of #eb726a color hex is 0.00, 0.51, 0.55, 0.08. Web safe color of #eb726a is #ff6666. Color #eb726a contains mainly RED color.
Base Numbers
|
|
|
|
#eb726a tints
#eb726a shades
RGB in % of #eb726a
CMYK in % of #eb726a
Preview Color #eb726a on black ground
Very nice color.
Preview Color #eb726a on white ground
Very nice color.
CSS Codes #eb726a color
.mybgcolor {background-color:#eb726a; } .myforecolor {color:#eb726a; } .mybordercolor {border:3px solid #eb726a; }
Text Font Color #eb726a
<p style="color:#eb726a">Text here</p>
This sample text font color is #eb726a
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.
Background Color #eb726a
<div style="background-color:#eb726a">
Div content here</div>
This div background color is #eb726a
Border Color #eb726a
<div style="border:3px solid #eb726a">
Div here</div>
The color of this border is #eb726a
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb726a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb726a; -webkit-box-shadow: 1px 1px 3px 2px #eb726a; box-shadow: 1px 1px 3px 2px #eb726a; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #eb726a">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb726a; -webkit-box-shadow: 1px 1px 3px 2px #eb726a; box-shadow: 1px 1px 3px 2px #eb726a;">
Div content here</div>
The shadow of div box using color #eb726a