Color Hex Logo

#fb382e Color Hex

#FB382E
(251,56,46)
0 Favorites   0 Comments

Color spaces of #fb382e

RGB 2515646
HSL0.010.960.58
HSV82°98°
CMYK 0.000.780.82   0.02
XYZ41.691023.53484.9301
Yxy23.53480.59430.3355
Hunter Lab48.512768.502827.9335
CIE-Lab55.619071.199252.1965

#fb382e color RGB value is (251,56,46).

#fb382e hex color red value is 251, green value is 56 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb382e hue: 0.01 , saturation: 0.96 and the lightness value of fb382e is 0.58.

The process color (four color CMYK) of #fb382e color hex is 0.00, 0.78, 0.82, 0.02. Web safe color of #fb382e is #ff3333. Color #fb382e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 00101110
Octal 373 70 56
Decimal 251 56 46
Hex FB 38 2E

RGB Percentages of Color #fb382e

%71.10
%15.86
%13.03

CMYK Percentages of Color #fb382e

%0
%78
%82
%2

Triadic Colors of #fb382e

#fb382e #2efb38 #382efb

Analogous Colors of #fb382e

#fb382e #fb9f2e #fb2e8b

Monochromatic Colors of #fb382e

#fb382e

Complementary Color

#fb382e #2ef1fb

#fb382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb382e Color CSS Codes

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

#fb382e Text Font Color

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

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


#fb382e Background Color

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

This div background color is #fb382e


#fb382e Border Color

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

This div border color is #fb382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb382e


Comments

No comments written yet.

Please login to write comment.