Color Hex Logo

#fa3970 Color Hex

#FA3970
(250,57,112)
0 Favorites   0 Comments

Color spaces of #fa3970

RGB 25057112
HSL0.950.950.60
HSV343°77°98°
CMYK 0.000.770.55   0.02
XYZ43.812124.420117.7336
Yxy24.42010.50960.2841
Hunter Lab49.416771.776213.3150
CIE-Lab56.506073.712415.7886

#fa3970 color RGB value is (250,57,112).

#fa3970 hex color red value is 250, green value is 57 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fa3970 hue: 0.95 , saturation: 0.95 and the lightness value of fa3970 is 0.60.

The process color (four color CMYK) of #fa3970 color hex is 0.00, 0.77, 0.55, 0.02. Web safe color of #fa3970 is #ff3366. Color #fa3970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 01110000
Octal 372 71 160
Decimal 250 57 112
Hex FA 39 70

RGB Percentages of Color #fa3970

%59.67
%13.60
%26.73

CMYK Percentages of Color #fa3970

%0
%77
%55
%2

Triadic Colors of #fa3970

#fa3970 #70fa39 #3970fa

Analogous Colors of #fa3970

#fa3970 #fa6339 #fa39d1

Monochromatic Colors of #fa3970

#fa3970

Complementary Color

#fa3970 #39fac3

#fa3970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3970 Color CSS Codes

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

#fa3970 Text Font Color

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

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


#fa3970 Background Color

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

This div background color is #fa3970


#fa3970 Border Color

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

This div border color is #fa3970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3970


Comments

No comments written yet.

Please login to write comment.