Color Hex Logo

#fa7efc Color Hex

#FA7EFC
(250,126,252)
0 Favorites   0 Comments

Color spaces of #fa7efc

RGB 250126252
HSL0.830.950.74
HSV299°50°99°
CMYK 0.010.500.00   0.01
XYZ64.455942.274096.8580
Yxy42.27400.31660.2076
Hunter Lab65.018563.1733-42.8114
CIE-Lab71.059464.0272-42.2459

#fa7efc color RGB value is (250,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 11111100
Octal 372 176 374
Decimal 250 126 252
Hex FA 7E FC

RGB Percentages of Color #fa7efc

%39.81
%20.06
%40.13

CMYK Percentages of Color #fa7efc

%1
%50
%0
%1

Triadic Colors of #fa7efc

#fa7efc #fcfa7e #7efcfa

Analogous Colors of #fa7efc

#fa7efc #fc7ebf #bb7efc

Monochromatic Colors of #fa7efc

#fa7efc

Complementary Color

#fa7efc #80fc7e

#fa7efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7efc Color CSS Codes

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

#fa7efc Text Font Color

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

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


#fa7efc Background Color

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

This div background color is #fa7efc


#fa7efc Border Color

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

This div border color is #fa7efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7efc

Related Colors


Comments

No comments written yet.

Please login to write comment.