Color Hex Logo

#fa6890 Color Hex

#FA6890
(250,104,144)
0 Favorites   0 Comments

Color spaces of #fa6890

RGB 250104144
HSL0.950.940.69
HSV344°58°98°
CMYK 0.000.580.42   0.02
XYZ49.408732.238230.0040
Yxy32.23820.44250.2887
Hunter Lab56.778755.96768.4140
CIE-Lab63.539359.18826.9890

#fa6890 color RGB value is (250,104,144).

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

The process color (four color CMYK) of #fa6890 color hex is 0.00, 0.58, 0.42, 0.02. Web safe color of #fa6890 is #ff6699. Color #fa6890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 10010000
Octal 372 150 220
Decimal 250 104 144
Hex FA 68 90

RGB Percentages of Color #fa6890

%50.20
%20.88
%28.92

CMYK Percentages of Color #fa6890

%0
%58
%42
%2

Triadic Colors of #fa6890

#fa6890 #90fa68 #6890fa

Analogous Colors of #fa6890

#fa6890 #fa8968 #fa68d9

Monochromatic Colors of #fa6890

#fa6890

Complementary Color

#fa6890 #68fad2

#fa6890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6890 Color CSS Codes

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

#fa6890 Text Font Color

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

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


#fa6890 Background Color

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

This div background color is #fa6890


#fa6890 Border Color

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

This div border color is #fa6890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6890


Comments

No comments written yet.

Please login to write comment.