Color Hex Logo

#fa343b Color Hex

#FA343B
(250,52,59)
0 Favorites   0 Comments

Color spaces of #fa343b

RGB 2505259
HSL0.990.950.59
HSV358°79°98°
CMYK 0.000.790.76   0.02
XYZ41.441723.09576.4114
Yxy23.09570.58410.3255
Hunter Lab48.058069.823925.7307
CIE-Lab55.170872.372444.8996

#fa343b color RGB value is (250,52,59).

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

The process color (four color CMYK) of #fa343b color hex is 0.00, 0.79, 0.76, 0.02. Web safe color of #fa343b is #ff3333. Color #fa343b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110100 00111011
Octal 372 64 73
Decimal 250 52 59
Hex FA 34 3B

RGB Percentages of Color #fa343b

%69.25
%14.40
%16.34

CMYK Percentages of Color #fa343b

%0
%79
%76
%2

Triadic Colors of #fa343b

#fa343b #3bfa34 #343bfa

Analogous Colors of #fa343b

#fa343b #fa9034 #fa349e

Monochromatic Colors of #fa343b

#fa343b

Complementary Color

#fa343b #34faf3

#fa343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa343b Color CSS Codes

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

#fa343b Text Font Color

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

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


#fa343b Background Color

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

This div background color is #fa343b


#fa343b Border Color

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

This div border color is #fa343b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa343b


Comments

No comments written yet.

Please login to write comment.