Color Hex Logo

#fb031e Color Hex

#FB031E
(251,3,30)
0 Favorites   0 Comments

Color spaces of #fb031e

RGB 251330
HSL0.980.980.50
HSV353°99°98°
CMYK 0.000.990.88   0.02
XYZ40.050620.66813.1067
Yxy20.66810.62750.3238
Hunter Lab45.462277.693527.7719
CIE-Lab52.584379.230357.1345

#fb031e color RGB value is (251,3,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000011 00011110
Octal 373 3 36
Decimal 251 3 30
Hex FB 3 1E

RGB Percentages of Color #fb031e

%88.38
%1.06
%10.56

CMYK Percentages of Color #fb031e

%0
%99
%88
%2

Triadic Colors of #fb031e

#fb031e #1efb03 #031efb

Analogous Colors of #fb031e

#fb031e #fb6403 #fb039a

Monochromatic Colors of #fb031e

#fb031e

Complementary Color

#fb031e #03fbe0

#fb031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb031e Color CSS Codes

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

#fb031e Text Font Color

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

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


#fb031e Background Color

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

This div background color is #fb031e


#fb031e Border Color

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

This div border color is #fb031e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb031e


Comments

No comments written yet.

Please login to write comment.