Color Hex Logo

#fb1baa Color Hex

#FB1BAA
(251,27,170)
0 Favorites   0 Comments

Color spaces of #fb1baa

RGB 25127170
HSL0.890.970.55
HSV322°89°98°
CMYK 0.000.890.32   0.02
XYZ47.431324.195440.2005
Yxy24.19540.42410.2164
Hunter Lab49.188886.0417-14.0237
CIE-Lab56.282985.0292-18.8529

#fb1baa color RGB value is (251,27,170).

#fb1baa hex color red value is 251, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb1baa hue: 0.89 , saturation: 0.97 and the lightness value of fb1baa is 0.55.

The process color (four color CMYK) of #fb1baa color hex is 0.00, 0.89, 0.32, 0.02. Web safe color of #fb1baa is #ff3399. Color #fb1baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011011 10101010
Octal 373 33 252
Decimal 251 27 170
Hex FB 1B AA

RGB Percentages of Color #fb1baa

%56.03
%6.03
%37.95

CMYK Percentages of Color #fb1baa

%0
%89
%32
%2

Triadic Colors of #fb1baa

#fb1baa #aafb1b #1baafb

Analogous Colors of #fb1baa

#fb1baa #fb1b3a #dc1bfb

Monochromatic Colors of #fb1baa

#fb1baa

Complementary Color

#fb1baa #1bfb6c

#fb1baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1baa Color CSS Codes

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

#fb1baa Text Font Color

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

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


#fb1baa Background Color

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

This div background color is #fb1baa


#fb1baa Border Color

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

This div border color is #fb1baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1baa


Comments

No comments written yet.

Please login to write comment.