Color Hex Logo

#fa847f Color Hex

#FA847F
(250,132,127)
0 Favorites   0 Comments

Color spaces of #fa847f

RGB 250132127
HSL0.010.920.74
HSV49°98°
CMYK 0.000.470.49   0.02
XYZ51.506438.358824.7680
Yxy38.35880.44930.3346
Hunter Lab61.934540.060119.6437
CIE-Lab68.284244.346723.2295

#fa847f color RGB value is (250,132,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 01111111
Octal 372 204 177
Decimal 250 132 127
Hex FA 84 7F

RGB Percentages of Color #fa847f

%49.12
%25.93
%24.95

CMYK Percentages of Color #fa847f

%0
%47
%49
%2

Triadic Colors of #fa847f

#fa847f #7ffa84 #847ffa

Analogous Colors of #fa847f

#fa847f #fac27f #fa7fb8

Monochromatic Colors of #fa847f

#fa847f

Complementary Color

#fa847f #7ff5fa

#fa847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa847f Color CSS Codes

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

#fa847f Text Font Color

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

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


#fa847f Background Color

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

This div background color is #fa847f


#fa847f Border Color

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

This div border color is #fa847f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,132,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 #fa847f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa847f

Related Colors


Comments

No comments written yet.

Please login to write comment.