Color Hex Logo

#fa518f Color Hex

#FA518F
(250,81,143)
0 Favorites   0 Comments

Color spaces of #fa518f

RGB 25081143
HSL0.940.940.65
HSV338°68°98°
CMYK 0.000.680.43   0.02
XYZ47.324728.192028.9339
Yxy28.19200.45310.2699
Hunter Lab53.096166.17924.8582
CIE-Lab60.061868.44352.5594

#fa518f color RGB value is (250,81,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 10001111
Octal 372 121 217
Decimal 250 81 143
Hex FA 51 8F

RGB Percentages of Color #fa518f

%52.74
%17.09
%30.17

CMYK Percentages of Color #fa518f

%0
%68
%43
%2

Triadic Colors of #fa518f

#fa518f #8ffa51 #518ffa

Analogous Colors of #fa518f

#fa518f #fa6851 #fa51e4

Monochromatic Colors of #fa518f

#fa518f

Complementary Color

#fa518f #51fabc

#fa518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa518f Color CSS Codes

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

#fa518f Text Font Color

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

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


#fa518f Background Color

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

This div background color is #fa518f


#fa518f Border Color

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

This div border color is #fa518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa518f


Comments

No comments written yet.

Please login to write comment.