Color Hex Logo

#fc71fa Color Hex

#FC71FA
(252,113,250)
0 Favorites   0 Comments

Color spaces of #fc71fa

RGB 252113250
HSL0.840.960.72
HSV301°55°99°
CMYK 0.000.550.01   0.01
XYZ63.305339.407894.7124
Yxy39.40780.32070.1996
Hunter Lab62.775670.1487-45.5105
CIE-Lab69.045670.0777-44.2870

#fc71fa color RGB value is (252,113,250).

#fc71fa hex color red value is 252, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fc71fa hue: 0.84 , saturation: 0.96 and the lightness value of fc71fa is 0.72.

The process color (four color CMYK) of #fc71fa color hex is 0.00, 0.55, 0.01, 0.01. Web safe color of #fc71fa is #ff66ff. Color #fc71fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 11111010
Octal 374 161 372
Decimal 252 113 250
Hex FC 71 FA

RGB Percentages of Color #fc71fa

%40.98
%18.37
%40.65

CMYK Percentages of Color #fc71fa

%0
%55
%1
%1

Triadic Colors of #fc71fa

#fc71fa #fafc71 #71fafc

Analogous Colors of #fc71fa

#fc71fa #fc71b5 #b971fc

Monochromatic Colors of #fc71fa

#fc71fa

Complementary Color

#fc71fa #71fc73

#fc71fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc71fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc71fa Color CSS Codes

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

#fc71fa Text Font Color

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

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


#fc71fa Background Color

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

This div background color is #fc71fa


#fc71fa Border Color

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

This div border color is #fc71fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc71fa


Comments

No comments written yet.

Please login to write comment.