Color Hex Logo

#fb137e Color Hex

#FB137E
(251,19,126)
0 Favorites   0 Comments

Color spaces of #fb137e

RGB 25119126
HSL0.920.970.53
HSV332°92°98°
CMYK 0.000.920.50   0.02
XYZ43.782422.481321.7704
Yxy22.48130.49730.2554
Hunter Lab47.414481.85125.9670
CIE-Lab54.534082.12514.6607

#fb137e color RGB value is (251,19,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010011 01111110
Octal 373 23 176
Decimal 251 19 126
Hex FB 13 7E

RGB Percentages of Color #fb137e

%63.38
%4.80
%31.82

CMYK Percentages of Color #fb137e

%0
%92
%50
%2

Triadic Colors of #fb137e

#fb137e #7efb13 #137efb

Analogous Colors of #fb137e

#fb137e #fb1c13 #fb13f2

Monochromatic Colors of #fb137e

#fb137e

Complementary Color

#fb137e #13fb90

#fb137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb137e Color CSS Codes

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

#fb137e Text Font Color

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

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


#fb137e Background Color

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

This div background color is #fb137e


#fb137e Border Color

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

This div border color is #fb137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb137e

Related Colors


Comments

No comments written yet.

Please login to write comment.