Color Hex Logo

#855059 Color Hex

#855059
(133,80,89)
0 Favorites   0 Comments

Color spaces of #855059

RGB 1338089
HSL0.970.250.42
HSV350°40°52°
CMYK 0.000.400.33   0.48
XYZ14.344711.445110.9043
Yxy11.44510.39090.3119
Hunter Lab33.830616.48324.5710
CIE-Lab40.320223.44834.2266

#855059 color RGB value is (133,80,89).

#855059 hex color red value is 133, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #855059 hue: 0.97 , saturation: 0.25 and the lightness value of 855059 is 0.42.

The process color (four color CMYK) of #855059 color hex is 0.00, 0.40, 0.33, 0.48. Web safe color of #855059 is #996666. Color #855059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 01011001
Octal 205 120 131
Decimal 133 80 89
Hex 85 50 59

RGB Percentages of Color #855059

%44.04
%26.49
%29.47

CMYK Percentages of Color #855059

%0
%40
%33
%48

Triadic Colors of #855059

#855059 #598550 #505985

Analogous Colors of #855059

#855059 #856150 #855074

Monochromatic Colors of #855059

#855059

Complementary Color

#855059 #50857c

#855059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855059 Color CSS Codes

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

#855059 Text Font Color

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

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


#855059 Background Color

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

This div background color is #855059


#855059 Border Color

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

This div border color is #855059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855059


Comments

No comments written yet.

Please login to write comment.