Color Hex Logo

#fb089f Color Hex

#FB089F
(251,8,159)
0 Favorites   0 Comments

Color spaces of #fb089f

RGB 2518159
HSL0.900.970.51
HSV323°97°98°
CMYK 0.000.970.37   0.02
XYZ46.128523.186134.8450
Yxy23.18610.44290.2226
Hunter Lab48.151986.7331-9.1987
CIE-Lab55.263585.7583-13.9331

#fb089f color RGB value is (251,8,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001000 10011111
Octal 373 10 237
Decimal 251 8 159
Hex FB 8 9F

RGB Percentages of Color #fb089f

%60.05
%1.91
%38.04

CMYK Percentages of Color #fb089f

%0
%97
%37
%2

Triadic Colors of #fb089f

#fb089f #9ffb08 #089ffb

Analogous Colors of #fb089f

#fb089f #fb0826 #de08fb

Monochromatic Colors of #fb089f

#fb089f

Complementary Color

#fb089f #08fb64

#fb089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb089f Color CSS Codes

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

#fb089f Text Font Color

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

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


#fb089f Background Color

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

This div background color is #fb089f


#fb089f Border Color

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

This div border color is #fb089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb089f

Related Colors


Comments

No comments written yet.

Please login to write comment.