Color Hex Logo

#f8918f Color Hex

#F8918F
(248,145,143)
0 Favorites   0 Comments

Color spaces of #f8918f

RGB 248145143
HSL0.000.880.77
HSV42°97°
CMYK 0.000.420.42   0.03
XYZ53.794742.190431.2949
Yxy42.19040.42260.3315
Hunter Lab64.954134.163116.9020
CIE-Lab71.002038.581718.0154

#f8918f color RGB value is (248,145,143).

#f8918f hex color red value is 248, green value is 145 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f8918f hue: 0.00 , saturation: 0.88 and the lightness value of f8918f is 0.77.

The process color (four color CMYK) of #f8918f color hex is 0.00, 0.42, 0.42, 0.03. Web safe color of #f8918f is #ff9999. Color #f8918f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 10001111
Octal 370 221 217
Decimal 248 145 143
Hex F8 91 8F

RGB Percentages of Color #f8918f

%46.27
%27.05
%26.68

CMYK Percentages of Color #f8918f

%0
%42
%42
%3

Triadic Colors of #f8918f

#f8918f #8ff891 #918ff8

Analogous Colors of #f8918f

#f8918f #f8c68f #f88fc2

Monochromatic Colors of #f8918f

#f8918f

Complementary Color

#f8918f #8ff6f8

#f8918f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8918f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8918f Color CSS Codes

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

#f8918f Text Font Color

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

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


#f8918f Background Color

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

This div background color is #f8918f


#f8918f Border Color

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

This div border color is #f8918f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8918f


Comments

No comments written yet.

Please login to write comment.