Color Hex Logo

#fa705f Color Hex

#FA705F
(250,112,95)
0 Favorites   0 Comments

Color spaces of #fa705f

RGB 25011295
HSL0.020.940.68
HSV62°98°
CMYK 0.000.550.62   0.02
XYZ47.284132.738614.6535
Yxy32.73860.49940.3458
Hunter Lab57.217747.379724.8681
CIE-Lab63.948751.576335.3505

#fa705f color RGB value is (250,112,95).

#fa705f hex color red value is 250, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fa705f hue: 0.02 , saturation: 0.94 and the lightness value of fa705f is 0.68.

The process color (four color CMYK) of #fa705f color hex is 0.00, 0.55, 0.62, 0.02. Web safe color of #fa705f is #ff6666. Color #fa705f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110000 01011111
Octal 372 160 137
Decimal 250 112 95
Hex FA 70 5F

RGB Percentages of Color #fa705f

%54.70
%24.51
%20.79

CMYK Percentages of Color #fa705f

%0
%55
%62
%2

Triadic Colors of #fa705f

#fa705f #5ffa70 #705ffa

Analogous Colors of #fa705f

#fa705f #fabe5f #fa5f9c

Monochromatic Colors of #fa705f

#fa705f

Complementary Color

#fa705f #5fe9fa

#fa705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa705f Color CSS Codes

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

#fa705f Text Font Color

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

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


#fa705f Background Color

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

This div background color is #fa705f


#fa705f Border Color

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

This div border color is #fa705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa705f


Comments

No comments written yet.

Please login to write comment.