Color Hex Logo

#fb504d Color Hex

#FB504D
(251,80,77)
0 Favorites   0 Comments

Color spaces of #fb504d

RGB 2518077
HSL0.000.960.64
HSV69°98°
CMYK 0.000.680.69   0.02
XYZ43.991926.78249.8721
Yxy26.78240.54550.3321
Hunter Lab51.751761.169624.9161
CIE-Lab58.772464.471139.0689

#fb504d color RGB value is (251,80,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 01001101
Octal 373 120 115
Decimal 251 80 77
Hex FB 50 4D

RGB Percentages of Color #fb504d

%61.52
%19.61
%18.87

CMYK Percentages of Color #fb504d

%0
%68
%69
%2

Triadic Colors of #fb504d

#fb504d #4dfb50 #504dfb

Analogous Colors of #fb504d

#fb504d #fba74d #fb4da1

Monochromatic Colors of #fb504d

#fb504d

Complementary Color

#fb504d #4df8fb

#fb504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb504d Color CSS Codes

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

#fb504d Text Font Color

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

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


#fb504d Background Color

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

This div background color is #fb504d


#fb504d Border Color

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

This div border color is #fb504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb504d


Comments

No comments written yet.

Please login to write comment.