Color Hex Logo

#fc10ca Color Hex

#FC10CA
(252,16,202)
0 Favorites   0 Comments

Color spaces of #fc10ca

RGB 25216202
HSL0.870.980.53
HSV313°94°99°
CMYK 0.000.940.20   0.01
XYZ50.990825.330358.0788
Yxy25.33030.37940.1885
Hunter Lab50.329292.7703-33.1889
CIE-Lab57.395889.9146-35.6548

#fc10ca color RGB value is (252,16,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 11001010
Octal 374 20 312
Decimal 252 16 202
Hex FC 10 CA

RGB Percentages of Color #fc10ca

%53.62
%3.40
%42.98

CMYK Percentages of Color #fc10ca

%0
%94
%20
%1

Triadic Colors of #fc10ca

#fc10ca #cafc10 #10cafc

Analogous Colors of #fc10ca

#fc10ca #fc1054 #b810fc

Monochromatic Colors of #fc10ca

#fc10ca

Complementary Color

#fc10ca #10fc42

#fc10ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10ca Color CSS Codes

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

#fc10ca Text Font Color

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

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


#fc10ca Background Color

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

This div background color is #fc10ca


#fc10ca Border Color

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

This div border color is #fc10ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10ca


Comments

No comments written yet.

Please login to write comment.