Color Hex Logo

#fa379e Color Hex

#FA379E
(250,55,158)
0 Favorites   0 Comments

Color spaces of #fa379e

RGB 25055158
HSL0.910.950.60
HSV328°78°98°
CMYK 0.000.780.37   0.02
XYZ46.962125.525034.7994
Yxy25.52500.43770.2379
Hunter Lab50.522377.5076-5.4730
CIE-Lab57.583478.1115-9.8736

#fa379e color RGB value is (250,55,158).

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

The process color (four color CMYK) of #fa379e color hex is 0.00, 0.78, 0.37, 0.02. Web safe color of #fa379e is #ff3399. Color #fa379e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110111 10011110
Octal 372 67 236
Decimal 250 55 158
Hex FA 37 9E

RGB Percentages of Color #fa379e

%54.00
%11.88
%34.13

CMYK Percentages of Color #fa379e

%0
%78
%37
%2

Triadic Colors of #fa379e

#fa379e #9efa37 #379efa

Analogous Colors of #fa379e

#fa379e #fa373c #f537fa

Monochromatic Colors of #fa379e

#fa379e

Complementary Color

#fa379e #37fa93

#fa379e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa379e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa379e Color CSS Codes

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

#fa379e Text Font Color

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

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


#fa379e Background Color

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

This div background color is #fa379e


#fa379e Border Color

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

This div border color is #fa379e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa379e


Comments

No comments written yet.

Please login to write comment.