Color Hex Logo

#fc20fa Color Hex

#FC20FA
(252,32,250)
0 Favorites   0 Comments

Color spaces of #fc20fa

RGB 25232250
HSL0.830.970.56
HSV301°87°99°
CMYK 0.000.870.01   0.01
XYZ57.916728.630692.9162
Yxy28.63060.32270.1595
Hunter Lab53.507699.5705-65.5021
CIE-Lab60.454294.3511-57.8852

#fc20fa color RGB value is (252,32,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 11111010
Octal 374 40 372
Decimal 252 32 250
Hex FC 20 FA

RGB Percentages of Color #fc20fa

%47.19
%5.99
%46.82

CMYK Percentages of Color #fc20fa

%0
%87
%1
%1

Triadic Colors of #fc20fa

#fc20fa #fafc20 #20fafc

Analogous Colors of #fc20fa

#fc20fa #fc208c #9020fc

Monochromatic Colors of #fc20fa

#fc20fa

Complementary Color

#fc20fa #20fc22

#fc20fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc20fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc20fa Color CSS Codes

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

#fc20fa Text Font Color

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

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


#fc20fa Background Color

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

This div background color is #fc20fa


#fc20fa Border Color

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

This div border color is #fc20fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc20fa

Related Colors


Comments

No comments written yet.

Please login to write comment.