Color Hex Logo

#fb341d Color Hex

#FB341D
(251,52,29)
0 Favorites   0 Comments

Color spaces of #fb341d

RGB 2515229
HSL0.020.970.55
HSV88°98°
CMYK 0.000.790.88   0.02
XYZ41.233423.05393.4390
Yxy23.05390.60880.3404
Hunter Lab48.014569.265129.3635
CIE-Lab55.127871.921359.4142

#fb341d color RGB value is (251,52,29).

#fb341d hex color red value is 251, green value is 52 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fb341d hue: 0.02 , saturation: 0.97 and the lightness value of fb341d is 0.55.

The process color (four color CMYK) of #fb341d color hex is 0.00, 0.79, 0.88, 0.02. Web safe color of #fb341d is #ff3333. Color #fb341d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 00011101
Octal 373 64 35
Decimal 251 52 29
Hex FB 34 1D

RGB Percentages of Color #fb341d

%75.60
%15.66
%8.73

CMYK Percentages of Color #fb341d

%0
%79
%88
%2

Triadic Colors of #fb341d

#fb341d #1dfb34 #341dfb

Analogous Colors of #fb341d

#fb341d #fba31d #fb1d75

Monochromatic Colors of #fb341d

#fb341d

Complementary Color

#fb341d #1de4fb

#fb341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb341d Color CSS Codes

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

#fb341d Text Font Color

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

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


#fb341d Background Color

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

This div background color is #fb341d


#fb341d Border Color

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

This div border color is #fb341d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb341d


Comments

No comments written yet.

Please login to write comment.