Color Hex Logo

#fb31bb Color Hex

#FB31BB
(251,49,187)
0 Favorites   0 Comments

Color spaces of #fb31bb

RGB 25149187
HSL0.890.960.59
HSV319°80°98°
CMYK 0.000.800.25   0.02
XYZ49.851626.293749.4614
Yxy26.29370.39690.2093
Hunter Lab51.277483.8013-21.2961
CIE-Lab58.314882.9052-25.6153

#fb31bb color RGB value is (251,49,187).

#fb31bb hex color red value is 251, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb31bb hue: 0.89 , saturation: 0.96 and the lightness value of fb31bb is 0.59.

The process color (four color CMYK) of #fb31bb color hex is 0.00, 0.80, 0.25, 0.02. Web safe color of #fb31bb is #ff33cc. Color #fb31bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110001 10111011
Octal 373 61 273
Decimal 251 49 187
Hex FB 31 BB

RGB Percentages of Color #fb31bb

%51.54
%10.06
%38.40

CMYK Percentages of Color #fb31bb

%0
%80
%25
%2

Triadic Colors of #fb31bb

#fb31bb #bbfb31 #31bbfb

Analogous Colors of #fb31bb

#fb31bb #fb3156 #d631fb

Monochromatic Colors of #fb31bb

#fb31bb

Complementary Color

#fb31bb #31fb71

#fb31bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb31bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb31bb Color CSS Codes

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

#fb31bb Text Font Color

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

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


#fb31bb Background Color

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

This div background color is #fb31bb


#fb31bb Border Color

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

This div border color is #fb31bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb31bb


Comments

No comments written yet.

Please login to write comment.