Color Hex Logo

#fb123c Color Hex

#FB123C
(251,18,60)
0 Favorites   0 Comments

Color spaces of #fb123c

RGB 2511860
HSL0.970.970.53
HSV349°93°98°
CMYK 0.000.930.76   0.02
XYZ40.815621.26816.2289
Yxy21.26810.59750.3113
Hunter Lab46.117477.273924.2741
CIE-Lab53.241778.768542.3190

#fb123c color RGB value is (251,18,60).

#fb123c hex color red value is 251, green value is 18 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fb123c hue: 0.97 , saturation: 0.97 and the lightness value of fb123c is 0.53.

The process color (four color CMYK) of #fb123c color hex is 0.00, 0.93, 0.76, 0.02. Web safe color of #fb123c is #ff0033. Color #fb123c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 00111100
Octal 373 22 74
Decimal 251 18 60
Hex FB 12 3C

RGB Percentages of Color #fb123c

%76.29
%5.47
%18.24

CMYK Percentages of Color #fb123c

%0
%93
%76
%2

Triadic Colors of #fb123c

#fb123c #3cfb12 #123cfb

Analogous Colors of #fb123c

#fb123c #fb5c12 #fb12b1

Monochromatic Colors of #fb123c

#fb123c

Complementary Color

#fb123c #12fbd1

#fb123c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb123c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb123c Color CSS Codes

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

#fb123c Text Font Color

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

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


#fb123c Background Color

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

This div background color is #fb123c


#fb123c Border Color

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

This div border color is #fb123c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb123c


Comments

No comments written yet.

Please login to write comment.