Color Hex Logo

#fb08bb Color Hex

#FB08BB
(251,8,187)
0 Favorites   0 Comments

Color spaces of #fb08bb

RGB 2518187
HSL0.880.970.51
HSV316°97°98°
CMYK 0.000.970.25   0.02
XYZ48.840124.270849.1243
Yxy24.27080.39960.1986
Hunter Lab49.265490.7446-24.6344
CIE-Lab56.357988.5942-28.6391

#fb08bb color RGB value is (251,8,187).

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

The process color (four color CMYK) of #fb08bb color hex is 0.00, 0.97, 0.25, 0.02. Web safe color of #fb08bb is #ff00cc. Color #fb08bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001000 10111011
Octal 373 10 273
Decimal 251 8 187
Hex FB 8 BB

RGB Percentages of Color #fb08bb

%56.28
%1.79
%41.93

CMYK Percentages of Color #fb08bb

%0
%97
%25
%2

Triadic Colors of #fb08bb

#fb08bb #bbfb08 #08bbfb

Analogous Colors of #fb08bb

#fb08bb #fb0841 #c208fb

Monochromatic Colors of #fb08bb

#fb08bb

Complementary Color

#fb08bb #08fb48

#fb08bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb08bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb08bb Color CSS Codes

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

#fb08bb Text Font Color

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

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


#fb08bb Background Color

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

This div background color is #fb08bb


#fb08bb Border Color

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

This div border color is #fb08bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb08bb

Related Colors


Comments

No comments written yet.

Please login to write comment.