Color Hex Logo

#fc05fa Color Hex

#FC05FA
(252,5,250)
0 Favorites   0 Comments

Color spaces of #fc05fa

RGB 2525250
HSL0.830.980.50
HSV300°98°99°
CMYK 0.000.980.01   0.01
XYZ57.454527.706192.7621
Yxy27.70610.32290.1557
Hunter Lab52.6366102.7244-67.6419
CIE-Lab59.622396.8064-59.2146

#fc05fa color RGB value is (252,5,250).

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

The process color (four color CMYK) of #fc05fa color hex is 0.00, 0.98, 0.01, 0.01. Web safe color of #fc05fa is #ff00ff. Color #fc05fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 11111010
Octal 374 5 372
Decimal 252 5 250
Hex FC 5 FA

RGB Percentages of Color #fc05fa

%49.70
%0.99
%49.31

CMYK Percentages of Color #fc05fa

%0
%98
%1
%1

Triadic Colors of #fc05fa

#fc05fa #fafc05 #05fafc

Analogous Colors of #fc05fa

#fc05fa #fc057f #8305fc

Monochromatic Colors of #fc05fa

#fc05fa

Complementary Color

#fc05fa #05fc07

#fc05fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc05fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc05fa Color CSS Codes

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

#fc05fa Text Font Color

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

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


#fc05fa Background Color

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

This div background color is #fc05fa


#fc05fa Border Color

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

This div border color is #fc05fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc05fa

Related Colors


Comments

No comments written yet.

Please login to write comment.