Color Hex Logo

#fa726f Color Hex

#FA726F
(250,114,111)
0 Favorites   0 Comments

Color spaces of #fa726f

RGB 250114111
HSL0.000.930.71
HSV56°98°
CMYK 0.000.540.56   0.02
XYZ48.310933.506318.9600
Yxy33.50630.47940.3325
Hunter Lab57.884647.679221.0989
CIE-Lab64.568851.750827.2281

#fa726f color RGB value is (250,114,111).

#fa726f hex color red value is 250, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fa726f hue: 0.00 , saturation: 0.93 and the lightness value of fa726f is 0.71.

The process color (four color CMYK) of #fa726f color hex is 0.00, 0.54, 0.56, 0.02. Web safe color of #fa726f is #ff6666. Color #fa726f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 01101111
Octal 372 162 157
Decimal 250 114 111
Hex FA 72 6F

RGB Percentages of Color #fa726f

%52.63
%24.00
%23.37

CMYK Percentages of Color #fa726f

%0
%54
%56
%2

Triadic Colors of #fa726f

#fa726f #6ffa72 #726ffa

Analogous Colors of #fa726f

#fa726f #fab86f #fa6fb2

Monochromatic Colors of #fa726f

#fa726f

Complementary Color

#fa726f #6ff7fa

#fa726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa726f Color CSS Codes

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

#fa726f Text Font Color

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

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


#fa726f Background Color

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

This div background color is #fa726f


#fa726f Border Color

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

This div border color is #fa726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa726f


Comments

No comments written yet.

Please login to write comment.