Color Hex Logo

#fa597c Color Hex

#FA597C
(250,89,124)
0 Favorites   0 Comments

Color spaces of #fa597c

RGB 25089124
HSL0.960.940.66
HSV347°64°98°
CMYK 0.000.640.50   0.02
XYZ46.634828.924022.1937
Yxy28.92400.47710.2959
Hunter Lab53.781060.664713.1797
CIE-Lab60.714563.695014.5636

#fa597c color RGB value is (250,89,124).

#fa597c hex color red value is 250, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fa597c hue: 0.96 , saturation: 0.94 and the lightness value of fa597c is 0.66.

The process color (four color CMYK) of #fa597c color hex is 0.00, 0.64, 0.50, 0.02. Web safe color of #fa597c is #ff6666. Color #fa597c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 01111100
Octal 372 131 174
Decimal 250 89 124
Hex FA 59 7C

RGB Percentages of Color #fa597c

%54.00
%19.22
%26.78

CMYK Percentages of Color #fa597c

%0
%64
%50
%2

Triadic Colors of #fa597c

#fa597c #7cfa59 #597cfa

Analogous Colors of #fa597c

#fa597c #fa8759 #fa59cd

Monochromatic Colors of #fa597c

#fa597c

Complementary Color

#fa597c #59fad7

#fa597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa597c Color CSS Codes

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

#fa597c Text Font Color

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

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


#fa597c Background Color

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

This div background color is #fa597c


#fa597c Border Color

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

This div border color is #fa597c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa597c

Related Colors


Comments

No comments written yet.

Please login to write comment.