Color Hex Logo

#fc757f Color Hex

#FC757F
(252,117,127)
0 Favorites   0 Comments

Color spaces of #fc757f

RGB 252117127
HSL0.990.960.72
HSV356°54°99°
CMYK 0.000.540.50   0.01
XYZ50.336934.950324.1717
Yxy34.95030.45990.3193
Hunter Lab59.118848.526617.1414
CIE-Lab65.710052.333719.7788

#fc757f color RGB value is (252,117,127).

#fc757f hex color red value is 252, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fc757f hue: 0.99 , saturation: 0.96 and the lightness value of fc757f is 0.72.

The process color (four color CMYK) of #fc757f color hex is 0.00, 0.54, 0.50, 0.01. Web safe color of #fc757f is #ff6666. Color #fc757f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 01111111
Octal 374 165 177
Decimal 252 117 127
Hex FC 75 7F

RGB Percentages of Color #fc757f

%50.81
%23.59
%25.60

CMYK Percentages of Color #fc757f

%0
%54
%50
%1

Triadic Colors of #fc757f

#fc757f #7ffc75 #757ffc

Analogous Colors of #fc757f

#fc757f #fcaf75 #fc75c3

Monochromatic Colors of #fc757f

#fc757f

Complementary Color

#fc757f #75fcf2

#fc757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc757f Color CSS Codes

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

#fc757f Text Font Color

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

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


#fc757f Background Color

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

This div background color is #fc757f


#fc757f Border Color

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

This div border color is #fc757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc757f


Comments

No comments written yet.

Please login to write comment.