Color Hex Logo

#fa394e Color Hex

#FA394E
(250,57,78)
0 Favorites   0 Comments

Color spaces of #fa394e

RGB 2505778
HSL0.980.950.60
HSV353°77°98°
CMYK 0.000.770.69   0.02
XYZ42.262623.80039.5742
Yxy23.80030.55880.3147
Hunter Lab48.785669.258722.5142
CIE-Lab55.887371.771135.0076

#fa394e color RGB value is (250,57,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 01001110
Octal 372 71 116
Decimal 250 57 78
Hex FA 39 4E

RGB Percentages of Color #fa394e

%64.94
%14.81
%20.26

CMYK Percentages of Color #fa394e

%0
%77
%69
%2

Triadic Colors of #fa394e

#fa394e #4efa39 #394efa

Analogous Colors of #fa394e

#fa394e #fa8539 #fa39af

Monochromatic Colors of #fa394e

#fa394e

Complementary Color

#fa394e #39fae5

#fa394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa394e Color CSS Codes

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

#fa394e Text Font Color

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

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


#fa394e Background Color

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

This div background color is #fa394e


#fa394e Border Color

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

This div border color is #fa394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa394e

Related Colors


Comments

No comments written yet.

Please login to write comment.