Color Hex Logo

#fb516e Color Hex

#FB516E
(251,81,110)
0 Favorites   0 Comments

Color spaces of #fb516e

RGB 25181110
HSL0.970.960.65
HSV350°68°98°
CMYK 0.000.680.56   0.02
XYZ45.540627.519917.6635
Yxy27.51990.50200.3033
Hunter Lab52.459463.153916.7582
CIE-Lab59.452566.025921.0129

#fb516e color RGB value is (251,81,110).

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

The process color (four color CMYK) of #fb516e color hex is 0.00, 0.68, 0.56, 0.02. Web safe color of #fb516e is #ff6666. Color #fb516e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 01101110
Octal 373 121 156
Decimal 251 81 110
Hex FB 51 6E

RGB Percentages of Color #fb516e

%56.79
%18.33
%24.89

CMYK Percentages of Color #fb516e

%0
%68
%56
%2

Triadic Colors of #fb516e

#fb516e #6efb51 #516efb

Analogous Colors of #fb516e

#fb516e #fb8951 #fb51c3

Monochromatic Colors of #fb516e

#fb516e

Complementary Color

#fb516e #51fbde

#fb516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb516e Color CSS Codes

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

#fb516e Text Font Color

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

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


#fb516e Background Color

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

This div background color is #fb516e


#fb516e Border Color

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

This div border color is #fb516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb516e


Comments

No comments written yet.

Please login to write comment.