Color Hex Logo

#fa79db Color Hex

#FA79DB
(250,121,219)
0 Favorites   0 Comments

Color spaces of #fa79db

RGB 250121219
HSL0.870.930.73
HSV314°52°98°
CMYK 0.000.520.12   0.02
XYZ59.047939.113271.4553
Yxy39.11320.34810.2306
Hunter Lab62.540559.0855-23.9630
CIE-Lab68.833260.9769-27.5379

#fa79db color RGB value is (250,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 11011011
Octal 372 171 333
Decimal 250 121 219
Hex FA 79 DB

RGB Percentages of Color #fa79db

%42.37
%20.51
%37.12

CMYK Percentages of Color #fa79db

%0
%52
%12
%2

Triadic Colors of #fa79db

#fa79db #dbfa79 #79dbfa

Analogous Colors of #fa79db

#fa79db #fa799b #d979fa

Monochromatic Colors of #fa79db

#fa79db

Complementary Color

#fa79db #79fa98

#fa79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa79db Color CSS Codes

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

#fa79db Text Font Color

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

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


#fa79db Background Color

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

This div background color is #fa79db


#fa79db Border Color

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

This div border color is #fa79db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa79db


Comments

No comments written yet.

Please login to write comment.