Color Hex Logo

#f68479 Color Hex

#F68479
(246,132,121)
0 Favorites   0 Comments

Color spaces of #f68479

RGB 246132121
HSL0.010.870.72
HSV51°96°
CMYK 0.000.460.51   0.04
XYZ49.708537.475822.7028
Yxy37.47580.45240.3410
Hunter Lab61.217537.811120.8643
CIE-Lab67.632542.356625.5980

#f68479 color RGB value is (246,132,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 01111001
Octal 366 204 171
Decimal 246 132 121
Hex F6 84 79

RGB Percentages of Color #f68479

%49.30
%26.45
%24.25

CMYK Percentages of Color #f68479

%0
%46
%51
%4

Triadic Colors of #f68479

#f68479 #79f684 #8479f6

Analogous Colors of #f68479

#f68479 #f6c379 #f679ad

Monochromatic Colors of #f68479

#f68479

Complementary Color

#f68479 #79ebf6

#f68479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68479 Color CSS Codes

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

#f68479 Text Font Color

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

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


#f68479 Background Color

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

This div background color is #f68479


#f68479 Border Color

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

This div border color is #f68479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68479


Comments

No comments written yet.

Please login to write comment.