Color Hex Logo

#fa4589 Color Hex

#FA4589
(250,69,137)
0 Favorites   0 Comments

Color spaces of #fa4589

RGB 25069137
HSL0.940.950.63
HSV337°72°98°
CMYK 0.000.720.45   0.02
XYZ46.067826.386426.3319
Yxy26.38640.46630.2671
Hunter Lab51.367770.18975.5644
CIE-Lab58.402072.05783.6738

#fa4589 color RGB value is (250,69,137).

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

The process color (four color CMYK) of #fa4589 color hex is 0.00, 0.72, 0.45, 0.02. Web safe color of #fa4589 is #ff3399. Color #fa4589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000101 10001001
Octal 372 105 211
Decimal 250 69 137
Hex FA 45 89

RGB Percentages of Color #fa4589

%54.82
%15.13
%30.04

CMYK Percentages of Color #fa4589

%0
%72
%45
%2

Triadic Colors of #fa4589

#fa4589 #89fa45 #4589fa

Analogous Colors of #fa4589

#fa4589 #fa5c45 #fa45e4

Monochromatic Colors of #fa4589

#fa4589

Complementary Color

#fa4589 #45fab6

#fa4589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4589 Color CSS Codes

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

#fa4589 Text Font Color

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

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


#fa4589 Background Color

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

This div background color is #fa4589


#fa4589 Border Color

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

This div border color is #fa4589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4589


Comments

No comments written yet.

Please login to write comment.