Color Hex Logo

#fc475e Color Hex

#FC475E
(252,71,94)
0 Favorites   0 Comments

Color spaces of #fc475e

RGB 2527194
HSL0.980.970.63
HSV352°72°99°
CMYK 0.000.720.63   0.01
XYZ44.418526.010113.2690
Yxy26.01010.53070.3108
Hunter Lab51.000166.214320.2742
CIE-Lab58.046668.845528.5098

#fc475e color RGB value is (252,71,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 01011110
Octal 374 107 136
Decimal 252 71 94
Hex FC 47 5E

RGB Percentages of Color #fc475e

%60.43
%17.03
%22.54

CMYK Percentages of Color #fc475e

%0
%72
%63
%1

Triadic Colors of #fc475e

#fc475e #5efc47 #475efc

Analogous Colors of #fc475e

#fc475e #fc8b47 #fc47b9

Monochromatic Colors of #fc475e

#fc475e

Complementary Color

#fc475e #47fce5

#fc475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc475e Color CSS Codes

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

#fc475e Text Font Color

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

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


#fc475e Background Color

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

This div background color is #fc475e


#fc475e Border Color

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

This div border color is #fc475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc475e


Comments

No comments written yet.

Please login to write comment.