Color Hex Logo

#fc319c Color Hex

#FC319C
(252,49,156)
0 Favorites   0 Comments

Color spaces of #fc319c

RGB 25249156
HSL0.910.970.59
HSV328°81°99°
CMYK 0.000.810.38   0.01
XYZ47.243925.292433.8444
Yxy25.29240.44410.2378
Hunter Lab50.291579.6728-4.6959
CIE-Lab57.359279.8669-8.9977

#fc319c color RGB value is (252,49,156).

#fc319c hex color red value is 252, green value is 49 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fc319c hue: 0.91 , saturation: 0.97 and the lightness value of fc319c is 0.59.

The process color (four color CMYK) of #fc319c color hex is 0.00, 0.81, 0.38, 0.01. Web safe color of #fc319c is #ff3399. Color #fc319c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 10011100
Octal 374 61 234
Decimal 252 49 156
Hex FC 31 9C

RGB Percentages of Color #fc319c

%55.14
%10.72
%34.14

CMYK Percentages of Color #fc319c

%0
%81
%38
%1

Triadic Colors of #fc319c

#fc319c #9cfc31 #319cfc

Analogous Colors of #fc319c

#fc319c #fc3136 #f731fc

Monochromatic Colors of #fc319c

#fc319c

Complementary Color

#fc319c #31fc91

#fc319c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc319c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc319c Color CSS Codes

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

#fc319c Text Font Color

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

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


#fc319c Background Color

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

This div background color is #fc319c


#fc319c Border Color

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

This div border color is #fc319c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc319c


Comments

No comments written yet.

Please login to write comment.