Color Hex Logo

#fa3b4f Color Hex

#FA3B4F
(250,59,79)
0 Favorites   0 Comments

Color spaces of #fa3b4f

RGB 2505979
HSL0.980.950.61
HSV354°76°98°
CMYK 0.000.760.68   0.02
XYZ42.399624.01649.7981
Yxy24.01640.55630.3151
Hunter Lab49.006568.673722.4504
CIE-Lab56.104271.248034.6937

#fa3b4f color RGB value is (250,59,79).

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

The process color (four color CMYK) of #fa3b4f color hex is 0.00, 0.76, 0.68, 0.02. Web safe color of #fa3b4f is #ff3366. Color #fa3b4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111011 01001111
Octal 372 73 117
Decimal 250 59 79
Hex FA 3B 4F

RGB Percentages of Color #fa3b4f

%64.43
%15.21
%20.36

CMYK Percentages of Color #fa3b4f

%0
%76
%68
%2

Triadic Colors of #fa3b4f

#fa3b4f #4ffa3b #3b4ffa

Analogous Colors of #fa3b4f

#fa3b4f #fa873b #fa3baf

Monochromatic Colors of #fa3b4f

#fa3b4f

Complementary Color

#fa3b4f #3bfae6

#fa3b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3b4f Color CSS Codes

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

#fa3b4f Text Font Color

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

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


#fa3b4f Background Color

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

This div background color is #fa3b4f


#fa3b4f Border Color

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

This div border color is #fa3b4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3b4f


Comments

No comments written yet.

Please login to write comment.