Color Hex Logo

#ff5555 Color Hex

#FF5555
(255,85,85)
10 Favorites   0 Comments

Color spaces of #ff5555

RGB 2558585
HSL0.001.000.67
HSV67°100°
CMYK 0.000.670.67   0.00
XYZ46.128228.412911.6473
Yxy28.41290.53520.3297
Hunter Lab53.303861.189424.3573
CIE-Lab60.259964.221136.5421

#ff5555 color RGB value is (255,85,85). This hex color code is also a web safe color which is equal to #F55.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 01010101
Octal 377 125 125
Decimal 255 85 85
Hex FF 55 55

RGB Percentages of Color #ff5555

%60.00
%20.00
%20.00

CMYK Percentages of Color #ff5555

%0
%67
%67
%0

Triadic Colors of #ff5555

#ff5555 #55ff55 #5555ff

Analogous Colors of #ff5555

#ff5555 #ffaa55 #ff55aa

Monochromatic Colors of #ff5555

#ff5555

Complementary Color

#ff5555 #55ffff

#ff5555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5555 Color CSS Codes

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

#ff5555 Text Font Color

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

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


#ff5555 Background Color

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

This div background color is #ff5555


#ff5555 Border Color

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

This div border color is #ff5555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5555


Comments

No comments written yet.

Please login to write comment.