Color Hex Logo

#fc207f Color Hex

#FC207F
(252,32,127)
0 Favorites   0 Comments

Color spaces of #fc207f

RGB 25232127
HSL0.930.970.56
HSV334°87°99°
CMYK 0.000.870.50   0.01
XYZ44.492223.260822.2235
Yxy23.26080.49450.2585
Hunter Lab48.229580.26676.4406
CIE-Lab55.340080.72675.2445

#fc207f color RGB value is (252,32,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 01111111
Octal 374 40 177
Decimal 252 32 127
Hex FC 20 7F

RGB Percentages of Color #fc207f

%61.31
%7.79
%30.90

CMYK Percentages of Color #fc207f

%0
%87
%50
%1

Triadic Colors of #fc207f

#fc207f #7ffc20 #207ffc

Analogous Colors of #fc207f

#fc207f #fc2f20 #fc20ed

Monochromatic Colors of #fc207f

#fc207f

Complementary Color

#fc207f #20fc9d

#fc207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc207f Color CSS Codes

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

#fc207f Text Font Color

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

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


#fc207f Background Color

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

This div background color is #fc207f


#fc207f Border Color

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

This div border color is #fc207f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc207f


Comments

No comments written yet.

Please login to write comment.