Color Hex Logo

#fc79df Color Hex

#FC79DF
(252,121,223)
0 Favorites   0 Comments

Color spaces of #fc79df

RGB 252121223
HSL0.870.960.73
HSV313°52°99°
CMYK 0.000.520.12   0.01
XYZ60.301539.697974.2963
Yxy39.69790.34600.2278
Hunter Lab63.006360.5763-25.8097
CIE-Lab69.253862.1619-29.0862

#fc79df color RGB value is (252,121,223).

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

The process color (four color CMYK) of #fc79df color hex is 0.00, 0.52, 0.12, 0.01. Web safe color of #fc79df is #ff66cc. Color #fc79df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 11011111
Octal 374 171 337
Decimal 252 121 223
Hex FC 79 DF

RGB Percentages of Color #fc79df

%42.28
%20.30
%37.42

CMYK Percentages of Color #fc79df

%0
%52
%12
%1

Triadic Colors of #fc79df

#fc79df #dffc79 #79dffc

Analogous Colors of #fc79df

#fc79df #fc799e #d879fc

Monochromatic Colors of #fc79df

#fc79df

Complementary Color

#fc79df #79fc96

#fc79df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79df Color CSS Codes

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

#fc79df Text Font Color

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

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


#fc79df Background Color

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

This div background color is #fc79df


#fc79df Border Color

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

This div border color is #fc79df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79df

Related Colors


Comments

No comments written yet.

Please login to write comment.