Color Hex Logo

#fb937e Color Hex

#FB937E
(251,147,126)
0 Favorites   0 Comments

Color spaces of #fb937e

RGB 251147126
HSL0.030.940.74
HSV10°50°98°
CMYK 0.000.410.50   0.02
XYZ53.983342.883025.1707
Yxy42.88300.44240.3514
Hunter Lab65.485132.549323.0501
CIE-Lab71.475537.023628.0735

#fb937e color RGB value is (251,147,126).

#fb937e hex color red value is 251, green value is 147 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fb937e hue: 0.03 , saturation: 0.94 and the lightness value of fb937e is 0.74.

The process color (four color CMYK) of #fb937e color hex is 0.00, 0.41, 0.50, 0.02. Web safe color of #fb937e is #ff9966. Color #fb937e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 01111110
Octal 373 223 176
Decimal 251 147 126
Hex FB 93 7E

RGB Percentages of Color #fb937e

%47.90
%28.05
%24.05

CMYK Percentages of Color #fb937e

%0
%41
%50
%2

Triadic Colors of #fb937e

#fb937e #7efb93 #937efb

Analogous Colors of #fb937e

#fb937e #fbd27e #fb7ea8

Monochromatic Colors of #fb937e

#fb937e

Complementary Color

#fb937e #7ee6fb

#fb937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb937e Color CSS Codes

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

#fb937e Text Font Color

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

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


#fb937e Background Color

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

This div background color is #fb937e


#fb937e Border Color

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

This div border color is #fb937e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb937e

Related Colors


Comments

No comments written yet.

Please login to write comment.