Color Hex Logo

#fa5986 Color Hex

#FA5986
(250,89,134)
0 Favorites   0 Comments

Color spaces of #fa5986

RGB 25089134
HSL0.950.940.66
HSV343°64°98°
CMYK 0.000.640.46   0.02
XYZ47.299829.190025.6955
Yxy29.19000.46290.2857
Hunter Lab54.027861.72329.6212
CIE-Lab60.948964.55019.0771

#fa5986 color RGB value is (250,89,134).

#fa5986 hex color red value is 250, green value is 89 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fa5986 hue: 0.95 , saturation: 0.94 and the lightness value of fa5986 is 0.66.

The process color (four color CMYK) of #fa5986 color hex is 0.00, 0.64, 0.46, 0.02. Web safe color of #fa5986 is #ff6699. Color #fa5986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 10000110
Octal 372 131 206
Decimal 250 89 134
Hex FA 59 86

RGB Percentages of Color #fa5986

%52.85
%18.82
%28.33

CMYK Percentages of Color #fa5986

%0
%64
%46
%2

Triadic Colors of #fa5986

#fa5986 #86fa59 #5986fa

Analogous Colors of #fa5986

#fa5986 #fa7d59 #fa59d7

Monochromatic Colors of #fa5986

#fa5986

Complementary Color

#fa5986 #59facd

#fa5986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5986 Color CSS Codes

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

#fa5986 Text Font Color

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

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


#fa5986 Background Color

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

This div background color is #fa5986


#fa5986 Border Color

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

This div border color is #fa5986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5986


Comments

No comments written yet.

Please login to write comment.