Color Hex Logo

#f18970 Color Hex

#F18970
(241,137,112)
0 Favorites   0 Comments

Color spaces of #f18970

RGB 241137112
HSL0.030.820.69
HSV12°54°95°
CMYK 0.000.430.54   0.05
XYZ48.145937.761920.0805
Yxy37.76190.45430.3563
Hunter Lab61.450732.313923.6411
CIE-Lab67.844837.175430.7182

#f18970 color RGB value is (241,137,112).

#f18970 hex color red value is 241, green value is 137 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f18970 hue: 0.03 , saturation: 0.82 and the lightness value of f18970 is 0.69.

The process color (four color CMYK) of #f18970 color hex is 0.00, 0.43, 0.54, 0.05. Web safe color of #f18970 is #ff9966. Color #f18970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001001 01110000
Octal 361 211 160
Decimal 241 137 112
Hex F1 89 70

RGB Percentages of Color #f18970

%49.18
%27.96
%22.86

CMYK Percentages of Color #f18970

%0
%43
%54
%5

Triadic Colors of #f18970

#f18970 #70f189 #8970f1

Analogous Colors of #f18970

#f18970 #f1ca70 #f17098

Monochromatic Colors of #f18970

#f18970

Complementary Color

#f18970 #70d8f1

#f18970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18970 Color CSS Codes

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

#f18970 Text Font Color

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

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


#f18970 Background Color

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

This div background color is #f18970


#f18970 Border Color

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

This div border color is #f18970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18970


Comments

No comments written yet.

Please login to write comment.