Color Hex Logo

#fc5f7f Color Hex

#FC5F7F
(252,95,127)
0 Favorites   0 Comments

Color spaces of #fc5f7f

RGB 25295127
HSL0.970.960.68
HSV348°62°99°
CMYK 0.000.620.50   0.01
XYZ48.067930.412223.4154
Yxy30.41220.47170.2985
Hunter Lab55.147359.077913.4287
CIE-Lab62.008362.117414.6730

#fc5f7f color RGB value is (252,95,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011111 01111111
Octal 374 137 177
Decimal 252 95 127
Hex FC 5F 7F

RGB Percentages of Color #fc5f7f

%53.16
%20.04
%26.79

CMYK Percentages of Color #fc5f7f

%0
%62
%50
%1

Triadic Colors of #fc5f7f

#fc5f7f #7ffc5f #5f7ffc

Analogous Colors of #fc5f7f

#fc5f7f #fc8e5f #fc5fce

Monochromatic Colors of #fc5f7f

#fc5f7f

Complementary Color

#fc5f7f #5ffcdc

#fc5f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5f7f Color CSS Codes

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

#fc5f7f Text Font Color

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

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


#fc5f7f Background Color

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

This div background color is #fc5f7f


#fc5f7f Border Color

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

This div border color is #fc5f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5f7f

Related Colors


Comments

No comments written yet.

Please login to write comment.