Color Hex Logo

#fa757d Color Hex

#FA757D
(250,117,125)
0 Favorites   0 Comments

Color spaces of #fa757d

RGB 250117125
HSL0.990.930.72
HSV356°53°98°
CMYK 0.000.530.50   0.02
XYZ49.487334.527223.4582
Yxy34.52720.46050.3213
Hunter Lab58.759947.502217.4620
CIE-Lab65.378951.471920.4115

#fa757d color RGB value is (250,117,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 01111101
Octal 372 165 175
Decimal 250 117 125
Hex FA 75 7D

RGB Percentages of Color #fa757d

%50.81
%23.78
%25.41

CMYK Percentages of Color #fa757d

%0
%53
%50
%2

Triadic Colors of #fa757d

#fa757d #7dfa75 #757dfa

Analogous Colors of #fa757d

#fa757d #fab075 #fa75c0

Monochromatic Colors of #fa757d

#fa757d

Complementary Color

#fa757d #75faf2

#fa757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa757d Color CSS Codes

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

#fa757d Text Font Color

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

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


#fa757d Background Color

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

This div background color is #fa757d


#fa757d Border Color

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

This div border color is #fa757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa757d

Related Colors


Comments

No comments written yet.

Please login to write comment.