Color Hex Logo

#f8896b Color Hex

#F8896B
(248,137,107)
0 Favorites   0 Comments

Color spaces of #f8896b

RGB 248137107
HSL0.040.910.70
HSV13°57°97°
CMYK 0.000.450.57   0.03
XYZ50.310938.909318.7685
Yxy38.90930.46590.3603
Hunter Lab62.377334.810225.8246
CIE-Lab68.685539.438434.7032

#f8896b color RGB value is (248,137,107).

#f8896b hex color red value is 248, green value is 137 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f8896b hue: 0.04 , saturation: 0.91 and the lightness value of f8896b is 0.70.

The process color (four color CMYK) of #f8896b color hex is 0.00, 0.45, 0.57, 0.03. Web safe color of #f8896b is #ff9966. Color #f8896b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001001 01101011
Octal 370 211 153
Decimal 248 137 107
Hex F8 89 6B

RGB Percentages of Color #f8896b

%50.41
%27.85
%21.75

CMYK Percentages of Color #f8896b

%0
%45
%57
%3

Triadic Colors of #f8896b

#f8896b #6bf889 #896bf8

Analogous Colors of #f8896b

#f8896b #f8d06b #f86b94

Monochromatic Colors of #f8896b

#f8896b

Complementary Color

#f8896b #6bdaf8

#f8896b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8896b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8896b Color CSS Codes

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

#f8896b Text Font Color

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

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


#f8896b Background Color

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

This div background color is #f8896b


#f8896b Border Color

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

This div border color is #f8896b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8896b


Comments

No comments written yet.

Please login to write comment.