Color Hex Logo

#fc474c Color Hex

#FC474C
(252,71,76)
0 Favorites   0 Comments

Color spaces of #fc474c

RGB 2527176
HSL1.000.970.63
HSV358°72°99°
CMYK 0.000.720.70   0.01
XYZ43.702625.72379.4993
Yxy25.72370.55370.3259
Hunter Lab50.718565.050524.3983
CIE-Lab57.773967.925438.4929

#fc474c color RGB value is (252,71,76).

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

The process color (four color CMYK) of #fc474c color hex is 0.00, 0.72, 0.70, 0.01. Web safe color of #fc474c is #ff3333. Color #fc474c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 01001100
Octal 374 107 114
Decimal 252 71 76
Hex FC 47 4C

RGB Percentages of Color #fc474c

%63.16
%17.79
%19.05

CMYK Percentages of Color #fc474c

%0
%72
%70
%1

Triadic Colors of #fc474c

#fc474c #4cfc47 #474cfc

Analogous Colors of #fc474c

#fc474c #fc9d47 #fc47a7

Monochromatic Colors of #fc474c

#fc474c

Complementary Color

#fc474c #47fcf7

#fc474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc474c Color CSS Codes

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

#fc474c Text Font Color

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

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


#fc474c Background Color

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

This div background color is #fc474c


#fc474c Border Color

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

This div border color is #fc474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc474c

Related Colors


Comments

No comments written yet.

Please login to write comment.