Color Hex Logo

#fa5063 Color Hex

#FA5063
(250,80,99)
0 Favorites   0 Comments

Color spaces of #fa5063

RGB 2508099
HSL0.980.940.65
HSV353°68°98°
CMYK 0.000.680.60   0.02
XYZ44.545126.962214.6608
Yxy26.96220.51700.3129
Hunter Lab51.925162.261119.6074
CIE-Lab58.939365.366026.6966

#fa5063 color RGB value is (250,80,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 01100011
Octal 372 120 143
Decimal 250 80 99
Hex FA 50 63

RGB Percentages of Color #fa5063

%58.28
%18.65
%23.08

CMYK Percentages of Color #fa5063

%0
%68
%60
%2

Triadic Colors of #fa5063

#fa5063 #63fa50 #5063fa

Analogous Colors of #fa5063

#fa5063 #fa9250 #fa50b8

Monochromatic Colors of #fa5063

#fa5063

Complementary Color

#fa5063 #50fae7

#fa5063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5063 Color CSS Codes

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

#fa5063 Text Font Color

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

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


#fa5063 Background Color

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

This div background color is #fa5063


#fa5063 Border Color

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

This div border color is #fa5063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,80,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 #fa5063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5063

Related Colors


Comments

No comments written yet.

Please login to write comment.