Color Hex Logo

#fb845e Color Hex

#FB845E
(251,132,94)
0 Favorites   0 Comments

Color spaces of #fb845e

RGB 25113294
HSL0.040.950.68
HSV15°63°98°
CMYK 0.000.470.63   0.02
XYZ50.055337.819915.2514
Yxy37.81990.48540.3667
Hunter Lab61.497937.666128.3447
CIE-Lab67.887742.191340.7664

#fb845e color RGB value is (251,132,94).

#fb845e hex color red value is 251, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fb845e hue: 0.04 , saturation: 0.95 and the lightness value of fb845e is 0.68.

The process color (four color CMYK) of #fb845e color hex is 0.00, 0.47, 0.63, 0.02. Web safe color of #fb845e is #ff9966. Color #fb845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 01011110
Octal 373 204 136
Decimal 251 132 94
Hex FB 84 5E

RGB Percentages of Color #fb845e

%52.62
%27.67
%19.71

CMYK Percentages of Color #fb845e

%0
%47
%63
%2

Triadic Colors of #fb845e

#fb845e #5efb84 #845efb

Analogous Colors of #fb845e

#fb845e #fbd35e #fb5e87

Monochromatic Colors of #fb845e

#fb845e

Complementary Color

#fb845e #5ed5fb

#fb845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb845e Color CSS Codes

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

#fb845e Text Font Color

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

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


#fb845e Background Color

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

This div background color is #fb845e


#fb845e Border Color

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

This div border color is #fb845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb845e


Comments

No comments written yet.

Please login to write comment.