Color Hex Logo

#fc12fd Color Hex

#FC12FD
(252,18,253)
0 Favorites   0 Comments

Color spaces of #fc12fd

RGB 25218253
HSL0.830.980.53
HSV300°93°99°
CMYK 0.000.930.00   0.01
XYZ58.090828.219995.3138
Yxy28.21990.31980.1554
Hunter Lab53.1224102.2304-69.1942
CIE-Lab60.086996.3588-60.1364

#fc12fd color RGB value is (252,18,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 11111101
Octal 374 22 375
Decimal 252 18 253
Hex FC 12 FD

RGB Percentages of Color #fc12fd

%48.18
%3.44
%48.37

CMYK Percentages of Color #fc12fd

%0
%93
%0
%1

Triadic Colors of #fc12fd

#fc12fd #fdfc12 #12fdfc

Analogous Colors of #fc12fd

#fc12fd #fd1289 #8712fd

Monochromatic Colors of #fc12fd

#fc12fd

Complementary Color

#fc12fd #13fd12

#fc12fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc12fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc12fd Color CSS Codes

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

#fc12fd Text Font Color

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

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


#fc12fd Background Color

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

This div background color is #fc12fd


#fc12fd Border Color

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

This div border color is #fc12fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc12fd

Related Colors


Comments

No comments written yet.

Please login to write comment.