Color Hex Logo

#fc7060 Color Hex

#FC7060
(252,112,96)
0 Favorites   0 Comments

Color spaces of #fc7060

RGB 25211296
HSL0.020.960.68
HSV62°99°
CMYK 0.000.560.62   0.01
XYZ48.050433.128314.9282
Yxy33.12830.50000.3447
Hunter Lab57.557248.291924.9124
CIE-Lab64.264752.343235.2587

#fc7060 color RGB value is (252,112,96).

#fc7060 hex color red value is 252, green value is 112 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fc7060 hue: 0.02 , saturation: 0.96 and the lightness value of fc7060 is 0.68.

The process color (four color CMYK) of #fc7060 color hex is 0.00, 0.56, 0.62, 0.01. Web safe color of #fc7060 is #ff6666. Color #fc7060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 01100000
Octal 374 160 140
Decimal 252 112 96
Hex FC 70 60

RGB Percentages of Color #fc7060

%54.78
%24.35
%20.87

CMYK Percentages of Color #fc7060

%0
%56
%62
%1

Triadic Colors of #fc7060

#fc7060 #60fc70 #7060fc

Analogous Colors of #fc7060

#fc7060 #fcbe60 #fc609e

Monochromatic Colors of #fc7060

#fc7060

Complementary Color

#fc7060 #60ecfc

#fc7060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7060 Color CSS Codes

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

#fc7060 Text Font Color

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

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


#fc7060 Background Color

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

This div background color is #fc7060


#fc7060 Border Color

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

This div border color is #fc7060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7060


Comments

No comments written yet.

Please login to write comment.