Color Hex Logo

#fc10c5 Color Hex

#FC10C5
(252,16,197)
0 Favorites   0 Comments

Color spaces of #fc10c5

RGB 25216197
HSL0.870.980.53
HSV314°94°99°
CMYK 0.000.940.22   0.01
XYZ50.408225.097255.0108
Yxy25.09720.38620.1923
Hunter Lab50.097191.9385-30.0374
CIE-Lab57.170089.3348-33.1363

#fc10c5 color RGB value is (252,16,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 11000101
Octal 374 20 305
Decimal 252 16 197
Hex FC 10 C5

RGB Percentages of Color #fc10c5

%54.19
%3.44
%42.37

CMYK Percentages of Color #fc10c5

%0
%94
%22
%1

Triadic Colors of #fc10c5

#fc10c5 #c5fc10 #10c5fc

Analogous Colors of #fc10c5

#fc10c5 #fc104f #bd10fc

Monochromatic Colors of #fc10c5

#fc10c5

Complementary Color

#fc10c5 #10fc47

#fc10c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10c5 Color CSS Codes

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

#fc10c5 Text Font Color

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

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


#fc10c5 Background Color

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

This div background color is #fc10c5


#fc10c5 Border Color

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

This div border color is #fc10c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10c5

Related Colors


Comments

No comments written yet.

Please login to write comment.