Hex #eb726b Color

#eb726b
equivalent to

RGB

(235, 114, 107)

Details of #eb726b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
235
42.9321
0.01
0.00
62.3031
30.7583
55.4602
114
30.7583
0.76
0.51
46.1214
0.4704
54°
41.1229
107
17.5841
0.67
0.54   0.08
26.0914
0.3370
92°
20.0297

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101011
353
235
EB
Green
1110010
162
114
72
Blue
1101011
153
107
6B

RGB in % of #eb726b

%51.54
%25.00
%23.46

CMYK in % of #eb726b

%0
%51
%54
%8

Triads of color #eb726b

#eb726b #726beb #6beb6b

Similar Colors to #eb726b

#eb726b #eb6ba4 #ebb26b

Preview Color #eb726b on black ground

#eb726b is very interesting for text.

Preview Color #eb726b on white ground

#eb726b is very interesting for text.

CSS Codes #eb726b color

.mybgcolor {background-color:#eb726b; }
.myforecolor {color:#eb726b; }
.mybordercolor {border:3px solid #eb726b; }

Text Font Color #eb726b

<p style="color:#eb726b">Text here</p>

This sample text font color is #eb726b
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 #eb726b

<div style="background-color:#eb726b">
Div content here</div>

This div background color is #eb726b


Border Color #eb726b

<div style="border:3px solid #eb726b">
Div here</div>

The color of this border is #eb726b


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #eb726b; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #eb726b;
-webkit-box-shadow: 1px 1px 3px 2px #eb726b;
box-shadow:         1px 1px 3px 2px #eb726b; }
				

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 #eb726b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb726b;
  -webkit-box-shadow: 1px 1px 3px 2px #eb726b;
  box-shadow:         1px 1px 3px 2px #eb726b;">
Div content here</div>

The shadow of div box using color #eb726b