Color Hex Logo

#fb128f Color Hex

#FB128F
(251,18,143)
0 Favorites   0 Comments

Color spaces of #fb128f

RGB 25118143
HSL0.910.970.53
HSV328°93°98°
CMYK 0.000.930.43   0.02
XYZ44.957922.925028.0420
Yxy22.92500.46870.2390
Hunter Lab47.880183.8159-1.2084
CIE-Lab54.995083.5634-4.8415

#fb128f color RGB value is (251,18,143).

#fb128f hex color red value is 251, green value is 18 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fb128f hue: 0.91 , saturation: 0.97 and the lightness value of fb128f is 0.53.

The process color (four color CMYK) of #fb128f color hex is 0.00, 0.93, 0.43, 0.02. Web safe color of #fb128f is #ff0099. Color #fb128f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 10001111
Octal 373 22 217
Decimal 251 18 143
Hex FB 12 8F

RGB Percentages of Color #fb128f

%60.92
%4.37
%34.71

CMYK Percentages of Color #fb128f

%0
%93
%43
%2

Triadic Colors of #fb128f

#fb128f #8ffb12 #128ffb

Analogous Colors of #fb128f

#fb128f #fb121b #f312fb

Monochromatic Colors of #fb128f

#fb128f

Complementary Color

#fb128f #12fb7e

#fb128f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb128f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb128f Color CSS Codes

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

#fb128f Text Font Color

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

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


#fb128f Background Color

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

This div background color is #fb128f


#fb128f Border Color

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

This div border color is #fb128f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb128f


Comments

No comments written yet.

Please login to write comment.