Color Hex Logo

#f8947c Color Hex

#F8947C
(248,148,124)
0 Favorites   0 Comments

Color spaces of #f8947c

RGB 248148124
HSL0.030.900.73
HSV12°50°97°
CMYK 0.000.400.50   0.03
XYZ52.939442.591524.4996
Yxy42.59150.44100.3548
Hunter Lab65.262230.586923.4259
CIE-Lab71.276835.193428.8317

#f8947c color RGB value is (248,148,124).

#f8947c hex color red value is 248, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f8947c hue: 0.03 , saturation: 0.90 and the lightness value of f8947c is 0.73.

The process color (four color CMYK) of #f8947c color hex is 0.00, 0.40, 0.50, 0.03. Web safe color of #f8947c is #ff9966. Color #f8947c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010100 01111100
Octal 370 224 174
Decimal 248 148 124
Hex F8 94 7C

RGB Percentages of Color #f8947c

%47.69
%28.46
%23.85

CMYK Percentages of Color #f8947c

%0
%40
%50
%3

Triadic Colors of #f8947c

#f8947c #7cf894 #947cf8

Analogous Colors of #f8947c

#f8947c #f8d27c #f87ca2

Monochromatic Colors of #f8947c

#f8947c

Complementary Color

#f8947c #7ce0f8

#f8947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8947c Color CSS Codes

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

#f8947c Text Font Color

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

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


#f8947c Background Color

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

This div background color is #f8947c


#f8947c Border Color

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

This div border color is #f8947c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,148,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f8947c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8947c

Related Colors


Comments

No comments written yet.

Please login to write comment.