Color Hex Logo

#fa79ef Color Hex

#FA79EF
(250,121,239)
0 Favorites   0 Comments

Color spaces of #fa79ef

RGB 250121239
HSL0.850.930.73
HSV305°52°98°
CMYK 0.000.520.04   0.02
XYZ61.841740.230786.1672
Yxy40.23070.32850.2137
Hunter Lab63.427763.0383-36.1467
CIE-Lab69.633564.1524-37.3498

#fa79ef color RGB value is (250,121,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 11101111
Octal 372 171 357
Decimal 250 121 239
Hex FA 79 EF

RGB Percentages of Color #fa79ef

%40.98
%19.84
%39.18

CMYK Percentages of Color #fa79ef

%0
%52
%4
%2

Triadic Colors of #fa79ef

#fa79ef #effa79 #79effa

Analogous Colors of #fa79ef

#fa79ef #fa79af #c579fa

Monochromatic Colors of #fa79ef

#fa79ef

Complementary Color

#fa79ef #79fa84

#fa79ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa79ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa79ef Color CSS Codes

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

#fa79ef Text Font Color

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

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


#fa79ef Background Color

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

This div background color is #fa79ef


#fa79ef Border Color

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

This div border color is #fa79ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa79ef


Comments

No comments written yet.

Please login to write comment.