Color Hex Logo

#fb354c Color Hex

#FB354C
(251,53,76)
0 Favorites   0 Comments

Color spaces of #fb354c

RGB 2515376
HSL0.980.960.60
HSV353°79°98°
CMYK 0.000.790.70   0.02
XYZ42.361323.57729.1557
Yxy23.57720.56410.3140
Hunter Lab48.556470.752522.8098
CIE-Lab55.662073.039135.9343

#fb354c color RGB value is (251,53,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 01001100
Octal 373 65 114
Decimal 251 53 76
Hex FB 35 4C

RGB Percentages of Color #fb354c

%66.05
%13.95
%20.00

CMYK Percentages of Color #fb354c

%0
%79
%70
%2

Triadic Colors of #fb354c

#fb354c #4cfb35 #354cfb

Analogous Colors of #fb354c

#fb354c #fb8135 #fb35af

Monochromatic Colors of #fb354c

#fb354c

Complementary Color

#fb354c #35fbe4

#fb354c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb354c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb354c Color CSS Codes

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

#fb354c Text Font Color

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

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


#fb354c Background Color

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

This div background color is #fb354c


#fb354c Border Color

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

This div border color is #fb354c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb354c


Comments

No comments written yet.

Please login to write comment.