Color Hex Logo

#fb5bac Color Hex

#FB5BAC
(251,91,172)
0 Favorites   0 Comments

Color spaces of #fb5bac

RGB 25191172
HSL0.920.950.67
HSV330°64°98°
CMYK 0.000.640.31   0.02
XYZ50.971130.970042.3210
Yxy30.97000.41020.2492
Hunter Lab55.650766.1014-6.1331
CIE-Lab62.482367.9379-10.6439

#fb5bac color RGB value is (251,91,172).

#fb5bac hex color red value is 251, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb5bac hue: 0.92 , saturation: 0.95 and the lightness value of fb5bac is 0.67.

The process color (four color CMYK) of #fb5bac color hex is 0.00, 0.64, 0.31, 0.02. Web safe color of #fb5bac is #ff6699. Color #fb5bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011011 10101100
Octal 373 133 254
Decimal 251 91 172
Hex FB 5B AC

RGB Percentages of Color #fb5bac

%48.83
%17.70
%33.46

CMYK Percentages of Color #fb5bac

%0
%64
%31
%2

Triadic Colors of #fb5bac

#fb5bac #acfb5b #5bacfb

Analogous Colors of #fb5bac

#fb5bac #fb5b5c #fa5bfb

Monochromatic Colors of #fb5bac

#fb5bac

Complementary Color

#fb5bac #5bfbaa

#fb5bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5bac Color CSS Codes

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

#fb5bac Text Font Color

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

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


#fb5bac Background Color

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

This div background color is #fb5bac


#fb5bac Border Color

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

This div border color is #fb5bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5bac


Comments

No comments written yet.

Please login to write comment.