Color Hex Logo

#fc31ff Color Hex

#FC31FF
(252,49,255)
0 Favorites   0 Comments

Color spaces of #fc31ff

RGB 25249255
HSL0.831.000.60
HSV299°81°100°
CMYK 0.010.810.00   0.00
XYZ59.293230.112197.2949
Yxy30.11210.31760.1613
Hunter Lab54.874596.8431-66.7116
CIE-Lab61.750892.0943-58.5840

#fc31ff color RGB value is (252,49,255).

#fc31ff hex color red value is 252, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fc31ff hue: 0.83 , saturation: 1.00 and the lightness value of fc31ff is 0.60.

The process color (four color CMYK) of #fc31ff color hex is 0.01, 0.81, 0.00, 0.00. Web safe color of #fc31ff is #ff33ff. Color #fc31ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 11111111
Octal 374 61 377
Decimal 252 49 255
Hex FC 31 FF

RGB Percentages of Color #fc31ff

%45.32
%8.81
%45.86

CMYK Percentages of Color #fc31ff

%1
%81
%0
%0

Triadic Colors of #fc31ff

#fc31ff #fffc31 #31fffc

Analogous Colors of #fc31ff

#fc31ff #ff319b #9531ff

Monochromatic Colors of #fc31ff

#fc31ff

Complementary Color

#fc31ff #34ff31

#fc31ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31ff Color CSS Codes

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

#fc31ff Text Font Color

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

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


#fc31ff Background Color

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

This div background color is #fc31ff


#fc31ff Border Color

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

This div border color is #fc31ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31ff

Related Colors


Comments

No comments written yet.

Please login to write comment.