Color Hex Logo

#fa6bfc Color Hex

#FA6BFC
(250,107,252)
0 Favorites   0 Comments

Color spaces of #fa6bfc

RGB 250107252
HSL0.830.960.70
HSV299°58°99°
CMYK 0.010.580.00   0.01
XYZ62.252737.867796.1236
Yxy37.86770.31720.1930
Hunter Lab61.536772.8875-49.5384
CIE-Lab67.923072.4831-47.1662

#fa6bfc color RGB value is (250,107,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 11111100
Octal 372 153 374
Decimal 250 107 252
Hex FA 6B FC

RGB Percentages of Color #fa6bfc

%41.05
%17.57
%41.38

CMYK Percentages of Color #fa6bfc

%1
%58
%0
%1

Triadic Colors of #fa6bfc

#fa6bfc #fcfa6b #6bfcfa

Analogous Colors of #fa6bfc

#fa6bfc #fc6bb6 #b26bfc

Monochromatic Colors of #fa6bfc

#fa6bfc

Complementary Color

#fa6bfc #6dfc6b

#fa6bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bfc Color CSS Codes

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

#fa6bfc Text Font Color

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

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


#fa6bfc Background Color

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

This div background color is #fa6bfc


#fa6bfc Border Color

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

This div border color is #fa6bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bfc


Comments

No comments written yet.

Please login to write comment.