Color Hex Logo

#fc2fcf Color Hex

#FC2FCF
(252,47,207)
0 Favorites   0 Comments

Color spaces of #fc2fcf

RGB 25247207
HSL0.870.970.59
HSV313°81°99°
CMYK 0.000.810.18   0.01
XYZ52.423927.233561.5250
Yxy27.23350.37130.1929
Hunter Lab52.185787.9896-33.3707
CIE-Lab59.189885.9529-35.7084

#fc2fcf color RGB value is (252,47,207).

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

The process color (four color CMYK) of #fc2fcf color hex is 0.00, 0.81, 0.18, 0.01. Web safe color of #fc2fcf is #ff33cc. Color #fc2fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 11001111
Octal 374 57 317
Decimal 252 47 207
Hex FC 2F CF

RGB Percentages of Color #fc2fcf

%49.80
%9.29
%40.91

CMYK Percentages of Color #fc2fcf

%0
%81
%18
%1

Triadic Colors of #fc2fcf

#fc2fcf #cffc2f #2fcffc

Analogous Colors of #fc2fcf

#fc2fcf #fc2f69 #c32ffc

Monochromatic Colors of #fc2fcf

#fc2fcf

Complementary Color

#fc2fcf #2ffc5c

#fc2fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2fcf Color CSS Codes

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

#fc2fcf Text Font Color

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

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


#fc2fcf Background Color

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

This div background color is #fc2fcf


#fc2fcf Border Color

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

This div border color is #fc2fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2fcf


Comments

No comments written yet.

Please login to write comment.