Color Hex Logo

#fc779e Color Hex

#FC779E
(252,119,158)
0 Favorites   0 Comments

Color spaces of #fc779e

RGB 252119158
HSL0.950.960.73
HSV342°53°99°
CMYK 0.000.530.37   0.01
XYZ52.913336.357736.5767
Yxy36.35770.42050.2889
Hunter Lab60.297351.12046.2425
CIE-Lab66.792354.45553.7145

#fc779e color RGB value is (252,119,158).

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

The process color (four color CMYK) of #fc779e color hex is 0.00, 0.53, 0.37, 0.01. Web safe color of #fc779e is #ff6699. Color #fc779e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 10011110
Octal 374 167 236
Decimal 252 119 158
Hex FC 77 9E

RGB Percentages of Color #fc779e

%47.64
%22.50
%29.87

CMYK Percentages of Color #fc779e

%0
%53
%37
%1

Triadic Colors of #fc779e

#fc779e #9efc77 #779efc

Analogous Colors of #fc779e

#fc779e #fc9377 #fc77e1

Monochromatic Colors of #fc779e

#fc779e

Complementary Color

#fc779e #77fcd5

#fc779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc779e Color CSS Codes

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

#fc779e Text Font Color

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

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


#fc779e Background Color

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

This div background color is #fc779e


#fc779e Border Color

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

This div border color is #fc779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc779e


Comments

No comments written yet.

Please login to write comment.