Color Hex Logo

#fa79da Color Hex

#FA79DA
(250,121,218)
0 Favorites   0 Comments

Color spaces of #fa79da

RGB 250121218
HSL0.870.930.73
HSV315°52°98°
CMYK 0.000.520.13   0.02
XYZ58.916639.060770.7639
Yxy39.06070.34920.2315
Hunter Lab62.498658.8972-23.3820
CIE-Lab68.795260.8241-27.0410

#fa79da color RGB value is (250,121,218).

#fa79da hex color red value is 250, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fa79da hue: 0.87 , saturation: 0.93 and the lightness value of fa79da is 0.73.

The process color (four color CMYK) of #fa79da color hex is 0.00, 0.52, 0.13, 0.02. Web safe color of #fa79da is #ff66cc. Color #fa79da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 11011010
Octal 372 171 332
Decimal 250 121 218
Hex FA 79 DA

RGB Percentages of Color #fa79da

%42.44
%20.54
%37.01

CMYK Percentages of Color #fa79da

%0
%52
%13
%2

Triadic Colors of #fa79da

#fa79da #dafa79 #79dafa

Analogous Colors of #fa79da

#fa79da #fa799a #da79fa

Monochromatic Colors of #fa79da

#fa79da

Complementary Color

#fa79da #79fa99

#fa79da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa79da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa79da Color CSS Codes

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

#fa79da Text Font Color

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

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


#fa79da Background Color

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

This div background color is #fa79da


#fa79da Border Color

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

This div border color is #fa79da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa79da


Comments

No comments written yet.

Please login to write comment.