Color Hex Logo

#fa7fbf Color Hex

#FA7FBF
(250,127,191)
0 Favorites   0 Comments

Color spaces of #fa7fbf

RGB 250127191
HSL0.910.920.74
HSV329°49°98°
CMYK 0.000.490.24   0.02
XYZ56.417739.264353.8954
Yxy39.26430.37720.2625
Hunter Lab62.661251.0572-7.1329
CIE-Lab68.942354.0755-11.7553

#fa7fbf color RGB value is (250,127,191).

#fa7fbf hex color red value is 250, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fa7fbf hue: 0.91 , saturation: 0.92 and the lightness value of fa7fbf is 0.74.

The process color (four color CMYK) of #fa7fbf color hex is 0.00, 0.49, 0.24, 0.02. Web safe color of #fa7fbf is #ff66cc. Color #fa7fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111111 10111111
Octal 372 177 277
Decimal 250 127 191
Hex FA 7F BF

RGB Percentages of Color #fa7fbf

%44.01
%22.36
%33.63

CMYK Percentages of Color #fa7fbf

%0
%49
%24
%2

Triadic Colors of #fa7fbf

#fa7fbf #bffa7f #7fbffa

Analogous Colors of #fa7fbf

#fa7fbf #fa7f82 #f87ffa

Monochromatic Colors of #fa7fbf

#fa7fbf

Complementary Color

#fa7fbf #7ffaba

#fa7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7fbf Color CSS Codes

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

#fa7fbf Text Font Color

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

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


#fa7fbf Background Color

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

This div background color is #fa7fbf


#fa7fbf Border Color

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

This div border color is #fa7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7fbf


Comments

No comments written yet.

Please login to write comment.