Color Hex Logo

#fb00bf Color Hex

#FB00BF
(251,0,191)
0 Favorites   0 Comments

Color spaces of #fb00bf

RGB 2510191
HSL0.871.000.49
HSV314°100°98°
CMYK 0.001.000.24   0.02
XYZ49.187624.270851.3825
Yxy24.27080.39400.1944
Hunter Lab49.265492.0036-27.3521
CIE-Lab56.357989.5418-30.9545

#fb00bf color RGB value is (251,0,191).

#fb00bf hex color red value is 251, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fb00bf hue: 0.87 , saturation: 1.00 and the lightness value of fb00bf is 0.49.

The process color (four color CMYK) of #fb00bf color hex is 0.00, 1.00, 0.24, 0.02. Web safe color of #fb00bf is #ff00cc. Color #fb00bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 10111111
Octal 373 0 277
Decimal 251 0 191
Hex FB 0 BF

RGB Percentages of Color #fb00bf

%56.79
%0.00
%43.21

CMYK Percentages of Color #fb00bf

%0
%100
%24
%2

Triadic Colors of #fb00bf

#fb00bf #bffb00 #00bffb

Analogous Colors of #fb00bf

#fb00bf #fb0042 #ba00fb

Monochromatic Colors of #fb00bf

#fb00bf

Complementary Color

#fb00bf #00fb3c

#fb00bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb00bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb00bf Color CSS Codes

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

#fb00bf Text Font Color

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

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


#fb00bf Background Color

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

This div background color is #fb00bf


#fb00bf Border Color

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

This div border color is #fb00bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb00bf

Related Colors


Comments

No comments written yet.

Please login to write comment.