Color Hex Logo

#fa757e Color Hex

#FA757E
(250,117,126)
0 Favorites   0 Comments

Color spaces of #fa757e

RGB 250117126
HSL0.990.930.72
HSV356°53°98°
CMYK 0.000.530.50   0.02
XYZ49.551534.552923.7964
Yxy34.55290.45920.3202
Hunter Lab58.781747.603017.1450
CIE-Lab65.399151.558719.8728

#fa757e color RGB value is (250,117,126).

#fa757e hex color red value is 250, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fa757e hue: 0.99 , saturation: 0.93 and the lightness value of fa757e is 0.72.

The process color (four color CMYK) of #fa757e color hex is 0.00, 0.53, 0.50, 0.02. Web safe color of #fa757e is #ff6666. Color #fa757e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 01111110
Octal 372 165 176
Decimal 250 117 126
Hex FA 75 7E

RGB Percentages of Color #fa757e

%50.71
%23.73
%25.56

CMYK Percentages of Color #fa757e

%0
%53
%50
%2

Triadic Colors of #fa757e

#fa757e #7efa75 #757efa

Analogous Colors of #fa757e

#fa757e #faaf75 #fa75c1

Monochromatic Colors of #fa757e

#fa757e

Complementary Color

#fa757e #75faf1

#fa757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa757e Color CSS Codes

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

#fa757e Text Font Color

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

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


#fa757e Background Color

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

This div background color is #fa757e


#fa757e Border Color

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

This div border color is #fa757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa757e


Comments

No comments written yet.

Please login to write comment.