Color Hex Logo

#fc779b Color Hex

#FC779B
(252,119,155)
0 Favorites   0 Comments

Color spaces of #fc779b

RGB 252119155
HSL0.950.960.73
HSV344°53°99°
CMYK 0.000.530.38   0.01
XYZ52.658136.255735.2330
Yxy36.25570.42420.2920
Hunter Lab60.212750.73227.4558
CIE-Lab66.714854.12725.3046

#fc779b color RGB value is (252,119,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 10011011
Octal 374 167 233
Decimal 252 119 155
Hex FC 77 9B

RGB Percentages of Color #fc779b

%47.91
%22.62
%29.47

CMYK Percentages of Color #fc779b

%0
%53
%38
%1

Triadic Colors of #fc779b

#fc779b #9bfc77 #779bfc

Analogous Colors of #fc779b

#fc779b #fc9677 #fc77de

Monochromatic Colors of #fc779b

#fc779b

Complementary Color

#fc779b #77fcd8

#fc779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc779b Color CSS Codes

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

#fc779b Text Font Color

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

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


#fc779b Background Color

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

This div background color is #fc779b


#fc779b Border Color

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

This div border color is #fc779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc779b


Comments

No comments written yet.

Please login to write comment.