Color Hex Logo

#fc31cd Color Hex

#FC31CD
(252,49,205)
0 Favorites   0 Comments

Color spaces of #fc31cd

RGB 25249205
HSL0.870.970.59
HSV314°81°99°
CMYK 0.000.810.19   0.01
XYZ52.262627.299960.2725
Yxy27.29990.37370.1952
Hunter Lab52.249387.1091-31.8198
CIE-Lab59.250985.2687-34.4734

#fc31cd color RGB value is (252,49,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 11001101
Octal 374 61 315
Decimal 252 49 205
Hex FC 31 CD

RGB Percentages of Color #fc31cd

%49.80
%9.68
%40.51

CMYK Percentages of Color #fc31cd

%0
%81
%19
%1

Triadic Colors of #fc31cd

#fc31cd #cdfc31 #31cdfc

Analogous Colors of #fc31cd

#fc31cd #fc3168 #c631fc

Monochromatic Colors of #fc31cd

#fc31cd

Complementary Color

#fc31cd #31fc60

#fc31cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31cd Color CSS Codes

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

#fc31cd Text Font Color

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

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


#fc31cd Background Color

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

This div background color is #fc31cd


#fc31cd Border Color

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

This div border color is #fc31cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31cd

Related Colors


Comments

No comments written yet.

Please login to write comment.