Color Hex Logo

#fb797d Color Hex

#FB797D
(251,121,125)
0 Favorites   0 Comments

Color spaces of #fb797d

RGB 251121125
HSL0.990.940.73
HSV358°52°98°
CMYK 0.000.520.50   0.02
XYZ50.322735.664623.6337
Yxy35.66460.45910.3253
Hunter Lab59.719845.902618.3403
CIE-Lab66.262949.912521.6373

#fb797d color RGB value is (251,121,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 01111101
Octal 373 171 175
Decimal 251 121 125
Hex FB 79 7D

RGB Percentages of Color #fb797d

%50.50
%24.35
%25.15

CMYK Percentages of Color #fb797d

%0
%52
%50
%2

Triadic Colors of #fb797d

#fb797d #7dfb79 #797dfb

Analogous Colors of #fb797d

#fb797d #fbb679 #fb79be

Monochromatic Colors of #fb797d

#fb797d

Complementary Color

#fb797d #79fbf7

#fb797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb797d Color CSS Codes

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

#fb797d Text Font Color

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

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


#fb797d Background Color

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

This div background color is #fb797d


#fb797d Border Color

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

This div border color is #fb797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb797d


Comments

No comments written yet.

Please login to write comment.