Color Hex Logo

#fc11ce Color Hex

#FC11CE
(252,17,206)
0 Favorites   0 Comments

Color spaces of #fc11ce

RGB 25217206
HSL0.870.980.53
HSV312°93°99°
CMYK 0.000.930.18   0.01
XYZ51.485925.552660.6110
Yxy25.55260.37400.1856
Hunter Lab50.549693.3446-35.7064
CIE-Lab57.609990.3025-37.6095

#fc11ce color RGB value is (252,17,206).

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

The process color (four color CMYK) of #fc11ce color hex is 0.00, 0.93, 0.18, 0.01. Web safe color of #fc11ce is #ff00cc. Color #fc11ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 11001110
Octal 374 21 316
Decimal 252 17 206
Hex FC 11 CE

RGB Percentages of Color #fc11ce

%53.05
%3.58
%43.37

CMYK Percentages of Color #fc11ce

%0
%93
%18
%1

Triadic Colors of #fc11ce

#fc11ce #cefc11 #11cefc

Analogous Colors of #fc11ce

#fc11ce #fc1158 #b511fc

Monochromatic Colors of #fc11ce

#fc11ce

Complementary Color

#fc11ce #11fc3f

#fc11ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc11ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc11ce Color CSS Codes

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

#fc11ce Text Font Color

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

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


#fc11ce Background Color

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

This div background color is #fc11ce


#fc11ce Border Color

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

This div border color is #fc11ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc11ce


Comments

No comments written yet.

Please login to write comment.