Color Hex Logo

#fb007f Color Hex

#FB007F
(251,0,127)
0 Favorites   0 Comments

Color spaces of #fb007f

RGB 2510127
HSL0.921.000.49
HSV330°100°98°
CMYK 0.001.000.49   0.02
XYZ43.614422.041522.0344
Yxy22.04150.49740.2514
Hunter Lab46.948483.66445.0371
CIE-Lab54.071083.62623.3916

#fb007f color RGB value is (251,0,127).

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

The process color (four color CMYK) of #fb007f color hex is 0.00, 1.00, 0.49, 0.02. Web safe color of #fb007f is #ff0066. Color #fb007f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 01111111
Octal 373 0 177
Decimal 251 0 127
Hex FB 0 7F

RGB Percentages of Color #fb007f

%66.40
%0.00
%33.60

CMYK Percentages of Color #fb007f

%0
%100
%49
%2

Triadic Colors of #fb007f

#fb007f #7ffb00 #007ffb

Analogous Colors of #fb007f

#fb007f #fb0002 #fa00fb

Monochromatic Colors of #fb007f

#fb007f

Complementary Color

#fb007f #00fb7c

#fb007f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb007f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb007f Color CSS Codes

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

#fb007f Text Font Color

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

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


#fb007f Background Color

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

This div background color is #fb007f


#fb007f Border Color

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

This div border color is #fb007f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb007f


Comments

No comments written yet.

Please login to write comment.