Color Hex Logo

#fb343d Color Hex

#FB343D
(251,52,61)
0 Favorites   0 Comments

Color spaces of #fb343d

RGB 2515261
HSL0.990.960.59
HSV357°79°98°
CMYK 0.000.790.76   0.02
XYZ41.854023.30216.7067
Yxy23.30210.58240.3243
Hunter Lab48.272270.290325.5531
CIE-Lab55.382272.714544.0874

#fb343d color RGB value is (251,52,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 00111101
Octal 373 64 75
Decimal 251 52 61
Hex FB 34 3D

RGB Percentages of Color #fb343d

%68.96
%14.29
%16.76

CMYK Percentages of Color #fb343d

%0
%79
%76
%2

Triadic Colors of #fb343d

#fb343d #3dfb34 #343dfb

Analogous Colors of #fb343d

#fb343d #fb8f34 #fb34a1

Monochromatic Colors of #fb343d

#fb343d

Complementary Color

#fb343d #34fbf2

#fb343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb343d Color CSS Codes

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

#fb343d Text Font Color

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

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


#fb343d Background Color

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

This div background color is #fb343d


#fb343d Border Color

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

This div border color is #fb343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb343d


Comments

No comments written yet.

Please login to write comment.