Color Hex Logo

#f98772 Color Hex

#F98772
(249,135,114)
0 Favorites   0 Comments

Color spaces of #f98772

RGB 249135114
HSL0.030.920.71
HSV54°98°
CMYK 0.000.460.54   0.02
XYZ50.768238.682620.7103
Yxy38.68260.46090.3511
Hunter Lab62.195336.862423.7939
CIE-Lab68.520741.370430.7057

#f98772 color RGB value is (249,135,114).

#f98772 hex color red value is 249, green value is 135 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f98772 hue: 0.03 , saturation: 0.92 and the lightness value of f98772 is 0.71.

The process color (four color CMYK) of #f98772 color hex is 0.00, 0.46, 0.54, 0.02. Web safe color of #f98772 is #ff9966. Color #f98772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 01110010
Octal 371 207 162
Decimal 249 135 114
Hex F9 87 72

RGB Percentages of Color #f98772

%50.00
%27.11
%22.89

CMYK Percentages of Color #f98772

%0
%46
%54
%2

Triadic Colors of #f98772

#f98772 #72f987 #8772f9

Analogous Colors of #f98772

#f98772 #f9cb72 #f972a1

Monochromatic Colors of #f98772

#f98772

Complementary Color

#f98772 #72e4f9

#f98772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98772 Color CSS Codes

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

#f98772 Text Font Color

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

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


#f98772 Background Color

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

This div background color is #f98772


#f98772 Border Color

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

This div border color is #f98772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98772


Comments

No comments written yet.

Please login to write comment.