Color Hex Logo

#fb1020 Color Hex

#FB1020
(251,16,32)
0 Favorites   0 Comments

Color spaces of #fb1020

RGB 2511632
HSL0.990.970.52
HSV356°94°98°
CMYK 0.000.940.87   0.02
XYZ40.229720.98413.2965
Yxy20.98410.62360.3253
Hunter Lab45.808476.596927.7992
CIE-Lab52.932178.289256.5140

#fb1020 color RGB value is (251,16,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010000 00100000
Octal 373 20 40
Decimal 251 16 32
Hex FB 10 20

RGB Percentages of Color #fb1020

%83.95
%5.35
%10.70

CMYK Percentages of Color #fb1020

%0
%94
%87
%2

Triadic Colors of #fb1020

#fb1020 #20fb10 #1020fb

Analogous Colors of #fb1020

#fb1020 #fb7610 #fb1096

Monochromatic Colors of #fb1020

#fb1020

Complementary Color

#fb1020 #10fbeb

#fb1020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1020 Color CSS Codes

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

#fb1020 Text Font Color

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

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


#fb1020 Background Color

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

This div background color is #fb1020


#fb1020 Border Color

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

This div border color is #fb1020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1020

Related Colors


Comments

No comments written yet.

Please login to write comment.