Color Hex Logo

#fa5584 Color Hex

#FA5584
(250,85,132)
0 Favorites   0 Comments

Color spaces of #fa5584

RGB 25085132
HSL0.950.940.66
HSV343°66°98°
CMYK 0.000.660.47   0.02
XYZ46.837728.486924.8597
Yxy28.48690.46750.2843
Hunter Lab53.373163.24019.7456
CIE-Lab60.326165.94039.3581

#fa5584 color RGB value is (250,85,132).

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

The process color (four color CMYK) of #fa5584 color hex is 0.00, 0.66, 0.47, 0.02. Web safe color of #fa5584 is #ff6699. Color #fa5584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010101 10000100
Octal 372 125 204
Decimal 250 85 132
Hex FA 55 84

RGB Percentages of Color #fa5584

%53.53
%18.20
%28.27

CMYK Percentages of Color #fa5584

%0
%66
%47
%2

Triadic Colors of #fa5584

#fa5584 #84fa55 #5584fa

Analogous Colors of #fa5584

#fa5584 #fa7955 #fa55d7

Monochromatic Colors of #fa5584

#fa5584

Complementary Color

#fa5584 #55facb

#fa5584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5584 Color CSS Codes

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

#fa5584 Text Font Color

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

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


#fa5584 Background Color

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

This div background color is #fa5584


#fa5584 Border Color

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

This div border color is #fa5584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5584


Comments

No comments written yet.

Please login to write comment.