Color Hex Logo

#f8899d Color Hex

#F8899D
(248,137,157)
0 Favorites   0 Comments

Color spaces of #f8899d

RGB 248137157
HSL0.970.890.75
HSV349°45°97°
CMYK 0.000.450.37   0.03
XYZ53.742940.282136.8410
Yxy40.28210.41070.3078
Hunter Lab63.468240.079010.0120
CIE-Lab69.670044.19038.3419

#f8899d color RGB value is (248,137,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001001 10011101
Octal 370 211 235
Decimal 248 137 157
Hex F8 89 9D

RGB Percentages of Color #f8899d

%45.76
%25.28
%28.97

CMYK Percentages of Color #f8899d

%0
%45
%37
%3

Triadic Colors of #f8899d

#f8899d #9df889 #899df8

Analogous Colors of #f8899d

#f8899d #f8ad89 #f889d5

Monochromatic Colors of #f8899d

#f8899d

Complementary Color

#f8899d #89f8e4

#f8899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8899d Color CSS Codes

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

#f8899d Text Font Color

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

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


#f8899d Background Color

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

This div background color is #f8899d


#f8899d Border Color

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

This div border color is #f8899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8899d


Comments

No comments written yet.

Please login to write comment.