Color Hex Logo

#fc2cfa Color Hex

#FC2CFA
(252,44,250)
0 Favorites   0 Comments

Color spaces of #fc2cfa

RGB 25244250
HSL0.830.970.58
HSV301°83°99°
CMYK 0.000.830.01   0.01
XYZ58.300929.398993.0442
Yxy29.39890.32260.1627
Hunter Lab54.220897.0459-63.7886
CIE-Lab61.132192.3646-56.8036

#fc2cfa color RGB value is (252,44,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101100 11111010
Octal 374 54 372
Decimal 252 44 250
Hex FC 2C FA

RGB Percentages of Color #fc2cfa

%46.15
%8.06
%45.79

CMYK Percentages of Color #fc2cfa

%0
%83
%1
%1

Triadic Colors of #fc2cfa

#fc2cfa #fafc2c #2cfafc

Analogous Colors of #fc2cfa

#fc2cfa #fc2c92 #962cfc

Monochromatic Colors of #fc2cfa

#fc2cfa

Complementary Color

#fc2cfa #2cfc2e

#fc2cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2cfa Color CSS Codes

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

#fc2cfa Text Font Color

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

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


#fc2cfa Background Color

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

This div background color is #fc2cfa


#fc2cfa Border Color

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

This div border color is #fc2cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.