Color Hex Logo

#fa6cfc Color Hex

#FA6CFC
(250,108,252)
0 Favorites   0 Comments

Color spaces of #fa6cfc

RGB 250108252
HSL0.830.960.71
HSV299°57°99°
CMYK 0.010.570.00   0.01
XYZ62.357638.077496.1585
Yxy38.07740.31720.1937
Hunter Lab61.706972.3953-49.1974
CIE-Lab68.077672.0603-46.9228

#fa6cfc color RGB value is (250,108,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101100 11111100
Octal 372 154 374
Decimal 250 108 252
Hex FA 6C FC

RGB Percentages of Color #fa6cfc

%40.98
%17.70
%41.31

CMYK Percentages of Color #fa6cfc

%1
%57
%0
%1

Triadic Colors of #fa6cfc

#fa6cfc #fcfa6c #6cfcfa

Analogous Colors of #fa6cfc

#fa6cfc #fc6cb6 #b26cfc

Monochromatic Colors of #fa6cfc

#fa6cfc

Complementary Color

#fa6cfc #6efc6c

#fa6cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6cfc Color CSS Codes

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

#fa6cfc Text Font Color

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

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


#fa6cfc Background Color

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

This div background color is #fa6cfc


#fa6cfc Border Color

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

This div border color is #fa6cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6cfc


Comments

No comments written yet.

Please login to write comment.