Color Hex Logo

#fa2890 Color Hex

#FA2890
(250,40,144)
2 Favorites   0 Comments

Color spaces of #fa2890

RGB 25040144
HSL0.920.950.57
HSV330°84°98°
CMYK 0.000.840.42   0.02
XYZ45.217223.855228.6069
Yxy23.85520.46290.2442
Hunter Lab48.841879.7803-0.5372
CIE-Lab55.942580.2268-4.0566

#fa2890 color RGB value is (250,40,144).

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

The process color (four color CMYK) of #fa2890 color hex is 0.00, 0.84, 0.42, 0.02. Web safe color of #fa2890 is #ff3399. Color #fa2890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101000 10010000
Octal 372 50 220
Decimal 250 40 144
Hex FA 28 90

RGB Percentages of Color #fa2890

%57.60
%9.22
%33.18

CMYK Percentages of Color #fa2890

%0
%84
%42
%2

Triadic Colors of #fa2890

#fa2890 #90fa28 #2890fa

Analogous Colors of #fa2890

#fa2890 #fa2928 #fa28f9

Monochromatic Colors of #fa2890

#fa2890

Complementary Color

#fa2890 #28fa92

#fa2890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2890 Color CSS Codes

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

#fa2890 Text Font Color

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

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


#fa2890 Background Color

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

This div background color is #fa2890


#fa2890 Border Color

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

This div border color is #fa2890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2890


Comments

No comments written yet.

Please login to write comment.