Color Hex Logo

#fa5677 Color Hex

#FA5677
(250,86,119)
0 Favorites   0 Comments

Color spaces of #fa5677

RGB 25086119
HSL0.970.940.66
HSV348°66°98°
CMYK 0.000.660.52   0.02
XYZ46.081928.311520.4886
Yxy28.31150.48570.2984
Hunter Lab53.208661.477114.4157
CIE-Lab60.169164.481116.7183

#fa5677 color RGB value is (250,86,119).

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

The process color (four color CMYK) of #fa5677 color hex is 0.00, 0.66, 0.52, 0.02. Web safe color of #fa5677 is #ff6666. Color #fa5677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010110 01110111
Octal 372 126 167
Decimal 250 86 119
Hex FA 56 77

RGB Percentages of Color #fa5677

%54.95
%18.90
%26.15

CMYK Percentages of Color #fa5677

%0
%66
%52
%2

Triadic Colors of #fa5677

#fa5677 #77fa56 #5677fa

Analogous Colors of #fa5677

#fa5677 #fa8756 #fa56c9

Monochromatic Colors of #fa5677

#fa5677

Complementary Color

#fa5677 #56fad9

#fa5677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5677 Color CSS Codes

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

#fa5677 Text Font Color

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

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


#fa5677 Background Color

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

This div background color is #fa5677


#fa5677 Border Color

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

This div border color is #fa5677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5677


Comments

No comments written yet.

Please login to write comment.