Color Hex Logo

#fc11ca Color Hex

#FC11CA
(252,17,202)
0 Favorites   0 Comments

Color spaces of #fc11ca

RGB 25217202
HSL0.870.980.53
HSV313°93°99°
CMYK 0.000.930.20   0.01
XYZ51.006025.360658.0839
Yxy25.36060.37940.1886
Hunter Lab50.359392.6634-33.1329
CIE-Lab57.425189.8289-35.6091

#fc11ca color RGB value is (252,17,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 11001010
Octal 374 21 312
Decimal 252 17 202
Hex FC 11 CA

RGB Percentages of Color #fc11ca

%53.50
%3.61
%42.89

CMYK Percentages of Color #fc11ca

%0
%93
%20
%1

Triadic Colors of #fc11ca

#fc11ca #cafc11 #11cafc

Analogous Colors of #fc11ca

#fc11ca #fc1154 #b911fc

Monochromatic Colors of #fc11ca

#fc11ca

Complementary Color

#fc11ca #11fc43

#fc11ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc11ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc11ca Color CSS Codes

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

#fc11ca Text Font Color

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

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


#fc11ca Background Color

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

This div background color is #fc11ca


#fc11ca Border Color

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

This div border color is #fc11ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc11ca


Comments

No comments written yet.

Please login to write comment.