Color Hex Logo

#fa519e Color Hex

#FA519E
(250,81,158)
0 Favorites   0 Comments

Color spaces of #fa519e

RGB 25081158
HSL0.920.940.65
HSV333°68°98°
CMYK 0.000.680.37   0.02
XYZ48.538328.677535.3248
Yxy28.67750.43130.2548
Hunter Lab53.551468.0753-1.6243
CIE-Lab60.495969.9312-5.5367

#fa519e color RGB value is (250,81,158).

#fa519e hex color red value is 250, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa519e hue: 0.92 , saturation: 0.94 and the lightness value of fa519e is 0.65.

The process color (four color CMYK) of #fa519e color hex is 0.00, 0.68, 0.37, 0.02. Web safe color of #fa519e is #ff6699. Color #fa519e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 10011110
Octal 372 121 236
Decimal 250 81 158
Hex FA 51 9E

RGB Percentages of Color #fa519e

%51.12
%16.56
%32.31

CMYK Percentages of Color #fa519e

%0
%68
%37
%2

Triadic Colors of #fa519e

#fa519e #9efa51 #519efa

Analogous Colors of #fa519e

#fa519e #fa5951 #fa51f3

Monochromatic Colors of #fa519e

#fa519e

Complementary Color

#fa519e #51faad

#fa519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa519e Color CSS Codes

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

#fa519e Text Font Color

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

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


#fa519e Background Color

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

This div background color is #fa519e


#fa519e Border Color

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

This div border color is #fa519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa519e


Comments

No comments written yet.

Please login to write comment.