Color Hex Logo

#fb123a Color Hex

#FB123A
(251,18,58)
0 Favorites   0 Comments

Color spaces of #fb123a

RGB 2511858
HSL0.970.970.53
HSV350°93°98°
CMYK 0.000.930.77   0.02
XYZ40.763721.24735.9556
Yxy21.24730.59980.3126
Hunter Lab46.094877.189724.6059
CIE-Lab53.219178.705843.4240

#fb123a color RGB value is (251,18,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 00111010
Octal 373 22 72
Decimal 251 18 58
Hex FB 12 3A

RGB Percentages of Color #fb123a

%76.76
%5.50
%17.74

CMYK Percentages of Color #fb123a

%0
%93
%77
%2

Triadic Colors of #fb123a

#fb123a #3afb12 #123afb

Analogous Colors of #fb123a

#fb123a #fb5f12 #fb12af

Monochromatic Colors of #fb123a

#fb123a

Complementary Color

#fb123a #12fbd3

#fb123a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb123a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb123a Color CSS Codes

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

#fb123a Text Font Color

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

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


#fb123a Background Color

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

This div background color is #fb123a


#fb123a Border Color

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

This div border color is #fb123a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb123a


Comments

No comments written yet.

Please login to write comment.