Color Hex Logo

#fc126e Color Hex

#FC126E
(252,18,110)
0 Favorites   0 Comments

Color spaces of #fc126e

RGB 25218110
HSL0.930.980.53
HSV336°93°99°
CMYK 0.000.930.56   0.01
XYZ43.175722.253816.7717
Yxy22.25380.52520.2707
Hunter Lab47.173980.816811.9424
CIE-Lab54.295381.362113.9886

#fc126e color RGB value is (252,18,110).

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

The process color (four color CMYK) of #fc126e color hex is 0.00, 0.93, 0.56, 0.01. Web safe color of #fc126e is #ff0066. Color #fc126e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 01101110
Octal 374 22 156
Decimal 252 18 110
Hex FC 12 6E

RGB Percentages of Color #fc126e

%66.32
%4.74
%28.95

CMYK Percentages of Color #fc126e

%0
%93
%56
%1

Triadic Colors of #fc126e

#fc126e #6efc12 #126efc

Analogous Colors of #fc126e

#fc126e #fc2b12 #fc12e3

Monochromatic Colors of #fc126e

#fc126e

Complementary Color

#fc126e #12fca0

#fc126e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc126e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc126e Color CSS Codes

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

#fc126e Text Font Color

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

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


#fc126e Background Color

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

This div background color is #fc126e


#fc126e Border Color

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

This div border color is #fc126e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc126e


Comments

No comments written yet.

Please login to write comment.