Color Hex Logo

#fb789d Color Hex

#FB789D
(251,120,157)
0 Favorites   0 Comments

Color spaces of #fb789d

RGB 251120157
HSL0.950.940.73
HSV343°52°98°
CMYK 0.000.520.37   0.02
XYZ52.585936.376536.1481
Yxy36.37650.42030.2908
Hunter Lab60.312950.08376.6840
CIE-Lab66.806653.54394.2842

#fb789d color RGB value is (251,120,157).

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

The process color (four color CMYK) of #fb789d color hex is 0.00, 0.52, 0.37, 0.02. Web safe color of #fb789d is #ff6699. Color #fb789d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111000 10011101
Octal 373 170 235
Decimal 251 120 157
Hex FB 78 9D

RGB Percentages of Color #fb789d

%47.54
%22.73
%29.73

CMYK Percentages of Color #fb789d

%0
%52
%37
%2

Triadic Colors of #fb789d

#fb789d #9dfb78 #789dfb

Analogous Colors of #fb789d

#fb789d #fb9578 #fb78df

Monochromatic Colors of #fb789d

#fb789d

Complementary Color

#fb789d #78fbd6

#fb789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb789d Color CSS Codes

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

#fb789d Text Font Color

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

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


#fb789d Background Color

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

This div background color is #fb789d


#fb789d Border Color

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

This div border color is #fb789d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb789d


Comments

No comments written yet.

Please login to write comment.