Color Hex Logo

#fb809f Color Hex

#FB809F
(251,128,159)
0 Favorites   0 Comments

Color spaces of #fb809f

RGB 251128159
HSL0.960.940.74
HSV345°49°98°
CMYK 0.000.490.37   0.02
XYZ53.760838.450837.3891
Yxy38.45080.41480.2967
Hunter Lab62.008746.24217.6563
CIE-Lab68.351649.91915.3810

#fb809f color RGB value is (251,128,159).

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

The process color (four color CMYK) of #fb809f color hex is 0.00, 0.49, 0.37, 0.02. Web safe color of #fb809f is #ff9999. Color #fb809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 10011111
Octal 373 200 237
Decimal 251 128 159
Hex FB 80 9F

RGB Percentages of Color #fb809f

%46.65
%23.79
%29.55

CMYK Percentages of Color #fb809f

%0
%49
%37
%2

Triadic Colors of #fb809f

#fb809f #9ffb80 #809ffb

Analogous Colors of #fb809f

#fb809f #fb9f80 #fb80dd

Monochromatic Colors of #fb809f

#fb809f

Complementary Color

#fb809f #80fbdc

#fb809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb809f Color CSS Codes

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

#fb809f Text Font Color

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

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


#fb809f Background Color

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

This div background color is #fb809f


#fb809f Border Color

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

This div border color is #fb809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb809f


Comments

No comments written yet.

Please login to write comment.