Color Hex Logo

#fa174c Color Hex

#FA174C
(250,23,76)
0 Favorites   0 Comments

Color spaces of #fa174c

RGB 2502376
HSL0.960.960.54
HSV346°91°98°
CMYK 0.000.910.70   0.02
XYZ41.035221.45868.8166
Yxy21.45860.57540.3009
Hunter Lab46.323477.056721.1419
CIE-Lab53.447878.555333.2122

#fa174c color RGB value is (250,23,76).

#fa174c hex color red value is 250, green value is 23 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fa174c hue: 0.96 , saturation: 0.96 and the lightness value of fa174c is 0.54.

The process color (four color CMYK) of #fa174c color hex is 0.00, 0.91, 0.70, 0.02. Web safe color of #fa174c is #ff0033. Color #fa174c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010111 01001100
Octal 372 27 114
Decimal 250 23 76
Hex FA 17 4C

RGB Percentages of Color #fa174c

%71.63
%6.59
%21.78

CMYK Percentages of Color #fa174c

%0
%91
%70
%2

Triadic Colors of #fa174c

#fa174c #4cfa17 #174cfa

Analogous Colors of #fa174c

#fa174c #fa5417 #fa17be

Monochromatic Colors of #fa174c

#fa174c

Complementary Color

#fa174c #17fac5

#fa174c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa174c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa174c Color CSS Codes

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

#fa174c Text Font Color

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

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


#fa174c Background Color

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

This div background color is #fa174c


#fa174c Border Color

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

This div border color is #fa174c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa174c


Comments

No comments written yet.

Please login to write comment.