Color Hex Logo

#fb977d Color Hex

#FB977D
(251,151,125)
0 Favorites   0 Comments

Color spaces of #fb977d

RGB 251151125
HSL0.030.940.74
HSV12°50°98°
CMYK 0.000.400.50   0.02
XYZ54.551944.123125.0434
Yxy44.12310.44090.3566
Hunter Lab66.425230.349524.1444
CIE-Lab72.310734.872229.7208

#fb977d color RGB value is (251,151,125).

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

The process color (four color CMYK) of #fb977d color hex is 0.00, 0.40, 0.50, 0.02. Web safe color of #fb977d is #ff9966. Color #fb977d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 01111101
Octal 373 227 175
Decimal 251 151 125
Hex FB 97 7D

RGB Percentages of Color #fb977d

%47.63
%28.65
%23.72

CMYK Percentages of Color #fb977d

%0
%40
%50
%2

Triadic Colors of #fb977d

#fb977d #7dfb97 #977dfb

Analogous Colors of #fb977d

#fb977d #fbd67d #fb7da2

Monochromatic Colors of #fb977d

#fb977d

Complementary Color

#fb977d #7de1fb

#fb977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb977d Color CSS Codes

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

#fb977d Text Font Color

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

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


#fb977d Background Color

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

This div background color is #fb977d


#fb977d Border Color

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

This div border color is #fb977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb977d

Related Colors


Comments

No comments written yet.

Please login to write comment.