Color Hex Logo

#fb2bab Color Hex

#FB2BAB
(251,43,171)
0 Favorites   0 Comments

Color spaces of #fb2bab

RGB 25143171
HSL0.900.960.58
HSV323°83°98°
CMYK 0.000.830.32   0.02
XYZ47.998225.177340.8580
Yxy25.17730.42090.2208
Hunter Lab50.177082.9394-13.1546
CIE-Lab57.247882.4441-17.9673

#fb2bab color RGB value is (251,43,171).

#fb2bab hex color red value is 251, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fb2bab hue: 0.90 , saturation: 0.96 and the lightness value of fb2bab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101011 10101011
Octal 373 53 253
Decimal 251 43 171
Hex FB 2B AB

RGB Percentages of Color #fb2bab

%53.98
%9.25
%36.77

CMYK Percentages of Color #fb2bab

%0
%83
%32
%2

Triadic Colors of #fb2bab

#fb2bab #abfb2b #2babfb

Analogous Colors of #fb2bab

#fb2bab #fb2b43 #e32bfb

Monochromatic Colors of #fb2bab

#fb2bab

Complementary Color

#fb2bab #2bfb7b

#fb2bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2bab Color CSS Codes

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

#fb2bab Text Font Color

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

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


#fb2bab Background Color

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

This div background color is #fb2bab


#fb2bab Border Color

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

This div border color is #fb2bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2bab


Comments

No comments written yet.

Please login to write comment.