Color Hex Logo

#fc479f Color Hex

#FC479F
(252,71,159)
0 Favorites   0 Comments

Color spaces of #fc479f

RGB 25271159
HSL0.920.970.63
HSV331°72°99°
CMYK 0.000.720.37   0.01
XYZ48.656127.705135.5840
Yxy27.70510.43460.2475
Hunter Lab52.635672.8921-3.2377
CIE-Lab59.621474.0240-7.3799

#fc479f color RGB value is (252,71,159).

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

The process color (four color CMYK) of #fc479f color hex is 0.00, 0.72, 0.37, 0.01. Web safe color of #fc479f is #ff3399. Color #fc479f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 10011111
Octal 374 107 237
Decimal 252 71 159
Hex FC 47 9F

RGB Percentages of Color #fc479f

%52.28
%14.73
%32.99

CMYK Percentages of Color #fc479f

%0
%72
%37
%1

Triadic Colors of #fc479f

#fc479f #9ffc47 #479ffc

Analogous Colors of #fc479f

#fc479f #fc4a47 #fc47fa

Monochromatic Colors of #fc479f

#fc479f

Complementary Color

#fc479f #47fca4

#fc479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc479f Color CSS Codes

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

#fc479f Text Font Color

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

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


#fc479f Background Color

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

This div background color is #fc479f


#fc479f Border Color

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

This div border color is #fc479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc479f


Comments

No comments written yet.

Please login to write comment.