Color Hex Logo

#f09379 Color Hex

#F09379
(240,147,121)
0 Favorites   0 Comments

Color spaces of #f09379

RGB 240147121
HSL0.040.800.71
HSV13°50°94°
CMYK 0.000.390.50   0.06
XYZ49.820140.773223.3334
Yxy40.77320.43730.3579
Hunter Lab63.853927.525023.0321
CIE-Lab70.016732.380928.6207

#f09379 color RGB value is (240,147,121).

#f09379 hex color red value is 240, green value is 147 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f09379 hue: 0.04 , saturation: 0.80 and the lightness value of f09379 is 0.71.

The process color (four color CMYK) of #f09379 color hex is 0.00, 0.39, 0.50, 0.06. Web safe color of #f09379 is #ff9966. Color #f09379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 01111001
Octal 360 223 171
Decimal 240 147 121
Hex F0 93 79

RGB Percentages of Color #f09379

%47.24
%28.94
%23.82

CMYK Percentages of Color #f09379

%0
%39
%50
%6

Triadic Colors of #f09379

#f09379 #79f093 #9379f0

Analogous Colors of #f09379

#f09379 #f0cf79 #f0799b

Monochromatic Colors of #f09379

#f09379

Complementary Color

#f09379 #79d6f0

#f09379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09379 Color CSS Codes

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

#f09379 Text Font Color

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

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


#f09379 Background Color

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

This div background color is #f09379


#f09379 Border Color

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

This div border color is #f09379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,147,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f09379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f09379;
  -webkit-box-shadow: 1px 1px 3px 2px #f09379;
  box-shadow:         1px 1px 3px 2px #f09379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,147,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09379


Comments

No comments written yet.

Please login to write comment.