Color Hex Logo

#fa314c Color Hex

#FA314C
(250,49,76)
0 Favorites   0 Comments

Color spaces of #fa314c

RGB 2504976
HSL0.980.950.59
HSV352°80°98°
CMYK 0.000.800.70   0.02
XYZ41.827223.04249.0806
Yxy23.04240.56560.3116
Hunter Lab48.002571.532422.3859
CIE-Lab55.116073.780635.2332

#fa314c color RGB value is (250,49,76).

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

The process color (four color CMYK) of #fa314c color hex is 0.00, 0.80, 0.70, 0.02. Web safe color of #fa314c is #ff3333. Color #fa314c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110001 01001100
Octal 372 61 114
Decimal 250 49 76
Hex FA 31 4C

RGB Percentages of Color #fa314c

%66.67
%13.07
%20.27

CMYK Percentages of Color #fa314c

%0
%80
%70
%2

Triadic Colors of #fa314c

#fa314c #4cfa31 #314cfa

Analogous Colors of #fa314c

#fa314c #fa7b31 #fa31b1

Monochromatic Colors of #fa314c

#fa314c

Complementary Color

#fa314c #31fadf

#fa314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa314c Color CSS Codes

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

#fa314c Text Font Color

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

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


#fa314c Background Color

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

This div background color is #fa314c


#fa314c Border Color

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

This div border color is #fa314c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,49,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 #fa314c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa314c


Comments

No comments written yet.

Please login to write comment.