Color Hex Logo

#fb555d Color Hex

#FB555D
(251,85,93)
0 Favorites   0 Comments

Color spaces of #fb555d

RGB 2518593
HSL0.990.950.66
HSV357°66°98°
CMYK 0.000.660.63   0.02
XYZ45.007927.796513.3490
Yxy27.79650.52240.3226
Hunter Lab52.722460.117221.8938
CIE-Lab59.704463.408431.1692

#fb555d color RGB value is (251,85,93).

#fb555d hex color red value is 251, green value is 85 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fb555d hue: 0.99 , saturation: 0.95 and the lightness value of fb555d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010101 01011101
Octal 373 125 135
Decimal 251 85 93
Hex FB 55 5D

RGB Percentages of Color #fb555d

%58.51
%19.81
%21.68

CMYK Percentages of Color #fb555d

%0
%66
%63
%2

Triadic Colors of #fb555d

#fb555d #5dfb55 #555dfb

Analogous Colors of #fb555d

#fb555d #fba055 #fb55b0

Monochromatic Colors of #fb555d

#fb555d

Complementary Color

#fb555d #55fbf3

#fb555d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb555d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb555d Color CSS Codes

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

#fb555d Text Font Color

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

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


#fb555d Background Color

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

This div background color is #fb555d


#fb555d Border Color

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

This div border color is #fb555d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb555d


Comments

No comments written yet.

Please login to write comment.