Color Hex Logo

#ff555b Color Hex

#FF555B
(255,85,91)
0 Favorites   0 Comments

Color spaces of #ff555b

RGB 2558591
HSL0.991.000.67
HSV358°67°100°
CMYK 0.000.670.64   0.00
XYZ46.376828.512312.9566
Yxy28.51230.52790.3246
Hunter Lab53.396961.588022.9913
CIE-Lab60.348864.542833.2633

#ff555b color RGB value is (255,85,91).

#ff555b hex color red value is 255, green value is 85 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ff555b hue: 0.99 , saturation: 1.00 and the lightness value of ff555b is 0.67.

The process color (four color CMYK) of #ff555b color hex is 0.00, 0.67, 0.64, 0.00. Web safe color of #ff555b is #ff6666. Color #ff555b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 01011011
Octal 377 125 133
Decimal 255 85 91
Hex FF 55 5B

RGB Percentages of Color #ff555b

%59.16
%19.72
%21.11

CMYK Percentages of Color #ff555b

%0
%67
%64
%0

Triadic Colors of #ff555b

#ff555b #5bff55 #555bff

Analogous Colors of #ff555b

#ff555b #ffa455 #ff55b0

Monochromatic Colors of #ff555b

#ff555b

Complementary Color

#ff555b #55fff9

#ff555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff555b Color CSS Codes

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

#ff555b Text Font Color

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

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


#ff555b Background Color

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

This div background color is #ff555b


#ff555b Border Color

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

This div border color is #ff555b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff555b


Comments

No comments written yet.

Please login to write comment.