Color Hex Logo

#fb2baf Color Hex

#FB2BAF
(251,43,175)
0 Favorites   0 Comments

Color spaces of #fb2baf

RGB 25143175
HSL0.890.960.58
HSV322°83°98°
CMYK 0.000.830.30   0.02
XYZ48.385425.332142.8968
Yxy25.33210.41490.2172
Hunter Lab50.331083.5206-15.3008
CIE-Lab57.397682.8662-20.0697

#fb2baf color RGB value is (251,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101011 10101111
Octal 373 53 257
Decimal 251 43 175
Hex FB 2B AF

RGB Percentages of Color #fb2baf

%53.52
%9.17
%37.31

CMYK Percentages of Color #fb2baf

%0
%83
%30
%2

Triadic Colors of #fb2baf

#fb2baf #affb2b #2baffb

Analogous Colors of #fb2baf

#fb2baf #fb2b47 #df2bfb

Monochromatic Colors of #fb2baf

#fb2baf

Complementary Color

#fb2baf #2bfb77

#fb2baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2baf Color CSS Codes

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

#fb2baf Text Font Color

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

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


#fb2baf Background Color

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

This div background color is #fb2baf


#fb2baf Border Color

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

This div border color is #fb2baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2baf


Comments

No comments written yet.

Please login to write comment.