Color Hex Logo

#f98680 Color Hex

#F98680
(249,134,128)
0 Favorites   0 Comments

Color spaces of #f98680

RGB 249134128
HSL0.010.910.74
HSV49°98°
CMYK 0.000.460.49   0.02
XYZ51.488338.748425.1875
Yxy38.74840.44610.3357
Hunter Lab62.248238.711019.5832
CIE-Lab68.568643.073123.0344

#f98680 color RGB value is (249,134,128).

#f98680 hex color red value is 249, green value is 134 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f98680 hue: 0.01 , saturation: 0.91 and the lightness value of f98680 is 0.74.

The process color (four color CMYK) of #f98680 color hex is 0.00, 0.46, 0.49, 0.02. Web safe color of #f98680 is #ff9999. Color #f98680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 10000000
Octal 371 206 200
Decimal 249 134 128
Hex F9 86 80

RGB Percentages of Color #f98680

%48.73
%26.22
%25.05

CMYK Percentages of Color #f98680

%0
%46
%49
%2

Triadic Colors of #f98680

#f98680 #80f986 #8680f9

Analogous Colors of #f98680

#f98680 #f9c380 #f980b7

Monochromatic Colors of #f98680

#f98680

Complementary Color

#f98680 #80f3f9

#f98680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98680 Color CSS Codes

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

#f98680 Text Font Color

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

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


#f98680 Background Color

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

This div background color is #f98680


#f98680 Border Color

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

This div border color is #f98680


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,134,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f98680; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f98680;
  -webkit-box-shadow: 1px 1px 3px 2px #f98680;
  box-shadow:         1px 1px 3px 2px #f98680; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,134,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98680


Comments

No comments written yet.

Please login to write comment.