Color Hex Logo

#fb315e Color Hex

#FB315E
(251,49,94)
0 Favorites   0 Comments

Color spaces of #fb315e

RGB 2514994
HSL0.960.960.59
HSV347°80°98°
CMYK 0.000.800.63   0.02
XYZ42.902423.514012.8671
Yxy23.51400.54110.2966
Hunter Lab48.491273.067418.2113
CIE-Lab55.597974.934725.2992

#fb315e color RGB value is (251,49,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110001 01011110
Octal 373 61 136
Decimal 251 49 94
Hex FB 31 5E

RGB Percentages of Color #fb315e

%63.71
%12.44
%23.86

CMYK Percentages of Color #fb315e

%0
%80
%63
%2

Triadic Colors of #fb315e

#fb315e #5efb31 #315efb

Analogous Colors of #fb315e

#fb315e #fb6931 #fb31c3

Monochromatic Colors of #fb315e

#fb315e

Complementary Color

#fb315e #31fbce

#fb315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb315e Color CSS Codes

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

#fb315e Text Font Color

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

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


#fb315e Background Color

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

This div background color is #fb315e


#fb315e Border Color

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

This div border color is #fb315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb315e


Comments

No comments written yet.

Please login to write comment.