Color Hex Logo

#ff555d Color Hex

#FF555D
(255,85,93)
0 Favorites   0 Comments

Color spaces of #ff555d

RGB 2558593
HSL0.991.000.67
HSV357°67°100°
CMYK 0.000.670.64   0.00
XYZ46.464328.547313.4172
Yxy28.54730.52540.3228
Hunter Lab53.429761.727922.5119
CIE-Lab60.380064.655632.1650

#ff555d color RGB value is (255,85,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 01011101
Octal 377 125 135
Decimal 255 85 93
Hex FF 55 5D

RGB Percentages of Color #ff555d

%58.89
%19.63
%21.48

CMYK Percentages of Color #ff555d

%0
%67
%64
%0

Triadic Colors of #ff555d

#ff555d #5dff55 #555dff

Analogous Colors of #ff555d

#ff555d #ffa255 #ff55b2

Monochromatic Colors of #ff555d

#ff555d

Complementary Color

#ff555d #55fff7

#ff555d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff555d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff555d Color CSS Codes

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

#ff555d Text Font Color

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

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


#ff555d Background Color

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

This div background color is #ff555d


#ff555d Border Color

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

This div border color is #ff555d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff555d

#ff555d Color Palettes


Comments

No comments written yet.

Please login to write comment.