Color Hex Logo

#fc3c63 Color Hex

#FC3C63
(252,60,99)
0 Favorites   0 Comments

Color spaces of #fc3c63

RGB 2526099
HSL0.970.970.61
HSV348°76°99°
CMYK 0.000.760.61   0.01
XYZ44.012924.828014.2769
Yxy24.82800.52950.2987
Hunter Lab49.827770.470917.8913
CIE-Lab56.907472.571124.0960

#fc3c63 color RGB value is (252,60,99).

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

The process color (four color CMYK) of #fc3c63 color hex is 0.00, 0.76, 0.61, 0.01. Web safe color of #fc3c63 is #ff3366. Color #fc3c63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111100 01100011
Octal 374 74 143
Decimal 252 60 99
Hex FC 3C 63

RGB Percentages of Color #fc3c63

%61.31
%14.60
%24.09

CMYK Percentages of Color #fc3c63

%0
%76
%61
%1

Triadic Colors of #fc3c63

#fc3c63 #63fc3c #3c63fc

Analogous Colors of #fc3c63

#fc3c63 #fc753c #fc3cc3

Monochromatic Colors of #fc3c63

#fc3c63

Complementary Color

#fc3c63 #3cfcd5

#fc3c63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3c63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3c63 Color CSS Codes

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

#fc3c63 Text Font Color

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

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


#fc3c63 Background Color

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

This div background color is #fc3c63


#fc3c63 Border Color

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

This div border color is #fc3c63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3c63


Comments

No comments written yet.

Please login to write comment.