Color Hex Logo

#fa409a Color Hex

#FA409A
(250,64,154)
0 Favorites   0 Comments

Color spaces of #fa409a

RGB 25064154
HSL0.920.950.62
HSV331°74°98°
CMYK 0.000.740.38   0.02
XYZ47.090526.323933.1709
Yxy26.32390.44180.2470
Hunter Lab51.306874.0442-2.4174
CIE-Lab58.343275.1964-6.3964

#fa409a color RGB value is (250,64,154).

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

The process color (four color CMYK) of #fa409a color hex is 0.00, 0.74, 0.38, 0.02. Web safe color of #fa409a is #ff3399. Color #fa409a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 10011010
Octal 372 100 232
Decimal 250 64 154
Hex FA 40 9A

RGB Percentages of Color #fa409a

%53.42
%13.68
%32.91

CMYK Percentages of Color #fa409a

%0
%74
%38
%2

Triadic Colors of #fa409a

#fa409a #9afa40 #409afa

Analogous Colors of #fa409a

#fa409a #fa4340 #fa40f7

Monochromatic Colors of #fa409a

#fa409a

Complementary Color

#fa409a #40faa0

#fa409a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa409a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa409a Color CSS Codes

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

#fa409a Text Font Color

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

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


#fa409a Background Color

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

This div background color is #fa409a


#fa409a Border Color

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

This div border color is #fa409a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa409a

Related Colors


Comments

No comments written yet.

Please login to write comment.