Color Hex Logo

#fa131b Color Hex

#FA131B
(250,19,27)
0 Favorites   0 Comments

Color spaces of #fa131b

RGB 2501927
HSL0.990.960.53
HSV358°92°98°
CMYK 0.000.920.89   0.02
XYZ39.855020.86892.9644
Yxy20.86890.62580.3277
Hunter Lab45.682575.785328.1303
CIE-Lab52.805777.664758.4639

#fa131b color RGB value is (250,19,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 00011011
Octal 372 23 33
Decimal 250 19 27
Hex FA 13 1B

RGB Percentages of Color #fa131b

%84.46
%6.42
%9.12

CMYK Percentages of Color #fa131b

%0
%92
%89
%2

Triadic Colors of #fa131b

#fa131b #1bfa13 #131bfa

Analogous Colors of #fa131b

#fa131b #fa7f13 #fa138f

Monochromatic Colors of #fa131b

#fa131b

Complementary Color

#fa131b #13faf2

#fa131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa131b Color CSS Codes

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

#fa131b Text Font Color

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

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


#fa131b Background Color

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

This div background color is #fa131b


#fa131b Border Color

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

This div border color is #fa131b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa131b


Comments

No comments written yet.

Please login to write comment.