Color Hex Logo

#fc377c Color Hex

#FC377C
(252,55,124)
0 Favorites   0 Comments

Color spaces of #fc377c

RGB 25255124
HSL0.940.970.60
HSV339°78°99°
CMYK 0.000.780.51   0.01
XYZ45.149224.883121.4921
Yxy24.88310.49330.2719
Hunter Lab49.883074.26569.3729
CIE-Lab56.961375.63959.3463

#fc377c color RGB value is (252,55,124).

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

The process color (four color CMYK) of #fc377c color hex is 0.00, 0.78, 0.51, 0.01. Web safe color of #fc377c is #ff3366. Color #fc377c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 01111100
Octal 374 67 174
Decimal 252 55 124
Hex FC 37 7C

RGB Percentages of Color #fc377c

%58.47
%12.76
%28.77

CMYK Percentages of Color #fc377c

%0
%78
%51
%1

Triadic Colors of #fc377c

#fc377c #7cfc37 #377cfc

Analogous Colors of #fc377c

#fc377c #fc5437 #fc37df

Monochromatic Colors of #fc377c

#fc377c

Complementary Color

#fc377c #37fcb7

#fc377c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc377c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc377c Color CSS Codes

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

#fc377c Text Font Color

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

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


#fc377c Background Color

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

This div background color is #fc377c


#fc377c Border Color

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

This div border color is #fc377c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc377c


Comments

No comments written yet.

Please login to write comment.