Color Hex Logo

#fb333a Color Hex

#FB333A
(251,51,58)
0 Favorites   0 Comments

Color spaces of #fb333a

RGB 2515158
HSL0.990.960.59
HSV358°80°98°
CMYK 0.000.800.77   0.02
XYZ41.731223.18246.2782
Yxy23.18240.58620.3256
Hunter Lab48.148170.451425.9726
CIE-Lab55.259772.869945.5956

#fb333a color RGB value is (251,51,58).

#fb333a hex color red value is 251, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fb333a hue: 0.99 , saturation: 0.96 and the lightness value of fb333a is 0.59.

The process color (four color CMYK) of #fb333a color hex is 0.00, 0.80, 0.77, 0.02. Web safe color of #fb333a is #ff3333. Color #fb333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110011 00111010
Octal 373 63 72
Decimal 251 51 58
Hex FB 33 3A

RGB Percentages of Color #fb333a

%69.72
%14.17
%16.11

CMYK Percentages of Color #fb333a

%0
%80
%77
%2

Triadic Colors of #fb333a

#fb333a #3afb33 #333afb

Analogous Colors of #fb333a

#fb333a #fb9033 #fb339e

Monochromatic Colors of #fb333a

#fb333a

Complementary Color

#fb333a #33fbf4

#fb333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb333a Color CSS Codes

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

#fb333a Text Font Color

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

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


#fb333a Background Color

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

This div background color is #fb333a


#fb333a Border Color

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

This div border color is #fb333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb333a


Comments

No comments written yet.

Please login to write comment.