Color Hex Logo

#fc00fd Color Hex

#FC00FD
(252,0,253)
0 Favorites   0 Comments

Color spaces of #fc00fd

RGB 2520253
HSL0.831.000.50
HSV300°100°99°
CMYK 0.001.000.00   0.01
XYZ57.874527.787395.2417
Yxy27.78730.31990.1536
Hunter Lab52.7137103.7268-70.2241
CIE-Lab59.696197.5159-60.7619

#fc00fd color RGB value is (252,0,253).

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

The process color (four color CMYK) of #fc00fd color hex is 0.00, 1.00, 0.00, 0.01. Web safe color of #fc00fd is #ff00ff. Color #fc00fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 11111101
Octal 374 0 375
Decimal 252 0 253
Hex FC 0 FD

RGB Percentages of Color #fc00fd

%49.90
%0.00
%50.10

CMYK Percentages of Color #fc00fd

%0
%100
%0
%1

Triadic Colors of #fc00fd

#fc00fd #fdfc00 #00fdfc

Analogous Colors of #fc00fd

#fc00fd #fd0080 #7e00fd

Monochromatic Colors of #fc00fd

#fc00fd

Complementary Color

#fc00fd #01fd00

#fc00fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc00fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc00fd Color CSS Codes

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

#fc00fd Text Font Color

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

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


#fc00fd Background Color

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

This div background color is #fc00fd


#fc00fd Border Color

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

This div border color is #fc00fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc00fd

Related Colors


Comments

No comments written yet.

Please login to write comment.