Color Hex Logo

#fa59f6 Color Hex

#FA59F6
(250,89,246)
0 Favorites   0 Comments

Color spaces of #fa59f6

RGB 25089246
HSL0.840.940.66
HSV301°64°98°
CMYK 0.000.640.02   0.02
XYZ59.631334.122690.6322
Yxy34.12260.32340.1851
Hunter Lab58.414679.9926-51.1003
CIE-Lab65.059878.6421-48.3773

#fa59f6 color RGB value is (250,89,246).

#fa59f6 hex color red value is 250, green value is 89 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fa59f6 hue: 0.84 , saturation: 0.94 and the lightness value of fa59f6 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 11110110
Octal 372 131 366
Decimal 250 89 246
Hex FA 59 F6

RGB Percentages of Color #fa59f6

%42.74
%15.21
%42.05

CMYK Percentages of Color #fa59f6

%0
%64
%2
%2

Triadic Colors of #fa59f6

#fa59f6 #f6fa59 #59f6fa

Analogous Colors of #fa59f6

#fa59f6 #fa59a6 #ae59fa

Monochromatic Colors of #fa59f6

#fa59f6

Complementary Color

#fa59f6 #59fa5d

#fa59f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa59f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa59f6 Color CSS Codes

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

#fa59f6 Text Font Color

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

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


#fa59f6 Background Color

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

This div background color is #fa59f6


#fa59f6 Border Color

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

This div border color is #fa59f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa59f6


Comments

No comments written yet.

Please login to write comment.