Color Hex Logo

#f8898d Color Hex

#F8898D
(248,137,141)
0 Favorites   0 Comments

Color spaces of #f8898d

RGB 248137141
HSL0.990.890.75
HSV358°45°97°
CMYK 0.000.450.43   0.03
XYZ52.464839.770930.1107
Yxy39.77090.42880.3251
Hunter Lab63.064238.136715.8362
CIE-Lab69.306042.455216.7776

#f8898d color RGB value is (248,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001001 10001101
Octal 370 211 215
Decimal 248 137 141
Hex F8 89 8D

RGB Percentages of Color #f8898d

%47.15
%26.05
%26.81

CMYK Percentages of Color #f8898d

%0
%45
%43
%3

Triadic Colors of #f8898d

#f8898d #8df889 #898df8

Analogous Colors of #f8898d

#f8898d #f8bd89 #f889c5

Monochromatic Colors of #f8898d

#f8898d

Complementary Color

#f8898d #89f8f4

#f8898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8898d Color CSS Codes

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

#f8898d Text Font Color

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

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


#f8898d Background Color

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

This div background color is #f8898d


#f8898d Border Color

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

This div border color is #f8898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8898d

#f8898d Color Palettes


Comments

No comments written yet.

Please login to write comment.