Color Hex Logo

#fa497f Color Hex

#FA497F
(250,73,127)
0 Favorites   0 Comments

Color spaces of #fa497f

RGB 25073127
HSL0.950.950.63
HSV342°71°98°
CMYK 0.000.710.49   0.02
XYZ45.637626.621422.8117
Yxy26.62140.48000.2800
Hunter Lab51.595967.59389.9037
CIE-Lab58.622269.88229.8738

#fa497f color RGB value is (250,73,127).

#fa497f hex color red value is 250, green value is 73 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fa497f hue: 0.95 , saturation: 0.95 and the lightness value of fa497f is 0.63.

The process color (four color CMYK) of #fa497f color hex is 0.00, 0.71, 0.49, 0.02. Web safe color of #fa497f is #ff3366. Color #fa497f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 01111111
Octal 372 111 177
Decimal 250 73 127
Hex FA 49 7F

RGB Percentages of Color #fa497f

%55.56
%16.22
%28.22

CMYK Percentages of Color #fa497f

%0
%71
%49
%2

Triadic Colors of #fa497f

#fa497f #7ffa49 #497ffa

Analogous Colors of #fa497f

#fa497f #fa6c49 #fa49d8

Monochromatic Colors of #fa497f

#fa497f

Complementary Color

#fa497f #49fac4

#fa497f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa497f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa497f Color CSS Codes

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

#fa497f Text Font Color

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

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


#fa497f Background Color

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

This div background color is #fa497f


#fa497f Border Color

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

This div border color is #fa497f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa497f


Comments

No comments written yet.

Please login to write comment.