Color Hex Logo

#fb5e47 Color Hex

#FB5E47
(251,94,71)
0 Favorites   0 Comments

Color spaces of #fb5e47

RGB 2519471
HSL0.020.960.63
HSV72°98°
CMYK 0.000.630.72   0.02
XYZ44.923728.96969.1852
Yxy28.96960.54070.3487
Hunter Lab53.823454.794027.5583
CIE-Lab60.754858.637944.6211

#fb5e47 color RGB value is (251,94,71).

#fb5e47 hex color red value is 251, green value is 94 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fb5e47 hue: 0.02 , saturation: 0.96 and the lightness value of fb5e47 is 0.63.

The process color (four color CMYK) of #fb5e47 color hex is 0.00, 0.63, 0.72, 0.02. Web safe color of #fb5e47 is #ff6633. Color #fb5e47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011110 01000111
Octal 373 136 107
Decimal 251 94 71
Hex FB 5E 47

RGB Percentages of Color #fb5e47

%60.34
%22.60
%17.07

CMYK Percentages of Color #fb5e47

%0
%63
%72
%2

Triadic Colors of #fb5e47

#fb5e47 #47fb5e #5e47fb

Analogous Colors of #fb5e47

#fb5e47 #fbb847 #fb478a

Monochromatic Colors of #fb5e47

#fb5e47

Complementary Color

#fb5e47 #47e4fb

#fb5e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5e47 Color CSS Codes

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

#fb5e47 Text Font Color

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

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


#fb5e47 Background Color

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

This div background color is #fb5e47


#fb5e47 Border Color

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

This div border color is #fb5e47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5e47


Comments

No comments written yet.

Please login to write comment.