Color Hex Logo

#fc126c Color Hex

#FC126C
(252,18,108)
0 Favorites   0 Comments

Color spaces of #fc126c

RGB 25218108
HSL0.940.980.53
HSV337°93°99°
CMYK 0.000.930.57   0.01
XYZ43.068022.210816.2045
Yxy22.21080.52860.2726
Hunter Lab47.128380.646812.6037
CIE-Lab54.250081.237615.1330

#fc126c color RGB value is (252,18,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 01101100
Octal 374 22 154
Decimal 252 18 108
Hex FC 12 6C

RGB Percentages of Color #fc126c

%66.67
%4.76
%28.57

CMYK Percentages of Color #fc126c

%0
%93
%57
%1

Triadic Colors of #fc126c

#fc126c #6cfc12 #126cfc

Analogous Colors of #fc126c

#fc126c #fc2d12 #fc12e1

Monochromatic Colors of #fc126c

#fc126c

Complementary Color

#fc126c #12fca2

#fc126c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc126c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc126c Color CSS Codes

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

#fc126c Text Font Color

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

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


#fc126c Background Color

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

This div background color is #fc126c


#fc126c Border Color

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

This div border color is #fc126c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc126c

Related Colors


Comments

No comments written yet.

Please login to write comment.