Color Hex Logo

#f8899b Color Hex

#F8899B
(248,137,155)
0 Favorites   0 Comments

Color spaces of #f8899b

RGB 248137155
HSL0.970.890.75
HSV350°45°97°
CMYK 0.000.450.38   0.03
XYZ53.573540.214335.9489
Yxy40.21430.41290.3100
Hunter Lab63.414739.823010.7797
CIE-Lab69.621943.96289.3930

#f8899b color RGB value is (248,137,155).

#f8899b hex color red value is 248, green value is 137 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f8899b hue: 0.97 , saturation: 0.89 and the lightness value of f8899b is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001001 10011011
Octal 370 211 233
Decimal 248 137 155
Hex F8 89 9B

RGB Percentages of Color #f8899b

%45.93
%25.37
%28.70

CMYK Percentages of Color #f8899b

%0
%45
%38
%3

Triadic Colors of #f8899b

#f8899b #9bf889 #899bf8

Analogous Colors of #f8899b

#f8899b #f8af89 #f889d3

Monochromatic Colors of #f8899b

#f8899b

Complementary Color

#f8899b #89f8e6

#f8899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8899b Color CSS Codes

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

#f8899b Text Font Color

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

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


#f8899b Background Color

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

This div background color is #f8899b


#f8899b Border Color

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

This div border color is #f8899b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8899b


Comments

No comments written yet.

Please login to write comment.