Color Hex Logo

#f68079 Color Hex

#F68079
(246,128,121)
0 Favorites   0 Comments

Color spaces of #f68079

RGB 246128121
HSL0.010.870.72
HSV51°96°
CMYK 0.000.480.51   0.04
XYZ49.176436.411622.5254
Yxy36.41160.45490.3368
Hunter Lab60.342039.872020.1067
CIE-Lab66.833244.359124.5297

#f68079 color RGB value is (246,128,121).

#f68079 hex color red value is 246, green value is 128 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f68079 hue: 0.01 , saturation: 0.87 and the lightness value of f68079 is 0.72.

The process color (four color CMYK) of #f68079 color hex is 0.00, 0.48, 0.51, 0.04. Web safe color of #f68079 is #ff9966. Color #f68079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 01111001
Octal 366 200 171
Decimal 246 128 121
Hex F6 80 79

RGB Percentages of Color #f68079

%49.70
%25.86
%24.44

CMYK Percentages of Color #f68079

%0
%48
%51
%4

Triadic Colors of #f68079

#f68079 #79f680 #8079f6

Analogous Colors of #f68079

#f68079 #f6bf79 #f679b1

Monochromatic Colors of #f68079

#f68079

Complementary Color

#f68079 #79eff6

#f68079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68079 Color CSS Codes

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

#f68079 Text Font Color

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

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


#f68079 Background Color

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

This div background color is #f68079


#f68079 Border Color

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

This div border color is #f68079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68079


Comments

No comments written yet.

Please login to write comment.