Color Hex Logo

#f08998 Color Hex

#F08998
(240,137,152)
0 Favorites   0 Comments

Color spaces of #f08998

RGB 240137152
HSL0.980.770.74
HSV351°43°94°
CMYK 0.000.430.37   0.06
XYZ50.548338.683634.5083
Yxy38.68360.40850.3126
Hunter Lab62.196136.228010.6414
CIE-Lab68.521540.78079.3674

#f08998 color RGB value is (240,137,152).

#f08998 hex color red value is 240, green value is 137 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f08998 hue: 0.98 , saturation: 0.77 and the lightness value of f08998 is 0.74.

The process color (four color CMYK) of #f08998 color hex is 0.00, 0.43, 0.37, 0.06. Web safe color of #f08998 is #ff9999. Color #f08998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 10011000
Octal 360 211 230
Decimal 240 137 152
Hex F0 89 98

RGB Percentages of Color #f08998

%45.37
%25.90
%28.73

CMYK Percentages of Color #f08998

%0
%43
%37
%6

Triadic Colors of #f08998

#f08998 #98f089 #8998f0

Analogous Colors of #f08998

#f08998 #f0ae89 #f089cc

Monochromatic Colors of #f08998

#f08998

Complementary Color

#f08998 #89f0e1

#f08998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08998 Color CSS Codes

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

#f08998 Text Font Color

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

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


#f08998 Background Color

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

This div background color is #f08998


#f08998 Border Color

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

This div border color is #f08998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08998


Comments

No comments written yet.

Please login to write comment.