Hex #f7848e Color

#f7848e
equivalent to

RGB

(247, 132, 142)

Details of #f7848e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
247
51.4915
0.99
0.00
68.1896
38.2297
355°
61.8302
132
38.2297
0.88
0.47
44.7155
0.4292
47°
40.4504
142
30.2564
0.74
0.43   0.03
14.6429
0.3186
97°
14.2774

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110111
367
247
F7
Green
10000100
204
132
84
Blue
10001110
216
142
8E

RGB in % of #f7848e

%47.41
%25.34
%27.26

CMYK in % of #f7848e

%0
%47
%43
%3

Triads of color #f7848e

#f7848e #848ef7 #8ef78e

Similar Colors to #f7848e

#f7848e #f784c8 #f7b484

Preview Color #f7848e on black ground

#f7848e is very interesting for text.

Preview Color #f7848e on white ground

#f7848e is very interesting for text.

CSS Codes #f7848e color

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

Text Font Color #f7848e

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

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

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

This div background color is #f7848e


Border Color #f7848e

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

The color of this border is #f7848e


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f7848e