Color Hex Logo

#fb342e Color Hex

#FB342E
(251,52,46)
0 Favorites   0 Comments

Color spaces of #fb342e

RGB 2515246
HSL0.000.960.58
HSV82°98°
CMYK 0.000.790.82   0.02
XYZ41.504823.16254.8680
Yxy23.16250.59690.3331
Hunter Lab48.127469.714327.6921
CIE-Lab55.239372.269351.8425

#fb342e color RGB value is (251,52,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 00101110
Octal 373 64 56
Decimal 251 52 46
Hex FB 34 2E

RGB Percentages of Color #fb342e

%71.92
%14.90
%13.18

CMYK Percentages of Color #fb342e

%0
%79
%82
%2

Triadic Colors of #fb342e

#fb342e #2efb34 #342efb

Analogous Colors of #fb342e

#fb342e #fb9b2e #fb2e8f

Monochromatic Colors of #fb342e

#fb342e

Complementary Color

#fb342e #2ef5fb

#fb342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb342e Color CSS Codes

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

#fb342e Text Font Color

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

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


#fb342e Background Color

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

This div background color is #fb342e


#fb342e Border Color

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

This div border color is #fb342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb342e


Comments

No comments written yet.

Please login to write comment.