Color Hex Logo

#fb777f Color Hex

#FB777F
(251,119,127)
0 Favorites   0 Comments

Color spaces of #fb777f

RGB 251119127
HSL0.990.940.73
HSV356°53°98°
CMYK 0.000.530.49   0.02
XYZ50.211335.235224.2333
Yxy35.23520.45780.3213
Hunter Lab59.359247.112417.3464
CIE-Lab65.931451.042620.0578

#fb777f color RGB value is (251,119,127).

#fb777f hex color red value is 251, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fb777f hue: 0.99 , saturation: 0.94 and the lightness value of fb777f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 01111111
Octal 373 167 177
Decimal 251 119 127
Hex FB 77 7F

RGB Percentages of Color #fb777f

%50.50
%23.94
%25.55

CMYK Percentages of Color #fb777f

%0
%53
%49
%2

Triadic Colors of #fb777f

#fb777f #7ffb77 #777ffb

Analogous Colors of #fb777f

#fb777f #fbb177 #fb77c1

Monochromatic Colors of #fb777f

#fb777f

Complementary Color

#fb777f #77fbf3

#fb777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb777f Color CSS Codes

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

#fb777f Text Font Color

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

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


#fb777f Background Color

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

This div background color is #fb777f


#fb777f Border Color

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

This div border color is #fb777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb777f


Comments

No comments written yet.

Please login to write comment.