Color Hex Logo

#fb079d Color Hex

#FB079D
(251,7,157)
0 Favorites   0 Comments

Color spaces of #fb079d

RGB 2517157
HSL0.900.970.51
HSV323°97°98°
CMYK 0.000.970.37   0.02
XYZ45.945423.095533.9346
Yxy23.09550.44620.2243
Hunter Lab48.057886.5529-8.2255
CIE-Lab55.170685.6383-12.8915

#fb079d color RGB value is (251,7,157).

#fb079d hex color red value is 251, green value is 7 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fb079d hue: 0.90 , saturation: 0.97 and the lightness value of fb079d is 0.51.

The process color (four color CMYK) of #fb079d color hex is 0.00, 0.97, 0.37, 0.02. Web safe color of #fb079d is #ff0099. Color #fb079d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000111 10011101
Octal 373 7 235
Decimal 251 7 157
Hex FB 7 9D

RGB Percentages of Color #fb079d

%60.48
%1.69
%37.83

CMYK Percentages of Color #fb079d

%0
%97
%37
%2

Triadic Colors of #fb079d

#fb079d #9dfb07 #079dfb

Analogous Colors of #fb079d

#fb079d #fb0723 #df07fb

Monochromatic Colors of #fb079d

#fb079d

Complementary Color

#fb079d #07fb65

#fb079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb079d Color CSS Codes

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

#fb079d Text Font Color

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

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


#fb079d Background Color

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

This div background color is #fb079d


#fb079d Border Color

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

This div border color is #fb079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb079d


Comments

No comments written yet.

Please login to write comment.