Color Hex Logo

#fa299c Color Hex

#FA299C
(250,41,156)
0 Favorites   0 Comments

Color spaces of #fa299c

RGB 25041156
HSL0.910.950.57
HSV327°84°98°
CMYK 0.000.840.38   0.02
XYZ46.218024.310233.7089
Yxy24.31020.44340.2332
Hunter Lab49.305481.0384-6.0214
CIE-Lab56.397081.1263-10.4755

#fa299c color RGB value is (250,41,156).

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

The process color (four color CMYK) of #fa299c color hex is 0.00, 0.84, 0.38, 0.02. Web safe color of #fa299c is #ff3399. Color #fa299c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 10011100
Octal 372 51 234
Decimal 250 41 156
Hex FA 29 9C

RGB Percentages of Color #fa299c

%55.93
%9.17
%34.90

CMYK Percentages of Color #fa299c

%0
%84
%38
%2

Triadic Colors of #fa299c

#fa299c #9cfa29 #299cfa

Analogous Colors of #fa299c

#fa299c #fa2933 #f029fa

Monochromatic Colors of #fa299c

#fa299c

Complementary Color

#fa299c #29fa87

#fa299c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa299c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa299c Color CSS Codes

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

#fa299c Text Font Color

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

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


#fa299c Background Color

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

This div background color is #fa299c


#fa299c Border Color

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

This div border color is #fa299c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa299c


Comments

No comments written yet.

Please login to write comment.