Color Hex Logo

#fa607c Color Hex

#FA607C
(250,96,124)
0 Favorites   0 Comments

Color spaces of #fa607c

RGB 25096124
HSL0.970.940.68
HSV349°62°98°
CMYK 0.000.620.50   0.02
XYZ47.245330.145022.3972
Yxy30.14500.47350.3021
Hunter Lab54.904557.516514.2469
CIE-Lab61.779160.819516.0406

#fa607c color RGB value is (250,96,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 01111100
Octal 372 140 174
Decimal 250 96 124
Hex FA 60 7C

RGB Percentages of Color #fa607c

%53.19
%20.43
%26.38

CMYK Percentages of Color #fa607c

%0
%62
%50
%2

Triadic Colors of #fa607c

#fa607c #7cfa60 #607cfa

Analogous Colors of #fa607c

#fa607c #fa9160 #fa60c9

Monochromatic Colors of #fa607c

#fa607c

Complementary Color

#fa607c #60fade

#fa607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa607c Color CSS Codes

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

#fa607c Text Font Color

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

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


#fa607c Background Color

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

This div background color is #fa607c


#fa607c Border Color

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

This div border color is #fa607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa607c


Comments

No comments written yet.

Please login to write comment.