Color Hex Logo

#fb323e Color Hex

#FB323E
(251,50,62)
0 Favorites   0 Comments

Color spaces of #fb323e

RGB 2515062
HSL0.990.960.59
HSV356°80°98°
CMYK 0.000.800.75   0.02
XYZ41.793823.13826.8208
Yxy23.13820.58250.3225
Hunter Lab48.102270.911725.2643
CIE-Lab55.214473.255143.3528

#fb323e color RGB value is (251,50,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110010 00111110
Octal 373 62 76
Decimal 251 50 62
Hex FB 32 3E

RGB Percentages of Color #fb323e

%69.15
%13.77
%17.08

CMYK Percentages of Color #fb323e

%0
%80
%75
%2

Triadic Colors of #fb323e

#fb323e #3efb32 #323efb

Analogous Colors of #fb323e

#fb323e #fb8b32 #fb32a3

Monochromatic Colors of #fb323e

#fb323e

Complementary Color

#fb323e #32fbef

#fb323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb323e Color CSS Codes

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

#fb323e Text Font Color

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

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


#fb323e Background Color

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

This div background color is #fb323e


#fb323e Border Color

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

This div border color is #fb323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb323e


Comments

No comments written yet.

Please login to write comment.