Color Hex Logo

#fa374e Color Hex

#FA374E
(250,55,78)
0 Favorites   0 Comments

Color spaces of #fa374e

RGB 2505578
HSL0.980.950.60
HSV353°78°98°
CMYK 0.000.780.69   0.02
XYZ42.165723.60649.5418
Yxy23.60640.55990.3134
Hunter Lab48.586469.884922.3666
CIE-Lab55.691572.322934.7706

#fa374e color RGB value is (250,55,78).

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

The process color (four color CMYK) of #fa374e color hex is 0.00, 0.78, 0.69, 0.02. Web safe color of #fa374e is #ff3366. Color #fa374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110111 01001110
Octal 372 67 116
Decimal 250 55 78
Hex FA 37 4E

RGB Percentages of Color #fa374e

%65.27
%14.36
%20.37

CMYK Percentages of Color #fa374e

%0
%78
%69
%2

Triadic Colors of #fa374e

#fa374e #4efa37 #374efa

Analogous Colors of #fa374e

#fa374e #fa8237 #fa37b0

Monochromatic Colors of #fa374e

#fa374e

Complementary Color

#fa374e #37fae3

#fa374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa374e Color CSS Codes

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

#fa374e Text Font Color

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

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


#fa374e Background Color

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

This div background color is #fa374e


#fa374e Border Color

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

This div border color is #fa374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa374e


Comments

No comments written yet.

Please login to write comment.