Color Hex Logo

#fa90dc Color Hex

#FA90DC
(250,144,220)
0 Favorites   0 Comments

Color spaces of #fa90dc

RGB 250144220
HSL0.880.910.77
HSV317°42°98°
CMYK 0.000.420.12   0.02
XYZ62.315945.437873.1961
Yxy45.43780.34440.2511
Hunter Lab67.407647.0537-17.1962
CIE-Lab73.179249.9737-21.4448

#fa90dc color RGB value is (250,144,220).

#fa90dc hex color red value is 250, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa90dc hue: 0.88 , saturation: 0.91 and the lightness value of fa90dc is 0.77.

The process color (four color CMYK) of #fa90dc color hex is 0.00, 0.42, 0.12, 0.02. Web safe color of #fa90dc is #ff99cc. Color #fa90dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 11011100
Octal 372 220 334
Decimal 250 144 220
Hex FA 90 DC

RGB Percentages of Color #fa90dc

%40.72
%23.45
%35.83

CMYK Percentages of Color #fa90dc

%0
%42
%12
%2

Triadic Colors of #fa90dc

#fa90dc #dcfa90 #90dcfa

Analogous Colors of #fa90dc

#fa90dc #fa90a7 #e390fa

Monochromatic Colors of #fa90dc

#fa90dc

Complementary Color

#fa90dc #90faae

#fa90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa90dc Color CSS Codes

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

#fa90dc Text Font Color

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

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


#fa90dc Background Color

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

This div background color is #fa90dc


#fa90dc Border Color

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

This div border color is #fa90dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,144,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa90dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa90dc

#fa90dc Color Palettes


Comments

No comments written yet.

Please login to write comment.