Color Hex Logo

#fc6979 Color Hex

#FC6979
(252,105,121)
0 Favorites   0 Comments

Color spaces of #fc6979

RGB 252105121
HSL0.980.960.70
HSV353°58°99°
CMYK 0.000.580.52   0.01
XYZ48.647632.179121.7363
Yxy32.17910.47430.3137
Hunter Lab56.726653.806416.9901
CIE-Lab63.490657.322820.1643

#fc6979 color RGB value is (252,105,121).

#fc6979 hex color red value is 252, green value is 105 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fc6979 hue: 0.98 , saturation: 0.96 and the lightness value of fc6979 is 0.70.

The process color (four color CMYK) of #fc6979 color hex is 0.00, 0.58, 0.52, 0.01. Web safe color of #fc6979 is #ff6666. Color #fc6979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 01111001
Octal 374 151 171
Decimal 252 105 121
Hex FC 69 79

RGB Percentages of Color #fc6979

%52.72
%21.97
%25.31

CMYK Percentages of Color #fc6979

%0
%58
%52
%1

Triadic Colors of #fc6979

#fc6979 #79fc69 #6979fc

Analogous Colors of #fc6979

#fc6979 #fca369 #fc69c3

Monochromatic Colors of #fc6979

#fc6979

Complementary Color

#fc6979 #69fcec

#fc6979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6979 Color CSS Codes

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

#fc6979 Text Font Color

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

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


#fc6979 Background Color

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

This div background color is #fc6979


#fc6979 Border Color

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

This div border color is #fc6979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6979


Comments

No comments written yet.

Please login to write comment.