Color Hex Logo

#fc717f Color Hex

#FC717F
(252,113,127)
0 Favorites   0 Comments

Color spaces of #fc717f

RGB 252113127
HSL0.980.960.72
HSV354°55°99°
CMYK 0.000.550.50   0.01
XYZ49.880834.038024.0197
Yxy34.03800.46210.3153
Hunter Lab58.342150.513716.4295
CIE-Lab64.992754.199718.7966

#fc717f color RGB value is (252,113,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 01111111
Octal 374 161 177
Decimal 252 113 127
Hex FC 71 7F

RGB Percentages of Color #fc717f

%51.22
%22.97
%25.81

CMYK Percentages of Color #fc717f

%0
%55
%50
%1

Triadic Colors of #fc717f

#fc717f #7ffc71 #717ffc

Analogous Colors of #fc717f

#fc717f #fca971 #fc71c5

Monochromatic Colors of #fc717f

#fc717f

Complementary Color

#fc717f #71fcee

#fc717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc717f Color CSS Codes

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

#fc717f Text Font Color

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

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


#fc717f Background Color

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

This div background color is #fc717f


#fc717f Border Color

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

This div border color is #fc717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc717f


Comments

No comments written yet.

Please login to write comment.