Color Hex Logo

#fa5663 Color Hex

#FA5663
(250,86,99)
0 Favorites   0 Comments

Color spaces of #fa5663

RGB 2508699
HSL0.990.940.66
HSV355°66°98°
CMYK 0.000.660.60   0.02
XYZ45.004327.880414.8139
Yxy27.88040.51320.3179
Hunter Lab52.801959.736420.3271
CIE-Lab59.780563.070127.7914

#fa5663 color RGB value is (250,86,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010110 01100011
Octal 372 126 143
Decimal 250 86 99
Hex FA 56 63

RGB Percentages of Color #fa5663

%57.47
%19.77
%22.76

CMYK Percentages of Color #fa5663

%0
%66
%60
%2

Triadic Colors of #fa5663

#fa5663 #63fa56 #5663fa

Analogous Colors of #fa5663

#fa5663 #fa9b56 #fa56b5

Monochromatic Colors of #fa5663

#fa5663

Complementary Color

#fa5663 #56faed

#fa5663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5663 Color CSS Codes

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

#fa5663 Text Font Color

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

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


#fa5663 Background Color

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

This div background color is #fa5663


#fa5663 Border Color

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

This div border color is #fa5663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5663


Comments

No comments written yet.

Please login to write comment.