Color Hex Logo

#fb759f Color Hex

#FB759F
(251,117,159)
0 Favorites   0 Comments

Color spaces of #fb759f

RGB 251117159
HSL0.950.940.72
HSV341°53°98°
CMYK 0.000.530.37   0.02
XYZ52.403035.735036.9365
Yxy35.73500.41900.2857
Hunter Lab59.778851.86315.2106
CIE-Lab66.316955.17812.4404

#fb759f color RGB value is (251,117,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 10011111
Octal 373 165 237
Decimal 251 117 159
Hex FB 75 9F

RGB Percentages of Color #fb759f

%47.63
%22.20
%30.17

CMYK Percentages of Color #fb759f

%0
%53
%37
%2

Triadic Colors of #fb759f

#fb759f #9ffb75 #759ffb

Analogous Colors of #fb759f

#fb759f #fb8e75 #fb75e2

Monochromatic Colors of #fb759f

#fb759f

Complementary Color

#fb759f #75fbd1

#fb759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb759f Color CSS Codes

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

#fb759f Text Font Color

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

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


#fb759f Background Color

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

This div background color is #fb759f


#fb759f Border Color

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

This div border color is #fb759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb759f


Comments

No comments written yet.

Please login to write comment.