Color Hex Logo

#fb505e Color Hex

#FB505E
(251,80,94)
0 Favorites   0 Comments

Color spaces of #fb505e

RGB 2518094
HSL0.990.960.65
HSV355°68°98°
CMYK 0.000.680.63   0.02
XYZ44.672727.054713.4572
Yxy27.05470.52440.3176
Hunter Lab52.014162.281221.0703
CIE-Lab59.024965.367529.7299

#fb505e color RGB value is (251,80,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 01011110
Octal 373 120 136
Decimal 251 80 94
Hex FB 50 5E

RGB Percentages of Color #fb505e

%59.06
%18.82
%22.12

CMYK Percentages of Color #fb505e

%0
%68
%63
%2

Triadic Colors of #fb505e

#fb505e #5efb50 #505efb

Analogous Colors of #fb505e

#fb505e #fb9850 #fb50b4

Monochromatic Colors of #fb505e

#fb505e

Complementary Color

#fb505e #50fbed

#fb505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb505e Color CSS Codes

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

#fb505e Text Font Color

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

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


#fb505e Background Color

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

This div background color is #fb505e


#fb505e Border Color

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

This div border color is #fb505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb505e


Comments

No comments written yet.

Please login to write comment.