Color Hex Logo

#ff5855 Color Hex

#FF5855
(255,88,85)
0 Favorites   0 Comments

Color spaces of #ff5855

RGB 2558885
HSL0.001.000.67
HSV67°100°
CMYK 0.000.650.67   0.00
XYZ46.369428.895311.7277
Yxy28.89530.53300.3322
Hunter Lab53.754359.907024.6926
CIE-Lab60.689163.054937.0641

#ff5855 color RGB value is (255,88,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011000 01010101
Octal 377 130 125
Decimal 255 88 85
Hex FF 58 55

RGB Percentages of Color #ff5855

%59.58
%20.56
%19.86

CMYK Percentages of Color #ff5855

%0
%65
%67
%0

Triadic Colors of #ff5855

#ff5855 #55ff58 #5855ff

Analogous Colors of #ff5855

#ff5855 #ffad55 #ff55a7

Monochromatic Colors of #ff5855

#ff5855

Complementary Color

#ff5855 #55fcff

#ff5855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5855 Color CSS Codes

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

#ff5855 Text Font Color

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

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


#ff5855 Background Color

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

This div background color is #ff5855


#ff5855 Border Color

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

This div border color is #ff5855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5855

#ff5855 Color Palettes


Comments

No comments written yet.

Please login to write comment.