Color Hex Logo

#fa73fe Color Hex

#FA73FE
(250,115,254)
0 Favorites   0 Comments

Color spaces of #fa73fe

RGB 250115254
HSL0.830.990.72
HSV298°55°100°
CMYK 0.020.550.00   0.00
XYZ63.444539.741298.0929
Yxy39.74120.31520.1974
Hunter Lab63.040669.3225-48.1284
CIE-Lab69.284869.3667-46.1196

#fa73fe color RGB value is (250,115,254).

#fa73fe hex color red value is 250, green value is 115 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fa73fe hue: 0.83 , saturation: 0.99 and the lightness value of fa73fe is 0.72.

The process color (four color CMYK) of #fa73fe color hex is 0.02, 0.55, 0.00, 0.00. Web safe color of #fa73fe is #ff66ff. Color #fa73fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 11111110
Octal 372 163 376
Decimal 250 115 254
Hex FA 73 FE

RGB Percentages of Color #fa73fe

%40.39
%18.58
%41.03

CMYK Percentages of Color #fa73fe

%2
%55
%0
%0

Triadic Colors of #fa73fe

#fa73fe #fefa73 #73fefa

Analogous Colors of #fa73fe

#fa73fe #fe73bd #b573fe

Monochromatic Colors of #fa73fe

#fa73fe

Complementary Color

#fa73fe #77fe73

#fa73fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa73fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa73fe Color CSS Codes

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

#fa73fe Text Font Color

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

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


#fa73fe Background Color

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

This div background color is #fa73fe


#fa73fe Border Color

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

This div border color is #fa73fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa73fe

Related Colors


Comments

No comments written yet.

Please login to write comment.