Color Hex Logo

#fb1671 Color Hex

#FB1671
(251,22,113)
0 Favorites   0 Comments

Color spaces of #fb1671

RGB 25122113
HSL0.930.970.54
HSV336°91°98°
CMYK 0.000.910.55   0.02
XYZ43.051222.275317.6533
Yxy22.27530.51880.2684
Hunter Lab47.196780.227210.8611
CIE-Lab54.317980.894812.1811

#fb1671 color RGB value is (251,22,113).

#fb1671 hex color red value is 251, green value is 22 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fb1671 hue: 0.93 , saturation: 0.97 and the lightness value of fb1671 is 0.54.

The process color (four color CMYK) of #fb1671 color hex is 0.00, 0.91, 0.55, 0.02. Web safe color of #fb1671 is #ff0066. Color #fb1671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010110 01110001
Octal 373 26 161
Decimal 251 22 113
Hex FB 16 71

RGB Percentages of Color #fb1671

%65.03
%5.70
%29.27

CMYK Percentages of Color #fb1671

%0
%91
%55
%2

Triadic Colors of #fb1671

#fb1671 #71fb16 #1671fb

Analogous Colors of #fb1671

#fb1671 #fb2e16 #fb16e4

Monochromatic Colors of #fb1671

#fb1671

Complementary Color

#fb1671 #16fba0

#fb1671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1671 Color CSS Codes

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

#fb1671 Text Font Color

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

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


#fb1671 Background Color

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

This div background color is #fb1671


#fb1671 Border Color

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

This div border color is #fb1671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1671

Related Colors


Comments

No comments written yet.

Please login to write comment.