Color Hex Logo

#fa79fa Color Hex

#FA79FA
(250,121,250)
0 Favorites   0 Comments

Color spaces of #fa79fa

RGB 250121250
HSL0.830.930.73
HSV300°52°98°
CMYK 0.000.520.00   0.02
XYZ63.517040.900994.9894
Yxy40.90090.31850.2051
Hunter Lab63.953865.3617-43.2947
CIE-Lab70.106465.9915-42.6440

#fa79fa color RGB value is (250,121,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 11111010
Octal 372 171 372
Decimal 250 121 250
Hex FA 79 FA

RGB Percentages of Color #fa79fa

%40.26
%19.48
%40.26

CMYK Percentages of Color #fa79fa

%0
%52
%0
%2

Triadic Colors of #fa79fa

#fa79fa #fafa79 #79fafa

Analogous Colors of #fa79fa

#fa79fa #fa79ba #ba79fa

Monochromatic Colors of #fa79fa

#fa79fa

Complementary Color

#fa79fa #79fa79

#fa79fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa79fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa79fa Color CSS Codes

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

#fa79fa Text Font Color

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

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


#fa79fa Background Color

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

This div background color is #fa79fa


#fa79fa Border Color

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

This div border color is #fa79fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa79fa


Comments

No comments written yet.

Please login to write comment.