Color Hex Logo

#fa419a Color Hex

#FA419A
(250,65,154)
0 Favorites   0 Comments

Color spaces of #fa419a

RGB 25065154
HSL0.920.950.62
HSV331°74°98°
CMYK 0.000.740.38   0.02
XYZ47.147426.437733.1899
Yxy26.43770.44160.2476
Hunter Lab51.417673.6949-2.2792
CIE-Lab58.450274.8946-6.2377

#fa419a color RGB value is (250,65,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 10011010
Octal 372 101 232
Decimal 250 65 154
Hex FA 41 9A

RGB Percentages of Color #fa419a

%53.30
%13.86
%32.84

CMYK Percentages of Color #fa419a

%0
%74
%38
%2

Triadic Colors of #fa419a

#fa419a #9afa41 #419afa

Analogous Colors of #fa419a

#fa419a #fa4441 #fa41f7

Monochromatic Colors of #fa419a

#fa419a

Complementary Color

#fa419a #41faa1

#fa419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa419a Color CSS Codes

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

#fa419a Text Font Color

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

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


#fa419a Background Color

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

This div background color is #fa419a


#fa419a Border Color

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

This div border color is #fa419a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa419a


Comments

No comments written yet.

Please login to write comment.