Color Hex Logo

#fb052e Color Hex

#FB052E
(251,5,46)
0 Favorites   0 Comments

Color spaces of #fb052e

RGB 251546
HSL0.970.970.50
HSV350°98°98°
CMYK 0.000.980.82   0.02
XYZ40.331120.81504.4768
Yxy20.81500.61460.3172
Hunter Lab45.623577.952826.1186
CIE-Lab52.746479.404649.4992

#fb052e color RGB value is (251,5,46).

#fb052e hex color red value is 251, green value is 5 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb052e hue: 0.97 , saturation: 0.97 and the lightness value of fb052e is 0.50.

The process color (four color CMYK) of #fb052e color hex is 0.00, 0.98, 0.82, 0.02. Web safe color of #fb052e is #ff0033. Color #fb052e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000101 00101110
Octal 373 5 56
Decimal 251 5 46
Hex FB 5 2E

RGB Percentages of Color #fb052e

%83.11
%1.66
%15.23

CMYK Percentages of Color #fb052e

%0
%98
%82
%2

Triadic Colors of #fb052e

#fb052e #2efb05 #052efb

Analogous Colors of #fb052e

#fb052e #fb5705 #fb05a9

Monochromatic Colors of #fb052e

#fb052e

Complementary Color

#fb052e #05fbd2

#fb052e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb052e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb052e Color CSS Codes

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

#fb052e Text Font Color

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

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


#fb052e Background Color

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

This div background color is #fb052e


#fb052e Border Color

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

This div border color is #fb052e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb052e


Comments

No comments written yet.

Please login to write comment.