Color Hex Logo

#fa90fc Color Hex

#FA90FC
(250,144,252)
0 Favorites   0 Comments

Color spaces of #fa90fc

RGB 250144252
HSL0.830.950.78
HSV299°43°99°
CMYK 0.010.430.00   0.01
XYZ66.968347.298897.6954
Yxy47.29880.31590.2231
Hunter Lab68.774153.4584-36.0811
CIE-Lab74.380555.3472-37.0727

#fa90fc color RGB value is (250,144,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 11111100
Octal 372 220 374
Decimal 250 144 252
Hex FA 90 FC

RGB Percentages of Color #fa90fc

%38.70
%22.29
%39.01

CMYK Percentages of Color #fa90fc

%1
%43
%0
%1

Triadic Colors of #fa90fc

#fa90fc #fcfa90 #90fcfa

Analogous Colors of #fa90fc

#fa90fc #fc90c8 #c490fc

Monochromatic Colors of #fa90fc

#fa90fc

Complementary Color

#fa90fc #92fc90

#fa90fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa90fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa90fc Color CSS Codes

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

#fa90fc Text Font Color

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

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


#fa90fc Background Color

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

This div background color is #fa90fc


#fa90fc Border Color

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

This div border color is #fa90fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa90fc

Related Colors


Comments

No comments written yet.

Please login to write comment.