Color Hex Logo

#fc406b Color Hex

#FC406B
(252,64,107)
0 Favorites   0 Comments

Color spaces of #fc406b

RGB 25264107
HSL0.960.970.62
HSV346°75°99°
CMYK 0.000.750.58   0.01
XYZ44.632125.423816.4648
Yxy25.42380.51590.2938
Hunter Lab50.422069.764515.9349
CIE-Lab57.486071.882820.1479

#fc406b color RGB value is (252,64,107).

#fc406b hex color red value is 252, green value is 64 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fc406b hue: 0.96 , saturation: 0.97 and the lightness value of fc406b is 0.62.

The process color (four color CMYK) of #fc406b color hex is 0.00, 0.75, 0.58, 0.01. Web safe color of #fc406b is #ff3366. Color #fc406b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 01101011
Octal 374 100 153
Decimal 252 64 107
Hex FC 40 6B

RGB Percentages of Color #fc406b

%59.57
%15.13
%25.30

CMYK Percentages of Color #fc406b

%0
%75
%58
%1

Triadic Colors of #fc406b

#fc406b #6bfc40 #406bfc

Analogous Colors of #fc406b

#fc406b #fc7340 #fc40c9

Monochromatic Colors of #fc406b

#fc406b

Complementary Color

#fc406b #40fcd1

#fc406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc406b Color CSS Codes

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

#fc406b Text Font Color

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

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


#fc406b Background Color

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

This div background color is #fc406b


#fc406b Border Color

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

This div border color is #fc406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc406b

Related Colors


Comments

No comments written yet.

Please login to write comment.