Color Hex Logo

#855565 Color Hex

#855565
(133,85,101)
0 Favorites   0 Comments

Color spaces of #855565

RGB 13385101
HSL0.940.220.43
HSV340°36°52°
CMYK 0.000.360.24   0.48
XYZ15.270312.423113.9050
Yxy12.42310.36710.2986
Hunter Lab35.246415.65281.2821
CIE-Lab41.880822.3285-0.9219

#855565 color RGB value is (133,85,101).

#855565 hex color red value is 133, green value is 85 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #855565 hue: 0.94 , saturation: 0.22 and the lightness value of 855565 is 0.43.

The process color (four color CMYK) of #855565 color hex is 0.00, 0.36, 0.24, 0.48. Web safe color of #855565 is #996666. Color #855565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 01100101
Octal 205 125 145
Decimal 133 85 101
Hex 85 55 65

RGB Percentages of Color #855565

%41.69
%26.65
%31.66

CMYK Percentages of Color #855565

%0
%36
%24
%48

Triadic Colors of #855565

#855565 #658555 #556585

Analogous Colors of #855565

#855565 #855d55 #85557d

Monochromatic Colors of #855565

#855565

Complementary Color

#855565 #558575

#855565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855565 Color CSS Codes

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

#855565 Text Font Color

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

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


#855565 Background Color

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

This div background color is #855565


#855565 Border Color

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

This div border color is #855565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855565


Comments

No comments written yet.

Please login to write comment.