Color Hex Logo

#fa509f Color Hex

#FA509F
(250,80,159)
0 Favorites   0 Comments

Color spaces of #fa509f

RGB 25080159
HSL0.920.940.65
HSV332°68°98°
CMYK 0.000.680.36   0.02
XYZ48.551028.564535.7555
Yxy28.56450.43010.2531
Hunter Lab53.445868.6222-2.2533
CIE-Lab60.395370.3997-6.2665

#fa509f color RGB value is (250,80,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 10011111
Octal 372 120 237
Decimal 250 80 159
Hex FA 50 9F

RGB Percentages of Color #fa509f

%51.12
%16.36
%32.52

CMYK Percentages of Color #fa509f

%0
%68
%36
%2

Triadic Colors of #fa509f

#fa509f #9ffa50 #509ffa

Analogous Colors of #fa509f

#fa509f #fa5650 #fa50f4

Monochromatic Colors of #fa509f

#fa509f

Complementary Color

#fa509f #50faab

#fa509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa509f Color CSS Codes

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

#fa509f Text Font Color

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

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


#fa509f Background Color

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

This div background color is #fa509f


#fa509f Border Color

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

This div border color is #fa509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa509f


Comments

No comments written yet.

Please login to write comment.