Color Hex Logo

#fb376f Color Hex

#FB376F
(251,55,111)
0 Favorites   0 Comments

Color spaces of #fb376f

RGB 25155111
HSL0.950.960.60
HSV343°78°98°
CMYK 0.000.780.56   0.02
XYZ44.019124.389317.4265
Yxy24.38930.51280.2841
Hunter Lab49.385572.678813.6484
CIE-Lab56.475574.451216.3702

#fb376f color RGB value is (251,55,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110111 01101111
Octal 373 67 157
Decimal 251 55 111
Hex FB 37 6F

RGB Percentages of Color #fb376f

%60.19
%13.19
%26.62

CMYK Percentages of Color #fb376f

%0
%78
%56
%2

Triadic Colors of #fb376f

#fb376f #6ffb37 #376ffb

Analogous Colors of #fb376f

#fb376f #fb6137 #fb37d1

Monochromatic Colors of #fb376f

#fb376f

Complementary Color

#fb376f #37fbc3

#fb376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb376f Color CSS Codes

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

#fb376f Text Font Color

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

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


#fb376f Background Color

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

This div background color is #fb376f


#fb376f Border Color

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

This div border color is #fb376f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,55,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 #fb376f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb376f


Comments

No comments written yet.

Please login to write comment.