Color Hex Logo

#fc109e Color Hex

#FC109E
(252,16,158)
0 Favorites   0 Comments

Color spaces of #fc109e

RGB 25216158
HSL0.900.980.53
HSV324°94°99°
CMYK 0.000.940.37   0.01
XYZ46.501723.534734.4395
Yxy23.53470.44510.2253
Hunter Lab48.512686.2041-8.1317
CIE-Lab55.618985.2833-12.7877

#fc109e color RGB value is (252,16,158).

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

The process color (four color CMYK) of #fc109e color hex is 0.00, 0.94, 0.37, 0.01. Web safe color of #fc109e is #ff0099. Color #fc109e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 10011110
Octal 374 20 236
Decimal 252 16 158
Hex FC 10 9E

RGB Percentages of Color #fc109e

%59.15
%3.76
%37.09

CMYK Percentages of Color #fc109e

%0
%94
%37
%1

Triadic Colors of #fc109e

#fc109e #9efc10 #109efc

Analogous Colors of #fc109e

#fc109e #fc1028 #e410fc

Monochromatic Colors of #fc109e

#fc109e

Complementary Color

#fc109e #10fc6e

#fc109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc109e Color CSS Codes

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

#fc109e Text Font Color

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

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


#fc109e Background Color

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

This div background color is #fc109e


#fc109e Border Color

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

This div border color is #fc109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc109e


Comments

No comments written yet.

Please login to write comment.