Color Hex Logo

#fa74fc Color Hex

#FA74FC
(250,116,252)
0 Favorites   0 Comments

Color spaces of #fa74fc

RGB 250116252
HSL0.830.960.72
HSV299°54°99°
CMYK 0.010.540.00   0.01
XYZ63.240439.843196.4528
Yxy39.84310.31690.1997
Hunter Lab63.121468.3741-46.4133
CIE-Lab69.357668.5837-44.9114

#fa74fc color RGB value is (250,116,252).

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

The process color (four color CMYK) of #fa74fc color hex is 0.01, 0.54, 0.00, 0.01. Web safe color of #fa74fc is #ff66ff. Color #fa74fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 11111100
Octal 372 164 374
Decimal 250 116 252
Hex FA 74 FC

RGB Percentages of Color #fa74fc

%40.45
%18.77
%40.78

CMYK Percentages of Color #fa74fc

%1
%54
%0
%1

Triadic Colors of #fa74fc

#fa74fc #fcfa74 #74fcfa

Analogous Colors of #fa74fc

#fa74fc #fc74ba #b674fc

Monochromatic Colors of #fa74fc

#fa74fc

Complementary Color

#fa74fc #76fc74

#fa74fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa74fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa74fc Color CSS Codes

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

#fa74fc Text Font Color

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

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


#fa74fc Background Color

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

This div background color is #fa74fc


#fa74fc Border Color

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

This div border color is #fa74fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa74fc


Comments

No comments written yet.

Please login to write comment.