Color Hex Logo

#fa51df Color Hex

#FA51DF
(250,81,223)
0 Favorites   0 Comments

Color spaces of #fa51df

RGB 25081223
HSL0.860.940.65
HSV310°68°98°
CMYK 0.000.680.11   0.02
XYZ55.686131.536672.9642
Yxy31.53660.34760.1969
Hunter Lab56.157578.7262-37.7240
CIE-Lab62.958078.0455-38.8823

#fa51df color RGB value is (250,81,223).

#fa51df hex color red value is 250, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa51df hue: 0.86 , saturation: 0.94 and the lightness value of fa51df is 0.65.

The process color (four color CMYK) of #fa51df color hex is 0.00, 0.68, 0.11, 0.02. Web safe color of #fa51df is #ff66cc. Color #fa51df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 11011111
Octal 372 121 337
Decimal 250 81 223
Hex FA 51 DF

RGB Percentages of Color #fa51df

%45.13
%14.62
%40.25

CMYK Percentages of Color #fa51df

%0
%68
%11
%2

Triadic Colors of #fa51df

#fa51df #dffa51 #51dffa

Analogous Colors of #fa51df

#fa51df #fa518b #c151fa

Monochromatic Colors of #fa51df

#fa51df

Complementary Color

#fa51df #51fa6c

#fa51df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa51df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa51df Color CSS Codes

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

#fa51df Text Font Color

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

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


#fa51df Background Color

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

This div background color is #fa51df


#fa51df Border Color

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

This div border color is #fa51df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa51df


Comments

No comments written yet.

Please login to write comment.