Color Hex Logo

#fb071e Color Hex

#FB071E
(251,7,30)
0 Favorites   0 Comments

Color spaces of #fb071e

RGB 251730
HSL0.980.970.51
HSV354°97°98°
CMYK 0.000.970.88   0.02
XYZ40.094020.75493.1212
Yxy20.75490.62680.3244
Hunter Lab45.557577.367527.8283
CIE-Lab52.680278.952357.2049

#fb071e color RGB value is (251,7,30).

#fb071e hex color red value is 251, green value is 7 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fb071e hue: 0.98 , saturation: 0.97 and the lightness value of fb071e is 0.51.

The process color (four color CMYK) of #fb071e color hex is 0.00, 0.97, 0.88, 0.02. Web safe color of #fb071e is #ff0033. Color #fb071e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000111 00011110
Octal 373 7 36
Decimal 251 7 30
Hex FB 7 1E

RGB Percentages of Color #fb071e

%87.15
%2.43
%10.42

CMYK Percentages of Color #fb071e

%0
%97
%88
%2

Triadic Colors of #fb071e

#fb071e #1efb07 #071efb

Analogous Colors of #fb071e

#fb071e #fb6a07 #fb0798

Monochromatic Colors of #fb071e

#fb071e

Complementary Color

#fb071e #07fbe4

#fb071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb071e Color CSS Codes

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

#fb071e Text Font Color

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

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


#fb071e Background Color

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

This div background color is #fb071e


#fb071e Border Color

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

This div border color is #fb071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb071e


Comments

No comments written yet.

Please login to write comment.