Color Hex Logo

#fa294e Color Hex

#FA294E
(250,41,78)
0 Favorites   0 Comments

Color spaces of #fa294e

RGB 2504178
HSL0.970.950.57
HSV349°84°98°
CMYK 0.000.840.69   0.02
XYZ41.592422.45999.3508
Yxy22.45990.56660.3060
Hunter Lab47.391973.720721.4759
CIE-Lab54.511675.672733.3329

#fa294e color RGB value is (250,41,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 01001110
Octal 372 51 116
Decimal 250 41 78
Hex FA 29 4E

RGB Percentages of Color #fa294e

%67.75
%11.11
%21.14

CMYK Percentages of Color #fa294e

%0
%84
%69
%2

Triadic Colors of #fa294e

#fa294e #4efa29 #294efa

Analogous Colors of #fa294e

#fa294e #fa6d29 #fa29b7

Monochromatic Colors of #fa294e

#fa294e

Complementary Color

#fa294e #29fad5

#fa294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa294e Color CSS Codes

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

#fa294e Text Font Color

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

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


#fa294e Background Color

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

This div background color is #fa294e


#fa294e Border Color

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

This div border color is #fa294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa294e


Comments

No comments written yet.

Please login to write comment.