Color Hex Logo

#fb394c Color Hex

#FB394C
(251,57,76)
0 Favorites   0 Comments

Color spaces of #fb394c

RGB 2515776
HSL0.980.960.60
HSV354°77°98°
CMYK 0.000.770.70   0.02
XYZ42.551323.95739.2190
Yxy23.95730.56190.3164
Hunter Lab48.946269.522923.0951
CIE-Lab56.045071.958236.3933

#fb394c color RGB value is (251,57,76).

#fb394c hex color red value is 251, green value is 57 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fb394c hue: 0.98 , saturation: 0.96 and the lightness value of fb394c is 0.60.

The process color (four color CMYK) of #fb394c color hex is 0.00, 0.77, 0.70, 0.02. Web safe color of #fb394c is #ff3333. Color #fb394c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111001 01001100
Octal 373 71 114
Decimal 251 57 76
Hex FB 39 4C

RGB Percentages of Color #fb394c

%65.36
%14.84
%19.79

CMYK Percentages of Color #fb394c

%0
%77
%70
%2

Triadic Colors of #fb394c

#fb394c #4cfb39 #394cfb

Analogous Colors of #fb394c

#fb394c #fb8739 #fb39ad

Monochromatic Colors of #fb394c

#fb394c

Complementary Color

#fb394c #39fbe8

#fb394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb394c Color CSS Codes

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

#fb394c Text Font Color

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

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


#fb394c Background Color

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

This div background color is #fb394c


#fb394c Border Color

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

This div border color is #fb394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb394c


Comments

No comments written yet.

Please login to write comment.