Color Hex Logo

#fa86fc Color Hex

#FA86FC
(250,134,252)
0 Favorites   0 Comments

Color spaces of #fa86fc

RGB 250134252
HSL0.830.950.76
HSV299°47°99°
CMYK 0.010.470.00   0.01
XYZ65.520144.402597.2127
Yxy44.40250.31630.2144
Hunter Lab66.635258.9013-39.8523
CIE-Lab72.496760.2364-40.0023

#fa86fc color RGB value is (250,134,252).

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

The process color (four color CMYK) of #fa86fc color hex is 0.01, 0.47, 0.00, 0.01. Web safe color of #fa86fc is #ff99ff. Color #fa86fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 11111100
Octal 372 206 374
Decimal 250 134 252
Hex FA 86 FC

RGB Percentages of Color #fa86fc

%39.31
%21.07
%39.62

CMYK Percentages of Color #fa86fc

%1
%47
%0
%1

Triadic Colors of #fa86fc

#fa86fc #fcfa86 #86fcfa

Analogous Colors of #fa86fc

#fa86fc #fc86c3 #bf86fc

Monochromatic Colors of #fa86fc

#fa86fc

Complementary Color

#fa86fc #88fc86

#fa86fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa86fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa86fc Color CSS Codes

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

#fa86fc Text Font Color

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

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


#fa86fc Background Color

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

This div background color is #fa86fc


#fa86fc Border Color

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

This div border color is #fa86fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa86fc

Related Colors


Comments

No comments written yet.

Please login to write comment.