Color Hex Logo

#fa9afc Color Hex

#FA9AFC
(250,154,252)
0 Favorites   0 Comments

Color spaces of #fa9afc

RGB 250154252
HSL0.830.940.80
HSV299°39°99°
CMYK 0.010.390.00   0.01
XYZ68.550650.463598.2229
Yxy50.46350.31560.2323
Hunter Lab71.037747.9347-32.2532
CIE-Lab76.352950.3224-34.0185

#fa9afc color RGB value is (250,154,252).

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

The process color (four color CMYK) of #fa9afc color hex is 0.01, 0.39, 0.00, 0.01. Web safe color of #fa9afc is #ff99ff. Color #fa9afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011010 11111100
Octal 372 232 374
Decimal 250 154 252
Hex FA 9A FC

RGB Percentages of Color #fa9afc

%38.11
%23.48
%38.41

CMYK Percentages of Color #fa9afc

%1
%39
%0
%1

Triadic Colors of #fa9afc

#fa9afc #fcfa9a #9afcfa

Analogous Colors of #fa9afc

#fa9afc #fc9acd #c99afc

Monochromatic Colors of #fa9afc

#fa9afc

Complementary Color

#fa9afc #9cfc9a

#fa9afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9afc Color CSS Codes

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

#fa9afc Text Font Color

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

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


#fa9afc Background Color

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

This div background color is #fa9afc


#fa9afc Border Color

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

This div border color is #fa9afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9afc

Related Colors


Comments

No comments written yet.

Please login to write comment.