Color Hex Logo

#f89172 Color Hex

#F89172
(248,145,114)
0 Favorites   0 Comments

Color spaces of #f89172

RGB 248145114
HSL0.040.910.71
HSV14°54°97°
CMYK 0.000.420.54   0.03
XYZ51.874141.422221.1808
Yxy41.42220.45310.3618
Hunter Lab64.360131.240525.5398
CIE-Lab70.470735.889933.2033

#f89172 color RGB value is (248,145,114).

#f89172 hex color red value is 248, green value is 145 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f89172 hue: 0.04 , saturation: 0.91 and the lightness value of f89172 is 0.71.

The process color (four color CMYK) of #f89172 color hex is 0.00, 0.42, 0.54, 0.03. Web safe color of #f89172 is #ff9966. Color #f89172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 01110010
Octal 370 221 162
Decimal 248 145 114
Hex F8 91 72

RGB Percentages of Color #f89172

%48.92
%28.60
%22.49

CMYK Percentages of Color #f89172

%0
%42
%54
%3

Triadic Colors of #f89172

#f89172 #72f891 #9172f8

Analogous Colors of #f89172

#f89172 #f8d472 #f87296

Monochromatic Colors of #f89172

#f89172

Complementary Color

#f89172 #72d9f8

#f89172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89172 Color CSS Codes

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

#f89172 Text Font Color

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

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


#f89172 Background Color

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

This div background color is #f89172


#f89172 Border Color

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

This div border color is #f89172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,145,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 #f89172">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89172

Related Colors


Comments

No comments written yet.

Please login to write comment.