Color Hex Logo

#fb325e Color Hex

#FB325E
(251,50,94)
0 Favorites   0 Comments

Color spaces of #fb325e

RGB 2515094
HSL0.960.960.59
HSV347°80°98°
CMYK 0.000.800.63   0.02
XYZ42.944623.598612.8812
Yxy23.59860.54070.2971
Hunter Lab48.578472.786618.2833
CIE-Lab55.683674.690725.4112

#fb325e color RGB value is (251,50,94).

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

The process color (four color CMYK) of #fb325e color hex is 0.00, 0.80, 0.63, 0.02. Web safe color of #fb325e is #ff3366. Color #fb325e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110010 01011110
Octal 373 62 136
Decimal 251 50 94
Hex FB 32 5E

RGB Percentages of Color #fb325e

%63.54
%12.66
%23.80

CMYK Percentages of Color #fb325e

%0
%80
%63
%2

Triadic Colors of #fb325e

#fb325e #5efb32 #325efb

Analogous Colors of #fb325e

#fb325e #fb6b32 #fb32c3

Monochromatic Colors of #fb325e

#fb325e

Complementary Color

#fb325e #32fbcf

#fb325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb325e Color CSS Codes

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

#fb325e Text Font Color

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

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


#fb325e Background Color

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

This div background color is #fb325e


#fb325e Border Color

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

This div border color is #fb325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb325e


Comments

No comments written yet.

Please login to write comment.