Color Hex Logo

#fb315a Color Hex

#FB315A
(251,49,90)
0 Favorites   0 Comments

Color spaces of #fb315a

RGB 2514990
HSL0.970.960.59
HSV348°80°98°
CMYK 0.000.800.64   0.02
XYZ42.727423.444011.9460
Yxy23.44400.54700.3001
Hunter Lab48.419072.784219.2652
CIE-Lab55.526874.719027.5767

#fb315a color RGB value is (251,49,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110001 01011010
Octal 373 61 132
Decimal 251 49 90
Hex FB 31 5A

RGB Percentages of Color #fb315a

%64.36
%12.56
%23.08

CMYK Percentages of Color #fb315a

%0
%80
%64
%2

Triadic Colors of #fb315a

#fb315a #5afb31 #315afb

Analogous Colors of #fb315a

#fb315a #fb6d31 #fb31bf

Monochromatic Colors of #fb315a

#fb315a

Complementary Color

#fb315a #31fbd2

#fb315a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb315a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb315a Color CSS Codes

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

#fb315a Text Font Color

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

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


#fb315a Background Color

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

This div background color is #fb315a


#fb315a Border Color

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

This div border color is #fb315a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb315a

Related Colors


Comments

No comments written yet.

Please login to write comment.