Color Hex Logo

#fb737f Color Hex

#FB737F
(251,115,127)
0 Favorites   0 Comments

Color spaces of #fb737f

RGB 251115127
HSL0.990.940.72
HSV355°54°98°
CMYK 0.000.540.49   0.02
XYZ49.745234.303024.0780
Yxy34.30300.46010.3172
Hunter Lab58.568849.113116.6236
CIE-Lab65.202452.930319.0603

#fb737f color RGB value is (251,115,127).

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

The process color (four color CMYK) of #fb737f color hex is 0.00, 0.54, 0.49, 0.02. Web safe color of #fb737f is #ff6666. Color #fb737f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 01111111
Octal 373 163 177
Decimal 251 115 127
Hex FB 73 7F

RGB Percentages of Color #fb737f

%50.91
%23.33
%25.76

CMYK Percentages of Color #fb737f

%0
%54
%49
%2

Triadic Colors of #fb737f

#fb737f #7ffb73 #737ffb

Analogous Colors of #fb737f

#fb737f #fbab73 #fb73c3

Monochromatic Colors of #fb737f

#fb737f

Complementary Color

#fb737f #73fbef

#fb737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb737f Color CSS Codes

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

#fb737f Text Font Color

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

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


#fb737f Background Color

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

This div background color is #fb737f


#fb737f Border Color

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

This div border color is #fb737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb737f

Related Colors


Comments

No comments written yet.

Please login to write comment.