Color Hex Logo

#fa7bbf Color Hex

#FA7BBF
(250,123,191)
0 Favorites   0 Comments

Color spaces of #fa7bbf

RGB 250123191
HSL0.910.930.73
HSV328°51°98°
CMYK 0.000.510.24   0.02
XYZ55.911338.251553.7266
Yxy38.25150.37810.2586
Hunter Lab61.847853.1329-8.2112
CIE-Lab68.205655.9900-12.8602

#fa7bbf color RGB value is (250,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 10111111
Octal 372 173 277
Decimal 250 123 191
Hex FA 7B BF

RGB Percentages of Color #fa7bbf

%44.33
%21.81
%33.87

CMYK Percentages of Color #fa7bbf

%0
%51
%24
%2

Triadic Colors of #fa7bbf

#fa7bbf #bffa7b #7bbffa

Analogous Colors of #fa7bbf

#fa7bbf #fa7b80 #f67bfa

Monochromatic Colors of #fa7bbf

#fa7bbf

Complementary Color

#fa7bbf #7bfab6

#fa7bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bbf Color CSS Codes

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

#fa7bbf Text Font Color

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

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


#fa7bbf Background Color

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

This div background color is #fa7bbf


#fa7bbf Border Color

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

This div border color is #fa7bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,123,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 #fa7bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bbf

Related Colors


Comments

No comments written yet.

Please login to write comment.