Color Hex Logo

#fc2ccc Color Hex

#FC2CCC
(252,44,204)
0 Favorites   0 Comments

Color spaces of #fc2ccc

RGB 25244204
HSL0.870.970.58
HSV314°83°99°
CMYK 0.000.830.19   0.01
XYZ51.944626.856459.5728
Yxy26.85640.37540.1941
Hunter Lab51.823288.2278-31.8800
CIE-Lab58.841286.2023-34.5419

#fc2ccc color RGB value is (252,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101100 11001100
Octal 374 54 314
Decimal 252 44 204
Hex FC 2C CC

RGB Percentages of Color #fc2ccc

%50.40
%8.80
%40.80

CMYK Percentages of Color #fc2ccc

%0
%83
%19
%1

Triadic Colors of #fc2ccc

#fc2ccc #ccfc2c #2cccfc

Analogous Colors of #fc2ccc

#fc2ccc #fc2c64 #c42cfc

Monochromatic Colors of #fc2ccc

#fc2ccc

Complementary Color

#fc2ccc #2cfc5c

#fc2ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2ccc Color CSS Codes

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

#fc2ccc Text Font Color

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

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


#fc2ccc Background Color

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

This div background color is #fc2ccc


#fc2ccc Border Color

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

This div border color is #fc2ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2ccc


Comments

No comments written yet.

Please login to write comment.