Color Hex Logo

#fb387f Color Hex

#FB387F
(251,56,127)
0 Favorites   0 Comments

Color spaces of #fb387f

RGB 25156127
HSL0.940.960.60
HSV338°78°98°
CMYK 0.000.780.49   0.02
XYZ45.028624.869922.5058
Yxy24.86990.48730.2691
Hunter Lab49.869773.90008.1517
CIE-Lab56.948475.34757.5213

#fb387f color RGB value is (251,56,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 01111111
Octal 373 70 177
Decimal 251 56 127
Hex FB 38 7F

RGB Percentages of Color #fb387f

%57.83
%12.90
%29.26

CMYK Percentages of Color #fb387f

%0
%78
%49
%2

Triadic Colors of #fb387f

#fb387f #7ffb38 #387ffb

Analogous Colors of #fb387f

#fb387f #fb5238 #fb38e1

Monochromatic Colors of #fb387f

#fb387f

Complementary Color

#fb387f #38fbb4

#fb387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb387f Color CSS Codes

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

#fb387f Text Font Color

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

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


#fb387f Background Color

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

This div background color is #fb387f


#fb387f Border Color

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

This div border color is #fb387f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb387f


Comments

No comments written yet.

Please login to write comment.