Color Hex Logo

#fa132c Color Hex

#FA132C
(250,19,44)
0 Favorites   0 Comments

Color spaces of #fa132c

RGB 2501944
HSL0.980.960.53
HSV354°92°98°
CMYK 0.000.920.82   0.02
XYZ40.111820.97164.3167
Yxy20.97160.61330.3207
Hunter Lab45.794876.208026.4675
CIE-Lab52.918477.981150.6286

#fa132c color RGB value is (250,19,44).

#fa132c hex color red value is 250, green value is 19 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fa132c hue: 0.98 , saturation: 0.96 and the lightness value of fa132c is 0.53.

The process color (four color CMYK) of #fa132c color hex is 0.00, 0.92, 0.82, 0.02. Web safe color of #fa132c is #ff0033. Color #fa132c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 00101100
Octal 372 23 54
Decimal 250 19 44
Hex FA 13 2C

RGB Percentages of Color #fa132c

%79.87
%6.07
%14.06

CMYK Percentages of Color #fa132c

%0
%92
%82
%2

Triadic Colors of #fa132c

#fa132c #2cfa13 #132cfa

Analogous Colors of #fa132c

#fa132c #fa6e13 #fa13a0

Monochromatic Colors of #fa132c

#fa132c

Complementary Color

#fa132c #13fae1

#fa132c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa132c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa132c Color CSS Codes

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

#fa132c Text Font Color

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

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


#fa132c Background Color

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

This div background color is #fa132c


#fa132c Border Color

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

This div border color is #fa132c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa132c


Comments

No comments written yet.

Please login to write comment.