Color Hex Logo

#fb136f Color Hex

#FB136F
(251,19,111)
0 Favorites   0 Comments

Color spaces of #fb136f

RGB 25119111
HSL0.930.970.53
HSV336°92°98°
CMYK 0.000.920.56   0.02
XYZ42.885822.122717.0487
Yxy22.12270.52260.2696
Hunter Lab47.034880.443511.4335
CIE-Lab54.156981.096113.1632

#fb136f color RGB value is (251,19,111).

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

The process color (four color CMYK) of #fb136f color hex is 0.00, 0.92, 0.56, 0.02. Web safe color of #fb136f is #ff0066. Color #fb136f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010011 01101111
Octal 373 23 157
Decimal 251 19 111
Hex FB 13 6F

RGB Percentages of Color #fb136f

%65.88
%4.99
%29.13

CMYK Percentages of Color #fb136f

%0
%92
%56
%2

Triadic Colors of #fb136f

#fb136f #6ffb13 #136ffb

Analogous Colors of #fb136f

#fb136f #fb2b13 #fb13e3

Monochromatic Colors of #fb136f

#fb136f

Complementary Color

#fb136f #13fb9f

#fb136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb136f Color CSS Codes

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

#fb136f Text Font Color

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

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


#fb136f Background Color

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

This div background color is #fb136f


#fb136f Border Color

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

This div border color is #fb136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb136f

Related Colors


Comments

No comments written yet.

Please login to write comment.