Color Hex Logo

#fa60fc Color Hex

#FA60FC
(250,96,252)
0 Favorites   0 Comments

Color spaces of #fa60fc

RGB 25096252
HSL0.830.960.68
HSV299°62°99°
CMYK 0.010.620.00   0.01
XYZ61.177935.718095.7653
Yxy35.71800.31750.1854
Hunter Lab59.764578.1334-53.1697
CIE-Lab66.303976.9485-49.7190

#fa60fc color RGB value is (250,96,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 11111100
Octal 372 140 374
Decimal 250 96 252
Hex FA 60 FC

RGB Percentages of Color #fa60fc

%41.81
%16.05
%42.14

CMYK Percentages of Color #fa60fc

%1
%62
%0
%1

Triadic Colors of #fa60fc

#fa60fc #fcfa60 #60fcfa

Analogous Colors of #fa60fc

#fa60fc #fc60b0 #ac60fc

Monochromatic Colors of #fa60fc

#fa60fc

Complementary Color

#fa60fc #62fc60

#fa60fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa60fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa60fc Color CSS Codes

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

#fa60fc Text Font Color

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

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


#fa60fc Background Color

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

This div background color is #fa60fc


#fa60fc Border Color

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

This div border color is #fa60fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,96,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 #fa60fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa60fc

Related Colors


Comments

No comments written yet.

Please login to write comment.