Color Hex Logo

#fa837f Color Hex

#FA837F
(250,131,127)
0 Favorites   0 Comments

Color spaces of #fa837f

RGB 250131127
HSL0.010.920.74
HSV49°98°
CMYK 0.000.480.49   0.02
XYZ51.371438.088924.7230
Yxy38.08890.44990.3336
Hunter Lab61.716240.576719.4503
CIE-Lab68.086144.844322.9618

#fa837f color RGB value is (250,131,127).

#fa837f hex color red value is 250, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fa837f hue: 0.01 , saturation: 0.92 and the lightness value of fa837f is 0.74.

The process color (four color CMYK) of #fa837f color hex is 0.00, 0.48, 0.49, 0.02. Web safe color of #fa837f is #ff9966. Color #fa837f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000011 01111111
Octal 372 203 177
Decimal 250 131 127
Hex FA 83 7F

RGB Percentages of Color #fa837f

%49.21
%25.79
%25.00

CMYK Percentages of Color #fa837f

%0
%48
%49
%2

Triadic Colors of #fa837f

#fa837f #7ffa83 #837ffa

Analogous Colors of #fa837f

#fa837f #fac17f #fa7fb9

Monochromatic Colors of #fa837f

#fa837f

Complementary Color

#fa837f #7ff6fa

#fa837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa837f Color CSS Codes

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

#fa837f Text Font Color

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

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


#fa837f Background Color

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

This div background color is #fa837f


#fa837f Border Color

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

This div border color is #fa837f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa837f


Comments

No comments written yet.

Please login to write comment.