Color Hex Logo

#fc466c Color Hex

#FC466C
(252,70,108)
0 Favorites   0 Comments

Color spaces of #fc466c

RGB 25270108
HSL0.970.970.63
HSV347°72°99°
CMYK 0.000.720.57   0.01
XYZ45.041826.158516.8625
Yxy26.15850.51150.2970
Hunter Lab51.145467.693816.2540
CIE-Lab58.187270.046120.5057

#fc466c color RGB value is (252,70,108).

#fc466c hex color red value is 252, green value is 70 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fc466c hue: 0.97 , saturation: 0.97 and the lightness value of fc466c is 0.63.

The process color (four color CMYK) of #fc466c color hex is 0.00, 0.72, 0.57, 0.01. Web safe color of #fc466c is #ff3366. Color #fc466c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 01101100
Octal 374 106 154
Decimal 252 70 108
Hex FC 46 6C

RGB Percentages of Color #fc466c

%58.60
%16.28
%25.12

CMYK Percentages of Color #fc466c

%0
%72
%57
%1

Triadic Colors of #fc466c

#fc466c #6cfc46 #466cfc

Analogous Colors of #fc466c

#fc466c #fc7b46 #fc46c7

Monochromatic Colors of #fc466c

#fc466c

Complementary Color

#fc466c #46fcd6

#fc466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc466c Color CSS Codes

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

#fc466c Text Font Color

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

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


#fc466c Background Color

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

This div background color is #fc466c


#fc466c Border Color

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

This div border color is #fc466c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,70,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 #fc466c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc466c


Comments

No comments written yet.

Please login to write comment.