Color Hex Logo

#fc3547 Color Hex

#FC3547
(252,53,71)
0 Favorites   0 Comments

Color spaces of #fc3547

RGB 2525371
HSL0.980.970.60
HSV355°79°99°
CMYK 0.000.790.72   0.01
XYZ42.555323.69668.2922
Yxy23.69660.57090.3179
Hunter Lab48.679270.856123.9757
CIE-Lab55.782773.100738.9886

#fc3547 color RGB value is (252,53,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 01000111
Octal 374 65 107
Decimal 252 53 71
Hex FC 35 47

RGB Percentages of Color #fc3547

%67.02
%14.10
%18.88

CMYK Percentages of Color #fc3547

%0
%79
%72
%1

Triadic Colors of #fc3547

#fc3547 #47fc35 #3547fc

Analogous Colors of #fc3547

#fc3547 #fc8735 #fc35ab

Monochromatic Colors of #fc3547

#fc3547

Complementary Color

#fc3547 #35fcea

#fc3547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3547 Color CSS Codes

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

#fc3547 Text Font Color

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

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


#fc3547 Background Color

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

This div background color is #fc3547


#fc3547 Border Color

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

This div border color is #fc3547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3547


Comments

No comments written yet.

Please login to write comment.