Color Hex Logo

#fa5850 Color Hex

#FA5850
(250,88,80)
0 Favorites   0 Comments

Color spaces of #fa5850

RGB 2508880
HSL0.010.940.65
HSV68°98°
CMYK 0.000.650.68   0.02
XYZ44.362027.882610.6332
Yxy27.88260.53530.3364
Hunter Lab52.804057.555625.0235
CIE-Lab59.782561.198638.5585

#fa5850 color RGB value is (250,88,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 01010000
Octal 372 130 120
Decimal 250 88 80
Hex FA 58 50

RGB Percentages of Color #fa5850

%59.81
%21.05
%19.14

CMYK Percentages of Color #fa5850

%0
%65
%68
%2

Triadic Colors of #fa5850

#fa5850 #50fa58 #5850fa

Analogous Colors of #fa5850

#fa5850 #faad50 #fa509d

Monochromatic Colors of #fa5850

#fa5850

Complementary Color

#fa5850 #50f2fa

#fa5850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5850 Color CSS Codes

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

#fa5850 Text Font Color

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

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


#fa5850 Background Color

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

This div background color is #fa5850


#fa5850 Border Color

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

This div border color is #fa5850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5850


Comments

No comments written yet.

Please login to write comment.