Color Hex Logo

#fc397f Color Hex

#FC397F
(252,57,127)
0 Favorites   0 Comments

Color spaces of #fc397f

RGB 25257127
HSL0.940.970.61
HSV338°77°99°
CMYK 0.000.770.50   0.01
XYZ45.438825.154022.5390
Yxy25.15400.48790.2701
Hunter Lab50.153873.95018.4628
CIE-Lab57.225275.33477.9403

#fc397f color RGB value is (252,57,127).

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

The process color (four color CMYK) of #fc397f color hex is 0.00, 0.77, 0.50, 0.01. Web safe color of #fc397f is #ff3366. Color #fc397f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 01111111
Octal 374 71 177
Decimal 252 57 127
Hex FC 39 7F

RGB Percentages of Color #fc397f

%57.80
%13.07
%29.13

CMYK Percentages of Color #fc397f

%0
%77
%50
%1

Triadic Colors of #fc397f

#fc397f #7ffc39 #397ffc

Analogous Colors of #fc397f

#fc397f #fc5439 #fc39e1

Monochromatic Colors of #fc397f

#fc397f

Complementary Color

#fc397f #39fcb6

#fc397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc397f Color CSS Codes

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

#fc397f Text Font Color

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

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


#fc397f Background Color

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

This div background color is #fc397f


#fc397f Border Color

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

This div border color is #fc397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc397f


Comments

No comments written yet.

Please login to write comment.