Color Hex Logo

#fa7dfc Color Hex

#FA7DFC
(250,125,252)
0 Favorites   0 Comments

Color spaces of #fa7dfc

RGB 250125252
HSL0.830.950.74
HSV299°50°99°
CMYK 0.010.500.00   0.01
XYZ64.328642.019596.8155
Yxy42.01950.31660.2068
Hunter Lab64.822463.7008-43.1768
CIE-Lab70.884464.4924-42.5196

#fa7dfc color RGB value is (250,125,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111101 11111100
Octal 372 175 374
Decimal 250 125 252
Hex FA 7D FC

RGB Percentages of Color #fa7dfc

%39.87
%19.94
%40.19

CMYK Percentages of Color #fa7dfc

%1
%50
%0
%1

Triadic Colors of #fa7dfc

#fa7dfc #fcfa7d #7dfcfa

Analogous Colors of #fa7dfc

#fa7dfc #fc7dbf #bb7dfc

Monochromatic Colors of #fa7dfc

#fa7dfc

Complementary Color

#fa7dfc #7ffc7d

#fa7dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7dfc Color CSS Codes

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

#fa7dfc Text Font Color

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

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


#fa7dfc Background Color

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

This div background color is #fa7dfc


#fa7dfc Border Color

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

This div border color is #fa7dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7dfc


Comments

No comments written yet.

Please login to write comment.