Color Hex Logo

#fc10fd Color Hex

#FC10FD
(252,16,253)
0 Favorites   0 Comments

Color spaces of #fc10fd

RGB 25216253
HSL0.830.980.53
HSV300°94°99°
CMYK 0.000.940.00   0.01
XYZ58.059828.157995.3034
Yxy28.15790.31990.1551
Hunter Lab53.0640102.4431-69.3405
CIE-Lab60.031196.5236-60.2256

#fc10fd color RGB value is (252,16,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 11111101
Octal 374 20 375
Decimal 252 16 253
Hex FC 10 FD

RGB Percentages of Color #fc10fd

%48.37
%3.07
%48.56

CMYK Percentages of Color #fc10fd

%0
%94
%0
%1

Triadic Colors of #fc10fd

#fc10fd #fdfc10 #10fdfc

Analogous Colors of #fc10fd

#fc10fd #fd1088 #8610fd

Monochromatic Colors of #fc10fd

#fc10fd

Complementary Color

#fc10fd #11fd10

#fc10fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10fd Color CSS Codes

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

#fc10fd Text Font Color

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

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


#fc10fd Background Color

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

This div background color is #fc10fd


#fc10fd Border Color

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

This div border color is #fc10fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10fd

Related Colors


Comments

No comments written yet.

Please login to write comment.