Color Hex Logo

#fc2fcc Color Hex

#FC2FCC
(252,47,204)
0 Favorites   0 Comments

Color spaces of #fc2fcc

RGB 25247204
HSL0.870.970.59
HSV314°81°99°
CMYK 0.000.810.19   0.01
XYZ52.060527.088159.6114
Yxy27.08810.37520.1952
Hunter Lab52.046287.4680-31.4757
CIE-Lab59.055885.5810-34.2072

#fc2fcc color RGB value is (252,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 11001100
Octal 374 57 314
Decimal 252 47 204
Hex FC 2F CC

RGB Percentages of Color #fc2fcc

%50.10
%9.34
%40.56

CMYK Percentages of Color #fc2fcc

%0
%81
%19
%1

Triadic Colors of #fc2fcc

#fc2fcc #ccfc2f #2fccfc

Analogous Colors of #fc2fcc

#fc2fcc #fc2f66 #c62ffc

Monochromatic Colors of #fc2fcc

#fc2fcc

Complementary Color

#fc2fcc #2ffc5f

#fc2fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2fcc Color CSS Codes

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

#fc2fcc Text Font Color

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

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


#fc2fcc Background Color

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

This div background color is #fc2fcc


#fc2fcc Border Color

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

This div border color is #fc2fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2fcc


Comments

No comments written yet.

Please login to write comment.