Color Hex Logo

#fa6bfe Color Hex

#FA6BFE
(250,107,254)
0 Favorites   0 Comments

Color spaces of #fa6bfe

RGB 250107254
HSL0.830.990.71
HSV298°58°100°
CMYK 0.020.580.00   0.00
XYZ62.571437.995197.8018
Yxy37.99510.31540.1915
Hunter Lab61.640273.3264-50.9248
CIE-Lab68.017072.8176-48.1142

#fa6bfe color RGB value is (250,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 11111110
Octal 372 153 376
Decimal 250 107 254
Hex FA 6B FE

RGB Percentages of Color #fa6bfe

%40.92
%17.51
%41.57

CMYK Percentages of Color #fa6bfe

%2
%58
%0
%0

Triadic Colors of #fa6bfe

#fa6bfe #fefa6b #6bfefa

Analogous Colors of #fa6bfe

#fa6bfe #fe6bb9 #b16bfe

Monochromatic Colors of #fa6bfe

#fa6bfe

Complementary Color

#fa6bfe #6ffe6b

#fa6bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bfe Color CSS Codes

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

#fa6bfe Text Font Color

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

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


#fa6bfe Background Color

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

This div background color is #fa6bfe


#fa6bfe Border Color

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

This div border color is #fa6bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.