Color Hex Logo

#fc207c Color Hex

#FC207C
(252,32,124)
0 Favorites   0 Comments

Color spaces of #fc207c

RGB 25232124
HSL0.930.970.56
HSV335°87°99°
CMYK 0.000.870.51   0.01
XYZ44.299523.183721.2088
Yxy23.18370.49950.2614
Hunter Lab48.149579.96597.5886
CIE-Lab55.261180.50556.9287

#fc207c color RGB value is (252,32,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 01111100
Octal 374 40 174
Decimal 252 32 124
Hex FC 20 7C

RGB Percentages of Color #fc207c

%61.76
%7.84
%30.39

CMYK Percentages of Color #fc207c

%0
%87
%51
%1

Triadic Colors of #fc207c

#fc207c #7cfc20 #207cfc

Analogous Colors of #fc207c

#fc207c #fc3220 #fc20ea

Monochromatic Colors of #fc207c

#fc207c

Complementary Color

#fc207c #20fca0

#fc207c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc207c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc207c Color CSS Codes

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

#fc207c Text Font Color

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

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


#fc207c Background Color

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

This div background color is #fc207c


#fc207c Border Color

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

This div border color is #fc207c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc207c


Comments

No comments written yet.

Please login to write comment.