Color Hex Logo

#f49170 Color Hex

#F49170
(244,145,112)
0 Favorites   0 Comments

Color spaces of #f49170

RGB 244145112
HSL0.040.860.70
HSV15°54°96°
CMYK 0.000.410.54   0.04
XYZ50.358340.653720.5220
Yxy40.65370.45150.3645
Hunter Lab63.760329.400125.5490
CIE-Lab69.932634.189933.4897

#f49170 color RGB value is (244,145,112).

#f49170 hex color red value is 244, green value is 145 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f49170 hue: 0.04 , saturation: 0.86 and the lightness value of f49170 is 0.70.

The process color (four color CMYK) of #f49170 color hex is 0.00, 0.41, 0.54, 0.04. Web safe color of #f49170 is #ff9966. Color #f49170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010001 01110000
Octal 364 221 160
Decimal 244 145 112
Hex F4 91 70

RGB Percentages of Color #f49170

%48.70
%28.94
%22.36

CMYK Percentages of Color #f49170

%0
%41
%54
%4

Triadic Colors of #f49170

#f49170 #70f491 #9170f4

Analogous Colors of #f49170

#f49170 #f4d370 #f47091

Monochromatic Colors of #f49170

#f49170

Complementary Color

#f49170 #70d3f4

#f49170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49170 Color CSS Codes

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

#f49170 Text Font Color

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

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


#f49170 Background Color

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

This div background color is #f49170


#f49170 Border Color

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

This div border color is #f49170


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,145,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49170


Comments

No comments written yet.

Please login to write comment.