Color Hex Logo

#fb0420 Color Hex

#FB0420
(251,4,32)
0 Favorites   0 Comments

Color spaces of #fb0420

RGB 251432
HSL0.980.970.50
HSV353°98°98°
CMYK 0.000.980.87   0.02
XYZ40.087820.70033.2492
Yxy20.70030.62600.3233
Hunter Lab45.497677.655127.6141
CIE-Lab52.619979.192856.2754

#fb0420 color RGB value is (251,4,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000100 00100000
Octal 373 4 40
Decimal 251 4 32
Hex FB 4 20

RGB Percentages of Color #fb0420

%87.46
%1.39
%11.15

CMYK Percentages of Color #fb0420

%0
%98
%87
%2

Triadic Colors of #fb0420

#fb0420 #20fb04 #0420fb

Analogous Colors of #fb0420

#fb0420 #fb6404 #fb049c

Monochromatic Colors of #fb0420

#fb0420

Complementary Color

#fb0420 #04fbdf

#fb0420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0420 Color CSS Codes

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

#fb0420 Text Font Color

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

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


#fb0420 Background Color

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

This div background color is #fb0420


#fb0420 Border Color

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

This div border color is #fb0420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0420

Related Colors


Comments

No comments written yet.

Please login to write comment.