Color Hex Logo

#fb021e Color Hex

#FB021E
(251,2,30)
0 Favorites   0 Comments

Color spaces of #fb021e

RGB 251230
HSL0.980.980.50
HSV353°99°98°
CMYK 0.000.990.88   0.02
XYZ40.039720.64643.1031
Yxy20.64640.62770.3237
Hunter Lab45.438377.775027.7577
CIE-Lab52.560379.299757.1167

#fb021e color RGB value is (251,2,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 00011110
Octal 373 2 36
Decimal 251 2 30
Hex FB 2 1E

RGB Percentages of Color #fb021e

%88.69
%0.71
%10.60

CMYK Percentages of Color #fb021e

%0
%99
%88
%2

Triadic Colors of #fb021e

#fb021e #1efb02 #021efb

Analogous Colors of #fb021e

#fb021e #fb6202 #fb029b

Monochromatic Colors of #fb021e

#fb021e

Complementary Color

#fb021e #02fbdf

#fb021e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb021e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb021e Color CSS Codes

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

#fb021e Text Font Color

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

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


#fb021e Background Color

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

This div background color is #fb021e


#fb021e Border Color

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

This div border color is #fb021e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb021e


Comments

No comments written yet.

Please login to write comment.