Color Hex Logo

#fb326f Color Hex

#FB326F
(251,50,111)
0 Favorites   0 Comments

Color spaces of #fb326f

RGB 25150111
HSL0.950.960.59
HSV342°80°98°
CMYK 0.000.800.56   0.02
XYZ43.793523.938117.3513
Yxy23.93810.51470.2814
Hunter Lab48.926674.151413.2220
CIE-Lab56.025875.727615.7512

#fb326f color RGB value is (251,50,111).

#fb326f hex color red value is 251, green value is 50 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fb326f hue: 0.95 , saturation: 0.96 and the lightness value of fb326f is 0.59.

The process color (four color CMYK) of #fb326f color hex is 0.00, 0.80, 0.56, 0.02. Web safe color of #fb326f is #ff3366. Color #fb326f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110010 01101111
Octal 373 62 157
Decimal 251 50 111
Hex FB 32 6F

RGB Percentages of Color #fb326f

%60.92
%12.14
%26.94

CMYK Percentages of Color #fb326f

%0
%80
%56
%2

Triadic Colors of #fb326f

#fb326f #6ffb32 #326ffb

Analogous Colors of #fb326f

#fb326f #fb5a32 #fb32d4

Monochromatic Colors of #fb326f

#fb326f

Complementary Color

#fb326f #32fbbe

#fb326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb326f Color CSS Codes

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

#fb326f Text Font Color

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

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


#fb326f Background Color

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

This div background color is #fb326f


#fb326f Border Color

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

This div border color is #fb326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb326f


Comments

No comments written yet.

Please login to write comment.