Color Hex Logo

#fc1ffa Color Hex

#FC1FFA
(252,31,250)
0 Favorites   0 Comments

Color spaces of #fc1ffa

RGB 25231250
HSL0.830.970.55
HSV301°88°99°
CMYK 0.000.880.01   0.01
XYZ57.890228.577592.9073
Yxy28.57750.32270.1593
Hunter Lab53.457999.7483-65.6226
CIE-Lab60.406994.4903-57.9607

#fc1ffa color RGB value is (252,31,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011111 11111010
Octal 374 37 372
Decimal 252 31 250
Hex FC 1F FA

RGB Percentages of Color #fc1ffa

%47.28
%5.82
%46.90

CMYK Percentages of Color #fc1ffa

%0
%88
%1
%1

Triadic Colors of #fc1ffa

#fc1ffa #fafc1f #1ffafc

Analogous Colors of #fc1ffa

#fc1ffa #fc1f8c #901ffc

Monochromatic Colors of #fc1ffa

#fc1ffa

Complementary Color

#fc1ffa #1ffc21

#fc1ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1ffa Color CSS Codes

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

#fc1ffa Text Font Color

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

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


#fc1ffa Background Color

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

This div background color is #fc1ffa


#fc1ffa Border Color

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

This div border color is #fc1ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.