Color Hex Logo

#fa5373 Color Hex

#FA5373
(250,83,115)
0 Favorites   0 Comments

Color spaces of #fa5373

RGB 25083115
HSL0.970.940.65
HSV349°67°98°
CMYK 0.000.670.54   0.02
XYZ45.612127.748319.1716
Yxy27.74830.49290.2999
Hunter Lab52.676762.376915.2951
CIE-Lab59.660765.333318.3519

#fa5373 color RGB value is (250,83,115).

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

The process color (four color CMYK) of #fa5373 color hex is 0.00, 0.67, 0.54, 0.02. Web safe color of #fa5373 is #ff6666. Color #fa5373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 01110011
Octal 372 123 163
Decimal 250 83 115
Hex FA 53 73

RGB Percentages of Color #fa5373

%55.80
%18.53
%25.67

CMYK Percentages of Color #fa5373

%0
%67
%54
%2

Triadic Colors of #fa5373

#fa5373 #73fa53 #5373fa

Analogous Colors of #fa5373

#fa5373 #fa8753 #fa53c7

Monochromatic Colors of #fa5373

#fa5373

Complementary Color

#fa5373 #53fada

#fa5373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5373 Color CSS Codes

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

#fa5373 Text Font Color

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

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


#fa5373 Background Color

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

This div background color is #fa5373


#fa5373 Border Color

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

This div border color is #fa5373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5373


Comments

No comments written yet.

Please login to write comment.