Color Hex Logo

#fa79ed Color Hex

#FA79ED
(250,121,237)
0 Favorites   0 Comments

Color spaces of #fa79ed

RGB 250121237
HSL0.850.930.73
HSV306°52°98°
CMYK 0.000.520.05   0.02
XYZ61.547840.113284.6195
Yxy40.11320.33040.2153
Hunter Lab63.335062.6269-34.8807
CIE-Lab69.550163.8246-36.3794

#fa79ed color RGB value is (250,121,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 11101101
Octal 372 171 355
Decimal 250 121 237
Hex FA 79 ED

RGB Percentages of Color #fa79ed

%41.12
%19.90
%38.98

CMYK Percentages of Color #fa79ed

%0
%52
%5
%2

Triadic Colors of #fa79ed

#fa79ed #edfa79 #79edfa

Analogous Colors of #fa79ed

#fa79ed #fa79ad #c779fa

Monochromatic Colors of #fa79ed

#fa79ed

Complementary Color

#fa79ed #79fa86

#fa79ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa79ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa79ed Color CSS Codes

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

#fa79ed Text Font Color

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

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


#fa79ed Background Color

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

This div background color is #fa79ed


#fa79ed Border Color

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

This div border color is #fa79ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa79ed


Comments

No comments written yet.

Please login to write comment.