Color Hex Logo

#fb79b9 Color Hex

#FB79B9
(251,121,185)
0 Favorites   0 Comments

Color spaces of #fb79b9

RGB 251121185
HSL0.920.940.73
HSV330°52°98°
CMYK 0.000.520.26   0.02
XYZ55.378037.686850.2545
Yxy37.68680.38640.2630
Hunter Lab61.389653.5886-5.5631
CIE-Lab67.789156.4487-10.0976

#fb79b9 color RGB value is (251,121,185).

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

The process color (four color CMYK) of #fb79b9 color hex is 0.00, 0.52, 0.26, 0.02. Web safe color of #fb79b9 is #ff66cc. Color #fb79b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 10111001
Octal 373 171 271
Decimal 251 121 185
Hex FB 79 B9

RGB Percentages of Color #fb79b9

%45.06
%21.72
%33.21

CMYK Percentages of Color #fb79b9

%0
%52
%26
%2

Triadic Colors of #fb79b9

#fb79b9 #b9fb79 #79b9fb

Analogous Colors of #fb79b9

#fb79b9 #fb7a79 #fb79fa

Monochromatic Colors of #fb79b9

#fb79b9

Complementary Color

#fb79b9 #79fbbb

#fb79b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb79b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb79b9 Color CSS Codes

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

#fb79b9 Text Font Color

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

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


#fb79b9 Background Color

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

This div background color is #fb79b9


#fb79b9 Border Color

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

This div border color is #fb79b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb79b9


Comments

No comments written yet.

Please login to write comment.