Color Hex Logo

#fc374a Color Hex

#FC374A
(252,55,74)
0 Favorites   0 Comments

Color spaces of #fc374a

RGB 2525574
HSL0.980.970.60
HSV354°78°99°
CMYK 0.000.780.71   0.01
XYZ42.747123.92228.8430
Yxy23.92220.56610.3168
Hunter Lab48.910370.414023.5176
CIE-Lab56.009872.695837.5432

#fc374a color RGB value is (252,55,74).

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

The process color (four color CMYK) of #fc374a color hex is 0.00, 0.78, 0.71, 0.01. Web safe color of #fc374a is #ff3333. Color #fc374a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 01001010
Octal 374 67 112
Decimal 252 55 74
Hex FC 37 4A

RGB Percentages of Color #fc374a

%66.14
%14.44
%19.42

CMYK Percentages of Color #fc374a

%0
%78
%71
%1

Triadic Colors of #fc374a

#fc374a #4afc37 #374afc

Analogous Colors of #fc374a

#fc374a #fc8737 #fc37ad

Monochromatic Colors of #fc374a

#fc374a

Complementary Color

#fc374a #37fce9

#fc374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc374a Color CSS Codes

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

#fc374a Text Font Color

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

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


#fc374a Background Color

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

This div background color is #fc374a


#fc374a Border Color

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

This div border color is #fc374a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc374a


Comments

No comments written yet.

Please login to write comment.