Color Hex Logo

#fa576a Color Hex

#FA576A
(250,87,106)
0 Favorites   0 Comments

Color spaces of #fa576a

RGB 25087106
HSL0.980.940.66
HSV353°65°98°
CMYK 0.000.650.58   0.02
XYZ45.434128.181016.6805
Yxy28.18100.50320.3121
Hunter Lab53.085859.871218.5301
CIE-Lab60.051963.137024.1086

#fa576a color RGB value is (250,87,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010111 01101010
Octal 372 127 152
Decimal 250 87 106
Hex FA 57 6A

RGB Percentages of Color #fa576a

%56.43
%19.64
%23.93

CMYK Percentages of Color #fa576a

%0
%65
%58
%2

Triadic Colors of #fa576a

#fa576a #6afa57 #576afa

Analogous Colors of #fa576a

#fa576a #fa9657 #fa57bc

Monochromatic Colors of #fa576a

#fa576a

Complementary Color

#fa576a #57fae7

#fa576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa576a Color CSS Codes

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

#fa576a Text Font Color

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

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


#fa576a Background Color

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

This div background color is #fa576a


#fa576a Border Color

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

This div border color is #fa576a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa576a


Comments

No comments written yet.

Please login to write comment.